We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I took firmware-imx-7.9.bin and I copied the following files to the u-boot-fslc
bl31.bin signed_hdmi_imx8m.bin lpddr4_pmu_train_2d_imem.bin pddr4_pmu_train_2d_dmem.bin lpddr4_pmu_train_1d_imem.bin lpddr4_pmu_train_1d_dmem.bin
Then:
#!/bin/bash export ARCH=arm64 export CROSS_COMPILE=$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin/aarch64-linux-gnu- export PATH=${PATH}:$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin 7225 cd u-boot-fslc/ 7226 make imx8mm_evk_defconfig 7227 make 7228 make flash.bin 7229 find -name flash.bin 7230 sudo dd if=./flash.bin of=/dev/mmcblk0 bs=1024 seek=33 7231 sync
The image does not boot. Any help would be appreciated. Thank you
The text was updated successfully, but these errors were encountered:
which u-boot version?
Sorry, something went wrong.
No branches or pull requests
I took firmware-imx-7.9.bin
and I copied the following files to the u-boot-fslc
Then:
The image does not boot. Any help would be appreciated.
Thank you
The text was updated successfully, but these errors were encountered: