From 3df518cf99af7c41a44f88bfd13df825a667ac23 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Fri, 25 Jan 2013 10:06:25 +0100 Subject: added code to "systest wlan" command to test if U1102 works --- boot-scr/boot.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'boot-scr') diff --git a/boot-scr/boot.txt b/boot-scr/boot.txt index 3c5fd88..0d876bf 100644 --- a/boot-scr/boot.txt +++ b/boot-scr/boot.txt @@ -119,13 +119,13 @@ if test "x${gta04}" != "x${VERSION}" # then # if load mmc 0:${p} ${loadaddr} uImage # then -# echo found kernel on FAT partition $p +# echo found kernel /uImage on partition $p # run mmcargs # start with default mmc args # KERNEL=1 # DONE=1 # elif load mmc 0:${p} ${loadaddr} /boot/uImage # then -# echo found kernel on EXT partition $p +# echo found kernel /boot/uImage on partition $p # setenv mmcroot "/dev/mmcblk0p${p} rw" # run mmcargs # start with default mmc args # KERNEL=1 @@ -315,7 +315,7 @@ then status set 10 i2c dev 0 - if load mmc 0 0x80200000 x-load.flash + if fatload mmc 0 0x80200000 x-load.flash then status set 18 echo *** flashing Xloader *** @@ -333,7 +333,7 @@ then status set 10 # the official u-boot partition goes from 0x80000 to 0x27ffff i.e. 2 MByte - if load mmc 0 0x80300000 u-boot.flash + if fatload mmc 0 0x80300000 u-boot.flash then echo *** flashing U-Boot *** status set 18 @@ -348,7 +348,7 @@ then # since u-boot is approx 260 kByte status set 10 - if load mmc 0 0x80300000 splash.rgb16z + if fatload mmc 0 0x80300000 splash.rgb16z then echo *** flashing splash *** status set 18 @@ -358,7 +358,7 @@ then fi status set 10 - if load mmc 0 0x80300000 menu.rgb16z + if fatload mmc 0 0x80300000 menu.rgb16z then echo *** flashing menu *** status set 18 @@ -368,7 +368,7 @@ then fi status set 10 - if load mmc 0 0x80300000 boot.scr + if fatload mmc 0 0x80300000 boot.scr then echo *** flashing boot.scr *** status set 18 -- cgit v1.1