AGFA ATCA-C110/1G Automobile Accessories User Manual


 
ATCA-C110/1G Installation and Use Manual
Chapter 3 U-Boot Firmware Overview
32
REVIEW COPY
Initial Steps
In the default configuration, U-Boot operates in an interactive mode providing a simple
command line-oriented user interface using the serial console on port
In this CLI mode, U-Boot shows a prompt (ATCA-C110>) when it is ready to receive the user
input. You can type a command from the command line prompt, and press enter. U-Boot tries
to run the required action(s), and then prompt for another command.
To see a list of the available U-Boot commands, type help, or type "?". This command prints a
list of all commands that are available in the current configuration. For example:
=> help
askenv - get environment variables from stdin
autoscr - run script from memory
base - print or set address offset
bdinfo - print Board Info structure
bootm - boot application image from memory
bootp - boot image via network using BootP/TFTP protocol
bootd - boot default, i.e., run 'bootcmd'
cmp - memory compare
coninfo - print console devices and informations
cp - memory copy
crc32 - checksum calculation
date - get/set/reset date & time
dhcp - invoke DHCP client to obtain IP/boot params
diskboot- boot from IDE device
echo - echo args to console
erase - erase FLASH memory
flinfo - print FLASH memory information
go - start application at address 'addr'
help - print online help
ide - IDE sub-system
iminfo - print header information for application image
loadb - load binary file over serial line (kermit mode)
loads - load S-Record file over serial line
loop - infinite loop on address range
md - memory display
mm - memory modify (auto-incrementing)
mtest - simple RAM test
mw - memory write (fill)
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
setenv - set environment variables