Changeset 2867
- Timestamp:
- Feb 15, 2012 9:11:51 AM (15 months ago)
- File:
-
- 1 edited
-
cpu/x86/pc/olpc/help.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/help.fth
r2865 r2867 4 4 : help ( -- ) 5 5 blue-letters ." UPDATES:" cancel mcr 6 ." flash u:\q2c18.rom Rewrite the firmware from USB key" mcr7 ." flash nand:\q2c18.rom Rewrite the firmware from NAND file" mcr8 ." copy-nand u:\boot\nand290.img Rewrite the OS on NAND from USB key" mcr6 \ ================================================================================ 7 ." update-nand u:\os.img Rewrite OS on NAND from USB drive" mcr 8 ." flash u:\q2f07.rom Rewrite firmware from USB drive" mcr 9 9 blue-letters ." DIRECTORY LISTING:" cancel mcr 10 ." dir u:\ List USB keyroot directory" mcr11 ." dir u:\boot\ List USB key/boot directory" mcr12 ." dir nand:\boot\*.rom List .rom files in NAND FLASH/boot directory" mcr10 ." dir u:\ List USB drive root directory" mcr 11 ." dir u:\boot\ List USB drive /boot directory" mcr 12 ." dir nand:\boot\*.rom List .rom files in NAND /boot directory" mcr 13 13 blue-letters ." BOOTING:" cancel mcr 14 ." boot Load the OS from list of default locations" mcr 15 ." 'printenv boot-device' shows the list" mcr 16 ." boot <cmdline> Load the OS, passing <cmdline> to kernel" mcr 17 ." boot u:\boot\vmlinuz Load the OS from a specific location" mcr 14 ." boot Start the OS" mcr 15 ." boot u:\vmlinuz Start the OS from a specific location" mcr 18 16 blue-letters ." CONFIGURATION VARIABLES FOR BOOTING:" cancel mcr 19 17 ." boot-device Kernel or boot script path. Example: nand:\boot\olpc.fth" mcr … … 21 19 ." ramdisk initrd pathname. Example: disk:\boot\initrd.imz" mcr 22 20 blue-letters ." MANAGING CONFIGURATION VARIABLES:" cancel mcr 23 ." printenv [ <name> ] Show configuration variables" mcr24 ." setenv <name> <value> Set configuration variable" mcr25 ." editenv <name> Edit configuration variable" mcr21 ." printenv [ <name> ] Show configuration variables" mcr 22 ." setenv <name> <value> Set configuration variable" mcr 23 ." editenv <name> Edit configuration variable" mcr 26 24 blue-letters ." DIAGNOSTICS:" cancel mcr 27 ." test <device-name> Test device. Example: test mouse" mcr28 ." test-all Test all devices that have test routines" mcr25 ." test <device-name> Test device. Example: test mouse" mcr 26 ." test-all Test all devices that have test routines" mcr 29 27 blue-letters ." More information: " cancel mcr 30 28 green-letters ." http://wiki.laptop.org/go/OFW_FAQ" cancel cr
Note: See TracChangeset
for help on using the changeset viewer.
