Created
May 11, 2024 08:51
-
-
Save yogo1212/062dad8ec2d8f51bd18f96f8a37defef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
? - alias for 'help' | |
base - print or set address offset | |
bdinfo - print Board Info structure | |
blkcache - block cache diagnostics and control | |
boot - boot default, i.e., run 'bootcmd' | |
bootd - boot default, i.e., run 'bootcmd' | |
bootefi - Boots an EFI payload from memory | |
bootelf - Boot from an ELF image in memory | |
booti - boot Linux kernel 'Image' format from memory | |
bootm - boot application image from memory | |
bootp - boot image via network using BOOTP/TFTP protocol | |
bootvx - Boot vxWorks from an ELF image | |
cmp - memory compare | |
config - print .config | |
coninfo - print console devices and information | |
cp - memory copy | |
cpu - display information about CPUs | |
crc32 - checksum calculation | |
dhcp - boot image via network using DHCP/TFTP protocol | |
dm - Driver model low level access | |
echo - echo args to console | |
editenv - edit environment variable | |
eeprom - EEPROM sub-system | |
efidebug - Configure UEFI environment | |
env - environment handling commands | |
erase - erase FLASH memory | |
eraseenv - erase environment variables from persistent storage | |
exit - exit script | |
ext2load - load binary file from a Ext2 filesystem | |
ext2ls - list files in a directory (default /) | |
ext4load - load binary file from a Ext4 filesystem | |
ext4ls - list files in a directory (default /) | |
ext4size - determine a file's size | |
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 /) | |
fatmkdir - create a directory | |
fatrm - delete a file | |
fatsize - determine a file's size | |
fatwrite - write file into a dos filesystem | |
fdt - flattened device tree utility commands | |
flinfo - print FLASH memory information | |
fstype - Look up a filesystem type | |
fstypes - List supported filesystem types | |
fsuuid - Look up a filesystem UUID | |
go - start application at address 'addr' | |
gpio - query and control gpio pins | |
gpt - GUID Partition Table | |
gzwrite - unzip and write memory to block device | |
help - print command description/usage | |
i2c - I2C sub-system | |
iminfo - print header information for application image | |
imxtract - extract a part of a multi-image | |
itest - return true/false on integer compare | |
ln - Create a symbolic link | |
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) | |
log - log system | |
loop - infinite loop on address range | |
ls - list files in a directory (default /) | |
lzmadec - lzma uncompress a memory region | |
mac - display and program the system ID and MAC addresses in EEPROM | |
md - memory display | |
misc - Access miscellaneous devices with MISC uclass driver APIs | |
mm - memory modify (auto-incrementing address) | |
mmc - MMC sub system | |
mmcinfo - display MMC info | |
mw - memory write (fill) | |
net - NET sub-system | |
nfs - boot image via network using NFS protocol | |
nm - memory modify (constant address) | |
panic - Panic with optional message | |
part - disk partition related commands | |
ping - send ICMP ECHO_REQUEST to network host | |
pinmux - show pin-controller muxing | |
printenv - print environment variables | |
protect - enable or disable FLASH write protection | |
random - fill memory with random pattern | |
reset - Perform RESET of the CPU | |
run - run commands in an environment variable | |
save - save file to a filesystem | |
saveenv - save environment variables to persistent storage | |
setenv - set environment variables | |
setexpr - set environment variable as the result of eval expression | |
sf - SPI flash sub-system | |
showvar - print local hushshell variables | |
size - determine a file's size | |
sleep - delay execution for some time | |
source - run script from memory | |
sysboot - command to get and boot from syslinux files | |
test - minimal test like /bin/sh | |
tftpboot - boot image via network using TFTP protocol | |
tftpput - TFTP put command, for uploading files to a server | |
true - do nothing, successfully | |
unlz4 - lz4 uncompress a memory region | |
unzip - unzip a memory region | |
version - print monitor, compiler and linker version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment