This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Redboot User Guide - typo


Hi,

The following patch fixes a little typo in redboot_cmds.sgml.

The Checksum fields of fis list -c and Datalen fields of fis list -d
should probably also be changed from 0x00000000, but I don't have
access to a Redboot with flash support at the momemt to see sensible
values.

Index: redboot_cmds.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/doc/redboot_cmds.sgml,v
retrieving revision 1.8
diff -u -r1.8 redboot_cmds.sgml
--- redboot_cmds.sgml	1 Jul 2003 16:25:23 -0000	1.8
+++ redboot_cmds.sgml	23 Aug 2004 05:58:20 -0000
@@ -1909,7 +1909,7 @@
 List the FIS directory with image data lengths substituted for flash
 block reservation lengths.
 <screen> 
-RedBoot> <userinput>fis list</userinput>
+RedBoot> <userinput>fis list -d</userinput>
 Name              FLASH addr  Mem addr    Datalen     Entry point               
 RedBoot           0x00000000  0x00000000  0x00000000  0x00000000                
 RedBoot config    0x0007F000  0x0007F000  0x00000000  0x00000000                
-- 
Bye, Peter Korsgaard

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]