Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r4883 - trunk/src/host/devirginator (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-01-05 18:19:58 +0100 (Mon, 05 Jan 2009)
New Revision: 4883

Modified:
   trunk/src/host/devirginator/mknor
Log:
Clarified NOR flashing instructions.



Modified: trunk/src/host/devirginator/mknor
===================================================================
--- trunk/src/host/devirginator/mknor   2009-01-05 07:12:13 UTC (rev 4882)
+++ trunk/src/host/devirginator/mknor   2009-01-05 17:19:58 UTC (rev 4883)
@@ -2,7 +2,7 @@
 #
 # mknor - Make a GTA02 NOR binary (containing u-boot and a new environment)
 #
-# Copyright (C) 2008 by OpenMoko, Inc.
+# Copyright (C) 2008, 2009 by OpenMoko, Inc.
 # Written by Werner Almesberger <wer...@openmoko.org>
 # All Rights Reserved
 #
@@ -10,10 +10,14 @@
 #
 # Write to NOR with the following commands:
 #
-# flash_unlock /dev/mtd0
-# flash_eraseall /dev/mtd0
-# cat nor.bin >/dev/mtd0
+# - on the host, connected via a debugv3 board:
+#   norwp rw
 #
+# - on the GTA02:
+#   flash_unlock /dev/mtd0
+#   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)




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to