Taskit ARM9 CPU-module with Linux Stamp9261-series Stamp9261 (64F/64R) 542310 Data Sheet

Product codes
542310
Page of 65
Linux Guide
taskit GmbH
11.6. U-Boot commands
U-Boot generally interprets numerical arguments as hex values. In other words, 10000000 
is 0x10000000 Hex.
U-Boot has commands to 
1. read and write memory and flash memory,
2. load programs and files via the serial interface or Ethernet, 
3. start programs and boot Linux, and 
4. set environment variables, as well as 
5. additional commands. 
As an overview of the available commands, here is the output of the U-Boot help 
command:
?       
- alias for 'help'
base    
- print or set address offset
boot    
- boot default, i.e., run 'bootcmd'
bootd   
- boot default, i.e., run 'bootcmd'
bootm    - boot application image from memory
bootp
- boot image via network using BootP/TFTP protocol
cmp     
- memory compare
coninfo 
- print console devices and information
cp      
- memory copy
crc32   
- checksum calculation
dhcp
- invoke DHCP client to obtain IP/boot params
echo   
- echo args to console
erase  
- erase FLASH memory
flinfo 
- print FLASH memory information
go     
- start application at address 'addr'
help   
- print online help
imls    
- list all images found in flash
itest
- return true/false on integer compare
loadb  
- load binary file over serial line (kermit mode)
loop   
- infinite loop on address range
md     
- memory display
mm     
- memory modify (auto-incrementing)
mtest  
- simple RAM test
mw     
- memory write (fill)
nfs
- boot image via network using NFS protocol
nm     
- memory modify (constant address)
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
run     
- run commands in an environment variable
saveenv  - save environment variables to persistent storage
Page 52 of 65
Version 1.26
 (2008-04-30)