r4107 - trunk/src/host/devirginator

werner at sita.openmoko.org werner at sita.openmoko.org
Sun Feb 24 23:10:58 CET 2008


Author: werner
Date: 2008-02-24 23:10:55 +0100 (Sun, 24 Feb 2008)
New Revision: 4107

Modified:
   trunk/src/host/devirginator/mknor
Log:
mknor: added alternative erase command, which completes in about 10s instead of   40s
mknor: changes (local) path name to u-boot



Modified: trunk/src/host/devirginator/mknor
===================================================================
--- trunk/src/host/devirginator/mknor	2008-02-24 20:39:19 UTC (rev 4106)
+++ trunk/src/host/devirginator/mknor	2008-02-24 22:10:55 UTC (rev 4107)
@@ -23,6 +23,10 @@
 # flash_eraseall /dev/mtd0
 # cat nor.bin >/dev/mtd0
 #
+# To save time, the NOR can also be erased with
+# flash_erase /dev/mtd0 0 13
+# (or similar, depending on the image size)
+#
 
 #
 # NOR map:
@@ -109,7 +113,7 @@
 EOF
 
 ./blink.pl \
-  /home/moko/fr/u-boot/u-boot.udfu at 0 \
+  /home/moko/2624/u-boot/u-boot.udfu at 0 \
   _splash at 0x40000 \
   '"autoscr 0x18050100"'@0x50000 \
   _script at 0x050100 \





More information about the commitlog mailing list