Skip to content

Commit

Permalink
sd support burn difference uboot
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpfrankli authored Jan 17, 2020
1 parent b77f1b8 commit dc1b4cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions uuu/sd_burn_loader.lst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
uuu_version 1.2.39

# @_flash.bin | bootloader
# @_image [_flash.bin] | image burn to emmc, default is the same as bootloader

# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ
SDP: boot -f _flash.bin

Expand All @@ -26,5 +29,5 @@ SDPV: jump
FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev ${sd_dev}
FB: ucmd mmc dev ${sd_dev}
FB: flash bootloader _flash.bin
FB: Done
FB: flash bootloader _image
FB: Done

0 comments on commit dc1b4cc

Please sign in to comment.