bdinfo
- print Board Info structureconinfo
- print console devices and informationflinfo
- print FLASH memory informationiminfo addr
- Print header information for application imagecrc address count [save_addr]
- calculates CRC32echo
- echo arguments to consolereset
- Perform RESET of the CPUsleep
- delay execution for some timeversion
- print monitor versiontest
- minimal test, like /bin/bashautoscr
- Run script from memorybootm
- Boot application image from memorygo
- Start application at address addr
-
cmp [.b, .w, .l] addr1 addr2 count
The cmp command tests of the contents of two memory areas and determines whether or not the contents of the two memory areas are identical or not. The command will either test the whole area as specified by the 3rd (count) argument or stop at the first difference if the count argument is not specified. -
cp [.b, .w, .l] source target count
memory copy -
md [.b, .w, .l] address [# of objects]
memory display -
mm [.b, .w, .l] address
memory modify (auto-incrementing address) The mm is a method to interactively modify memory contents. It will display the address and current contents and then prompt for user input. If you enter a legal hexadecimal number, this new value will be written to the address. Then the next address will be prompted. If you don't enter any value and just press Enter, then the contents of this address will remain unchanged. The command stops as soon as you enter any data that is not a hex number: -
mtest [start [end [pattern [iterations]]]]
simple RAM read/write test This tests writes to memory, thus modifying the memory contents. It will fail when applied to ROM or flash memory. This command may crash the system when the tested memory range includes areas that are needed for the operation of the U-Boot firmware (like exception vector code, or U-Boot's internal program code, stack or heap memory areas). -
mw [.b, .w, .l] address value [count]
memory write (fill) -
nm [.b, .w, .l] address
memory modify (constant address) -
loop [.b, .w, .l] address number_of_objects
infinite loop on address range -
base
- Print or set address offset
fatinfo
- Print info about a FAT FSfatload
- Load binary file from a FAT FSfatls
- List files in a FAT FSfsinfo
- Print info about JFFS2 FSfsload
- Load bin file from JFFS2FSls
- List file in a JFFS@ FS
MMC
- todo
- todo
- todo
- todo
nand
- NAND sub-system controlnboot
- Boot from NAND Devicecp
- Memory copyflinfo
- Print flash memory informationerase
- Erase flash memoryprotect
- Enable or disable flash write protection
printenv
- Print env variablessaveenv
- Save env variables to storagerun
- Run commands in an env variablebootd
- Boot default