fix 'ret' have not initialized
[mfgtools.git] / uuu / nvme_burn_all.lst
blob41e6bffcdd4733c30ce596b154c72e658dd40d2c
1 uuu_version 1.4.149
3 # @_flash.bin            | bootloader, which can extract from wic image
4 # @_image   [_flash.bin] | wic image burn to emmc.
7 # This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ
8 SDP: boot -f _flash.bin -scanlimited 0x800000
10 # This command will be run when ROM support stream mode
11 # i.MX8QXP, i.MX8QM
12 SDPS: boot -scanterm -f _flash.bin -scanlimited 0x800000
14 # These commands will be run when use SPL and will be skipped if no spl
15 # SDPU will be deprecated. please use SDPV instead of SDPU
16 # {
17 SDPU: delay 1000
18 SDPU: write -f _flash.bin -offset 0x57c00
19 SDPU: jump -scanlimited 0x800000
20 # }
22 # These commands will be run when use SPL and will be skipped if no spl
23 # if (SPL support SDPV)
24 # {
25 SDPV: delay 1000
26 SDPV: write -f _flash.bin -skipspl -scanterm -scanlimited 0x800000
27 SDPV: jump -scanlimited 0x800000
28 # }
30 FB: ucmd pci
31 FB: ucmd nvme scan
32 FB: ucmd setenv fastboot_buffer ${loadaddr}
33 FB: write -format "nvme write ${fastboot_buffer} @off @size"  -blksz 512 -f _image
34 FB: done