Changeset 2905
- Timestamp:
- Mar 21, 2012 5:01:28 AM (14 months ago)
- Location:
- cpu
- Files:
-
- 3 edited
-
arm/olpc/help.fth (modified) (2 diffs)
-
x86/pc/olpc/help.fth (modified) (1 diff)
-
x86/pc/olpc/via/help.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/help.fth
r2865 r2905 6 6 \ ================================================================================ 7 7 ." fs-update u:\os1.zd4 Install OS from USB drive to internal storage" mcr 8 ." flash u:\q4b07.rom Install firmware from USB drive" mcr 9 ." flash ext:\q4b07.rom Install firmware from external SD card" mcr 8 ." flash u:\q4d06.rom Install firmware from USB drive" mcr 10 9 blue-letters ." DIRECTORY LISTING:" cancel mcr 11 10 ." dir u:\ List USB drive root directory" mcr 12 11 ." dir u:\boot\ List USB drive /boot directory" mcr 13 ." dir int:\boot\*.zip List .zip files in internal SD/boot directory" mcr12 ." dir int:\boot\*.zip List .zip files in internal /boot directory" mcr 14 13 blue-letters ." BOOTING:" cancel mcr 15 14 ." boot Start the OS from list of default locations" mcr 16 ." printenv boot-device Show the list of default locations used by boot" mcr17 15 ." boot u:\test.fth 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 paths. Example: ext:\boot\olpc.fth" mcr 20 ." boot-file Default kernel command line. Example: console=ttyS0,115200" mcr18 ." boot-file Default kernel command line. Example: debug" mcr 21 19 ." ramdisk Initial RAMDISK path. Example: int:\boot\initrd.img" mcr 22 20 blue-letters ." MANAGING CONFIGURATION VARIABLES:" cancel mcr … … 25 23 ." editenv <name> Edit configuration variable" mcr 26 24 blue-letters ." DIAGNOSTICS:" cancel mcr 27 ." test <device-name> Test device. Example: test mouse" mcr25 ." test <device-name> Test a device. Example: test mouse" mcr 28 26 ." test-all Test all devices that have test routines" mcr 29 27 ." menu Graphical interface to selftests" mcr -
cpu/x86/pc/olpc/help.fth
r2867 r2905 3 3 warning @ warning off 4 4 : help ( -- ) 5 blue-letters ." UPDATES:" cancel mcr5 blue-letters ." INSTALLATION:" cancel mcr 6 6 \ ================================================================================ 7 ." update-nand u:\os.img Rewrite OS on NAND from USB drive" mcr8 ." flash u:\q2f0 7.rom Rewritefirmware from USB drive" mcr7 ." update-nand u:\os.img Install OS from USB drive to internal storage" mcr 8 ." flash u:\q2f08.rom Install firmware from USB drive" mcr 9 9 blue-letters ." DIRECTORY LISTING:" cancel mcr 10 ." dir u:\ List USB drive root directory" mcr11 ." dir u:\boot\ List USB drive /boot directory" mcr12 ." dir nand:\boot\*.rom List .rom files in NAND/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 internal /boot directory" mcr 13 13 blue-letters ." BOOTING:" cancel mcr 14 ." boot Start the OS" mcr15 ." boot u:\ vmlinuzStart the OS from a specific location" mcr14 ." boot Start the OS from list of default locations" mcr 15 ." boot u:\test.fth Start the OS from a specific location" mcr 16 16 blue-letters ." CONFIGURATION VARIABLES FOR BOOTING:" cancel mcr 17 ." boot-device Kernel or boot script path . Example: nand:\boot\olpc.fth" mcr18 ." boot-file Default cmdline. Example: console=ttyS0,115200" mcr19 ." ramdisk initrd pathname.Example: disk:\boot\initrd.imz" mcr17 ." boot-device Kernel or boot script paths. Example: nand:\boot\olpc.fth" mcr 18 ." boot-file Default kernel command line. Example: debug" mcr 19 ." ramdisk Initial RAMDISK path. Example: disk:\boot\initrd.imz" mcr 20 20 blue-letters ." MANAGING CONFIGURATION VARIABLES:" cancel mcr 21 ." printenv [ <name> ] Show configuration variables" mcr22 ." setenv <name> <value> Set configuration variable" mcr23 ." 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 24 24 blue-letters ." DIAGNOSTICS:" cancel mcr 25 ." test <device-name> Test device. Example: test mouse" mcr 26 ." test-all Test all devices that have test routines" mcr 25 ." test <device-name> Test a device. Example: test mouse" mcr 26 ." test-all Test all devices that have test routines" mcr 27 ." menu Graphical interface to selftests" mcr 27 28 blue-letters ." More information: " cancel mcr 28 29 green-letters ." http://wiki.laptop.org/go/OFW_FAQ" cancel cr -
cpu/x86/pc/olpc/via/help.fth
r2865 r2905 3 3 warning @ warning off 4 4 : help ( -- ) 5 blue-letters ." UPDATES:" cancel mcr5 blue-letters ." INSTALLATION:" cancel mcr 6 6 \ ================================================================================ 7 ." fs-update u:\os1.zd4 Rewrite the OS on internal SD from USB drive" mcr 8 ." flash u:\q3a64.rom Rewrite the firmware from USB drive" mcr 9 ." flash ext:\q3a64.rom Rewrite the firmware from external SD file" mcr 7 ." fs-update u:\os1.zd4 Install OS from USB drive to internal storage" mcr 8 ." flash u:\q3c03.rom Install firmware from USB drive" mcr 10 9 blue-letters ." DIRECTORY LISTING:" cancel mcr 11 10 ." dir u:\ List USB drive root directory" mcr 12 11 ." dir u:\boot\ List USB drive /boot directory" mcr 13 ." dir int:\boot\*.zip List .zip files in internal SD/boot directory" mcr12 ." dir int:\boot\*.zip List .zip files in internal /boot directory" mcr 14 13 blue-letters ." BOOTING:" cancel mcr 15 14 ." boot Start the OS from list of default locations" mcr 16 ." printenv boot-device Show the list of default locations used by boot" mcr17 15 ." boot u:\test.fth 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 paths. Example: ext:\boot\olpc.fth" mcr 20 ." boot-file Default kernel command line. Example: console=ttyS0,115200" mcr18 ." boot-file Default kernel command line. Example: debug" mcr 21 19 ." ramdisk Initial RAMDISK path. Example: int:\boot\initrd.img" mcr 22 20 blue-letters ." MANAGING CONFIGURATION VARIABLES:" cancel mcr … … 25 23 ." editenv <name> Edit configuration variable" mcr 26 24 blue-letters ." DIAGNOSTICS:" cancel mcr 27 ." test <device-name> Test device. Example: test mouse" mcr25 ." test <device-name> Test a device. Example: test mouse" mcr 28 26 ." test-all Test all devices that have test routines" mcr 29 27 ." menu Graphical interface to selftests" mcr
Note: See TracChangeset
for help on using the changeset viewer.
