Update of /cvsroot/blob/blob
In directory usw-pr-cvs1:/tmp/cvs-serv9911
Modified Files:
Tag: blob_1_0_9_hack
README
Log Message:
- "reblob" command that allows you to start a just downloaded blob from RAM
- updated documentation
- start.S updated for reblob, it now finds out where it is running from
- made msleep() function for Reboot() and Reblob()
Index: README
===================================================================
RCS file: /cvsroot/blob/blob/README,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4
--- README 2001/07/22 22:54:26 1.1.1.1.2.3
+++ README 2001/07/24 13:23:54 1.1.1.1.2.4
@@ -278,6 +278,7 @@
* download {kernel|ramdisk} Download kernel or ramdisk image to RAM
* flash {kernel|ramdisk} Copy kernel or ramdisk from RAM to flash
* help Get this help
+ * reblob Restart blob from RAM (useful for debugging)
* reboot Reboot system
* reload {kernel|ramdisk} Reload kernel or ramdisk from flash to RAM
* reset Reset terminal
@@ -370,6 +371,14 @@
Currently this command only works for LART, we are working on support
for the other architectures.
+
+
+*** "reblob"
+------------
+
+Restart blob from RAM. This is mainly useful if you are working on
+blob itself because it allows you to download blob and immediately
+start it without having to burn it to flash first.
*** "reboot"
|