r1365 - trunk/src/host/devirginator

werner at sita.openmoko.org werner at sita.openmoko.org
Thu Mar 15 02:05:20 CET 2007


Author: werner
Date: 2007-03-15 02:05:17 +0100 (Thu, 15 Mar 2007)
New Revision: 1365

Modified:
   trunk/src/host/devirginator/environment.in
Log:
- ${mtdparts} was missing in menu_1 bootargs
- added sd_image_name mechanism from
  http://wiki.openmoko.org/wiki/Booting_from_SD



Modified: trunk/src/host/devirginator/environment.in
===================================================================
--- trunk/src/host/devirginator/environment.in	2007-03-14 19:54:34 UTC (rev 1364)
+++ trunk/src/host/devirginator/environment.in	2007-03-15 01:05:17 UTC (rev 1365)
@@ -27,12 +27,15 @@
 stderr=usbtty
 stdin=usbtty
 
+sd_image_name=uImage
+
 menu_1=
   Boot from microSD:
   setenv bootargs
-    ${bootargs_base} rootfstype=ext2 rootfs=/dev/mmcblk0p1 rootdelay=5;
+    ${bootargs_base} rootfstype=ext2 rootfs=/dev/mmcblk0p1 rootdelay=5
+    ${mtdparts};
   mmcinit;
-  ext2load mmc 0 0x32000000 uImage;
+  ext2load mmc 0 0x32000000 /boot/${sd_image_name};
   bootm 0x32000000
 
 menu_2=





More information about the commitlog mailing list