Skip to content
New issue

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

imx8mm evk boot from Sdcard #59

Open
marriusco opened this issue Jun 10, 2023 · 1 comment
Open

imx8mm evk boot from Sdcard #59

marriusco opened this issue Jun 10, 2023 · 1 comment

Comments

@marriusco
Copy link

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

@angolini
Copy link
Member

which u-boot version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants