Skip to content

Commit

Permalink
fix mmc emmc partition ack setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpfrankli committed Aug 13, 2018
1 parent 4b3529e commit 5b51d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions uuu/emmc_burn_all.lst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ FB: ucmd setenv mmcdev ${emmc_dev}
FB: ucmd mmc dev ${emmc_dev}
FB: flash -raw2sparse all _rootfs.sdcard
FB: flash bootloader _flash.bin
FB: ucmd mmc partconf ${emmc_dev} 1 1 0
FB: done
FB: ucmd mmc partconf ${emmc_dev} 0 1 0
FB: done
4 changes: 2 additions & 2 deletions uuu/emmc_burn_loader.lst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev ${emmc_dev}
FB: ucmd mmc dev ${emmc_dev}
FB: flash bootloader _flash.bin
FB: ucmd mmc partconf ${emmc_dev} 1 1 0
FB: Done
FB: ucmd mmc partconf ${emmc_dev} 0 1 0
FB: Done

0 comments on commit 5b51d12

Please sign in to comment.