Skip to content

Instantly share code, notes, and snippets.

@gipsh
Last active September 21, 2020 20:03
Show Gist options
  • Save gipsh/6713f271ab48a80f1c83fec09ca6e017 to your computer and use it in GitHub Desktop.
Save gipsh/6713f271ab48a80f1c83fec09ca6e017 to your computer and use it in GitHub Desktop.
hi3518 boot uimage from sd with uboot
  1. ctrl-u to enter bootloader

  2. check you SD partition: fatinfo mmc 0:1

  3. load the kernel image into memory: fatload mmc 0:1 0x82000000 uimage

  4. boot the image: bootm 0x82000000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment