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

Модели
542310
Скачать
Страница из 65
Linux Guide
taskit GmbH
For example:
U-Boot> rarpboot 21000000 u-boot.bin
RARP broadcast 1
TFTP from server 192.168.2.238; our IP address is 192.168.2.239
Filename 'u-boot.bin'.
Load address: 0x21000000
Loading: ###################
done
Bytes transferred = 94628 (171a4 hex)
tftpboot- boot image via network using TFTP protocol
tftpboot [addr] [filename]
Loads a file from the network via TFTP. The IP parameters must already be set.
For example:
U-Boot> tftpboot 21000000 u-boot.bin
TFTP from server 192.168.2.238; our IP address is 192.168.2.239
Filename 'u-boot.bin'.
Load address: 0x21000000
Loading: ###################
done
Bytes transferred = 94628 (171a4 hex)
bootp - boot image via network using BootP/TFTP protocol
bootp [addr] [filename]
Loads an image using BOOTP. The name of the image to be loaded must be specified 
either in the bootfile environment variable or in the configuration of the DHCPD server. 
The loading address must be set in the loadaddr environment variable or the default 
loading address (21 000 000) will be used.
For example:
U-Boot> bootp 21000000 u-boot.bin
BOOTP broadcast 1
DHCP client bound to address 192.168.2.171
TFTP from server 192.168.2.238; our IP address is 192.168.2.171
Filename 'u-boot.bin'.
Load address: 0x21000000
Loading: ###################
done
Bytes transferred = 94628 (171a4 hex)
loadb - load binary file over serial line (kermit mode)
loadb [addr] [baud]
Loads a file over the serial interface to the address addr. Kermit is the protocol used, and 
it can be served by various clients (Windows: HyperTerminal, VTerm; Linux: cKermit)
Page 60 of 65
Version 1.26
 (2008-04-30)