r4296 - trunk/src/host/devirginator

werner at sita.openmoko.org werner at sita.openmoko.org
Wed Apr 2 00:50:33 CEST 2008


Author: werner
Date: 2008-04-02 00:50:31 +0200 (Wed, 02 Apr 2008)
New Revision: 4296

Modified:
   trunk/src/host/devirginator/setup.sh
Log:
A few trivial cosmetic changes that have been long overdue.

- setup.sh: include configuration file name and build date in the "devirginate"
  script we generate
- setup.sh: in the instructions at the end, also mention to start openocd



Modified: trunk/src/host/devirginator/setup.sh
===================================================================
--- trunk/src/host/devirginator/setup.sh	2008-04-01 20:47:14 UTC (rev 4295)
+++ trunk/src/host/devirginator/setup.sh	2008-04-01 22:50:31 UTC (rev 4296)
@@ -351,6 +351,9 @@
 cat <<EOF >devirginate
 #!/bin/sh -e
 # MACHINE-GENERATED. DO NOT EDIT !
+#
+# From "`echo $config`", `date`
+#
 echo ===== STARTING ===========================================================
 
 stage0=false
@@ -443,6 +446,7 @@
 
 - connect it to power and JTAG
 - switch it on
+- start openocd from directory .
 - run ./devirginate
 - follow the progress, as described in README
 
@@ -458,6 +462,7 @@
 
 - connect it to power and JTAG
 - switch it on
+- start openocd from directory `pwd`
 - run ./devirginate
 - follow the process, as described in README
 





More information about the commitlog mailing list