flyorange 发表于 2017-8-13 00:28:10

uboot的help

uboot# h                                                                        
?       - alias for 'help'                                                      
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                                    
bootp   - boot image via network using BOOTP/TFTP protocol                     
bootvx- Boot vxWorks from an ELF image                                       
chpart- change active partition                                             
cmp   - memory compare                                                      
coninfo - print console devices and information                                 
cp      - memory copy                                                         
crc32   - checksum calculation                                                
date    - get/set/reset date & time                                             
echo    - echo args to console                                                
editenv - edit environment variable                                             
env   - environment handling commands                                       
ext2load- load binary file from a Ext2 filesystem                              
ext2ls- list files in a directory (default /)                                 
fatinfo - print information about filesystem                                    
fatload - load binary file from a dos filesystem                              
fatls   - list files in a directory (default /)                                 
go      - start application at address 'addr'                                 
help    - print command description/usage                                       
iminfo- print header information for application image                        
imxtract- extract a part of a multi-image                                       
itest   - return true/false on integer compare                                 
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                                       
md      - memory display                                                      
md5sum- compute MD5 message digest                                          
mdio    - MDIO utility commands                                                
mii   - MII utility commands                                                
mm      - memory modify (auto-incrementing address)                           
mmc   - MMC sub system                                                      
mmc_spi - mmc_spi setup                                                         
mmcinfo - display MMC info                                                      
mtdparts- define flash/nand partitions                                          
mw      - memory write (fill)                                                   
nand    - NAND sub-system                                                      
nboot   - boot from NAND device                                                
nfs   - boot image via network using NFS protocol                           
nm      - memory modify (constant address)                                    
ping    - send ICMP ECHO_REQUEST to network host                              
printenv- print environment variables                                          
reset   - Perform RESET of the CPU                                             
run   - run commands in an environment variable                              
saveenv - save environment variables to persistent storage                     
setenv- set environment variables                                             
sf      - SPI flash sub-system                                                
sleep   - delay execution for some time                                       
source- run script from memory                                                
sspi    - SPI utility command                                                   
tftpboot- boot image via network using TFTP protocol                           
usb   - USB sub-system                                                      
usbboot - boot from USB device                                                
version - print monitor, compiler and linker version                           
uboot#
页: [1]
查看完整版本: uboot的help