r1814 - trunk/src/host/qemu-neo1973/openmoko

andrew at sita.openmoko.org andrew at sita.openmoko.org
Tue Apr 24 00:03:26 CEST 2007


Author: andrew
Date: 2007-04-24 00:03:25 +0200 (Tue, 24 Apr 2007)
New Revision: 1814

Modified:
   trunk/src/host/qemu-neo1973/openmoko/flash.sh
Log:
Hardcode a NAND partition layout to accommodate for current u-boot confusion.


Modified: trunk/src/host/qemu-neo1973/openmoko/flash.sh
===================================================================
--- trunk/src/host/qemu-neo1973/openmoko/flash.sh	2007-04-23 20:45:48 UTC (rev 1813)
+++ trunk/src/host/qemu-neo1973/openmoko/flash.sh	2007-04-23 22:03:25 UTC (rev 1814)
@@ -96,7 +96,8 @@
 setenv menu_2 'Set console to serial: setenv stdin serial; setenv stdout serial; setenv stderr serial'
 setenv menu_3 'Power off: neo1973 power-off'
 setenv splashimage 'nand read.e $splash_addr splash $splash_size; unzip $splash_addr 0x33d00000 0x96000'
-dynpart
+setenv mtdids nand0=neo1973-nand
+setenv mtdparts mtdparts=neo1973-nand:0x00030000(u-boot),0x00004000(u-boot_env),0x00208000(kernel),0x00010000(splash),0x039c4000(rootfs)
 nand write.e $kernel_addr u-boot $uboot_size
 dynenv set u-boot_env
 saveenv"





More information about the commitlog mailing list