'V"ŽÎ`IòWg›qýReset flash_if fatload mmc 0 80200000 x-load.bin.ift then echo ***** Replacing x-load ***** nand unlock nandecc hw nand erase 0 80000 nand write 80200000 0 20000 nand write 80200000 20000 20000 nand write 80200000 40000 20000 nand write 80200000 60000 20000 fi if fatload mmc 0 80200000 u-boot-f.bin then echo ***** Replacing u-boot ***** nand unlock nandecc sw nand erase 80000 160000 nand write 80200000 80000 160000 fi echo ***** Erasing environment settings ***** nand unlock nand erase 260000 20000 if fatload mmc 0 80200000 normal.scr then echo ***** Executing normal.scr ***** autoscr 80200000 fi