Skip to content

Instantly share code, notes, and snippets.

@adukot
Last active August 29, 2015 14:08
Show Gist options
  • Save adukot/e3be2ffe1e80d07e388c to your computer and use it in GitHub Desktop.
Save adukot/e3be2ffe1e80d07e388c to your computer and use it in GitHub Desktop.
boot > help
? - alias for 'help'
askenv - get environment variables from stdin
base - print or set address offset
bdinfo - print Board Info structure
boot - boot default, i.e., run 'bootcmd'
bootd - boot default, i.e., run 'bootcmd'
bootelf - Boot from an ELF image in memory
bootm - boot application image from memory
bootvx - Boot vxWorks from an ELF image
cmp - memory compare
coninfo - print console devices and information
cp - memory copy
crc32 - checksum calculation
dcache - enable or disable data cache
dfu - Device Firmware Upgrade
echo - echo args to console
editenv - edit environment variable
env - environment handling commands
exit - exit script
ext4load- load binary file from a Ext4 filesystem
ext4ls - list files in a directory (default /)
ext4write- create a file in the root directory
false - do nothing, unsuccessfully
fatinfo - print information about filesystem
fatload - load binary file from a dos filesystem
fatls - list files in a directory (default /)
fatwrite- write file into a dos filesystem
gettime - get timer val elapsed,
go - start application at address 'addr'
gpt - GUID Partition Table
grepenv - search environment variables
hash - compute message digest
help - print command description/usage
icache - enable or disable instruction cache
in - read data from an IO port
ini - parse an ini file in memory and merge the specified section into the env
interrupts- enable or disable interrupts
irqinfo - print information about IRQs
itest - return true/false on integer compare
load - load binary file from a filesystem
loadb - load binary file over serial line (kermit mode)
loads - load S-Record file over serial line
loadx - load binary file over serial line (xmodem mode)
loady - load binary file over serial line (ymodem mode)
loop - infinite loop on address range
ls - list files in a directory (default /)
md - memory display
meminfo - display memory information
mm - memory modify (auto-incrementing address)
mmc - MMC sub system
mmcinfo - display MMC info
mw - memory write (fill)
nm - memory modify (constant address)
out - write datum to IO port
part - disk partition related commands
pci - list and access PCI Configuration Space
printenv- print environment variables
read - Load binary data from a partition
reginfo - print register information
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
setexpr - set environment variable as the result of eval expression
sha1sum - compute SHA1 message digest
showvar - print local hushshell variables
sleep - delay execution for some time
source - run script from memory
test - minimal test like /bin/sh
timer - access the system timer
true - do nothing, successfully
version - print monitor, compiler and linker version
zboot - Boot bzImage
boot >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment