aboutsummaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/vf/flash_blk.scr
blob: be8ec8d9677127e86900f282d1b756cc5ea2b8f1 (plain)
1
2
setenv update_uboot 'fatload ${interface} 0:1 ${loadaddr} u-boot.imx && nand erase.part u-boot && nand erase.part u-boot-env && nand write ${loadaddr} u-boot'
echo 'enter "run update_uboot" to update the uboot'