base – print or set address offset
bootm – boot application image from memory
bootp – boot image via network using BootP/TFTP protocol
cmp – memory compare
cp – memory copy
crc32 – checksum calculation
dhcp – invoke DHCP client to obtain IP/boot params
dump_hw_info – dump hardware info
erase – erase FLASH memory
exit – exit script
flinfo – print FLASH memory information
format_flash_fs – format flash file system
format_uboot_env – format uboot environment.
go – start application at address 'addr'
help – print online help
image_flash – upgrade image via network using TFTP protocol
image_netboot – boot image via network using TFTP protocol
loads – load S-Record file over serial line
md – memory display
mm – memory modify (auto-incrementing)
mtest – ALT RAM test
mw – memory write (fill)
nm – memory modify (constant address)
ping – send ICMP ECHO_REQUEST to network host
print_bootinfo – print boot info of device
print_bootparam – print boot parameters of device
printenv- print environment variables
protect – enable or disable FLASH write protection
rarpboot- boot image via network using RARP/TFTP protocol
reset – Perform RESET of the CPU
reset_dummy – Perform RESET of the CPU
run – run commands in an environment variable
saveenv – save environment variables to persistent storage
set_bootparam – set boot parameters of device
setenv – set environment variables
test – minimal test like /bin/sh
tftpboot- boot image via network using TFTP protocol
version – print monitor version
Categories: Computing
0 Comments