Техническая Спецификация для Taskit ARM9 CPU-module with Linux Stamp9261-series Stamp9261 (64F/64R) 542310

Модели
542310
Скачать
Страница из 65
Linux Guide
taskit GmbH
Starts an application stored at address addr. This command is not suitable for starting 
from Linux, since r0, r1 and r2 are not set. It is designed for stand-alone applications 
written specifically for the AT91RM9200.
For example:
U-Boot> go 21100000
## Starting application at 0x21100000 ...
11.6.4.  Set environment variables
printenv- print environment variables
printenv [name[ name[ ...]]]
printenv outputs the current contents of the environment variables. To show specific 
variables, you can add their names as arguments.
Example 1: Outputting all environment variables
U-Boot> printenv
bootdelay=3
baudrate=115200
ethaddr=00:50:C2:3A:B0:01
basicargs=console=ttyS0,115200 mem=64M root=/dev/ram rw
kerneladdr=10030000
. . .
ipaddr=192.168.2.171
serverip=192.168.2.238
Environment size: 552/65532 bytes
Example 2: Outputting two variables
U-Boot> printenv netmask ipaddr
netmask=255.255.255.0
ipaddr=192.168.2.171
saveenv - save environment variables to persistent storage
saveenv
During runtime, changes to variables or new variables are stored in RAM and not saved
permanently in flash memory. Saving is done explicitly with the saveenv command.
For example:
U-Boot> saveenv
Saving Environment to Flash...
Un-Protected 1 sectors
Erasing Flash...flash_erase: first: 9 last: 9
. done
Erased 1 sectors
Writing to Flash... done
Protected 1 sectors
Page 62 of 65
Version 1.26
 (2008-04-30)