-
ctrl-u to enter bootloader
-
check you SD partition:
fatinfo mmc 0:1
-
load the kernel image into memory:
fatload mmc 0:1 0x82000000 uimage
-
boot the image:
bootm 0x82000000
Last active
September 21, 2020 20:03
-
-
Save gipsh/6713f271ab48a80f1c83fec09ca6e017 to your computer and use it in GitHub Desktop.
hi3518 boot uimage from sd with uboot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment