EPAQ-9410
Hardware Programming Reference 0.16
________________________________________________________________________
________________________________________________________________________
Copyright © 2019 QEI
Page 32
To configure U-Boot to work with TFTP server, edit /env/config file using U-Boot
commands:
cd env
edit config
CTRL-D to save
CTRL-C to quit without saving
to preserve your changes after reboot
saveenv
/env/config excerpt:
# or set your networking parameters here
eth0.ethaddr=00:11:22:33:44:56
eth0.ipaddr=192.168.24.155
eth0.netmask=255.255.255.0
eth0.gateway=192.168.24.1
eth0.serverip=192.168.24.113
To update/program Linux kernel type
update_kernel nor [imagename]
at U-Boot command prompt
For example,
update_kernel nor uImage-2.6.39-RevC-oe-svn95
To update /program Linux Root Filesystem type
update_rootfs nor [imagename]
at U-Boot command prompt
for example,
update_rootfs nor root-2.6.39-RevC-oe-svn95.jffs2
reboot the system
4.2 Install additional files
tftp -r oe.tgz -g 192.168.24.112
tar xzf oe.tgz
5 Bring-up procedure
5.1 Equipment list
Things you will need to complete testing described in this section
Equipment:
•
ATMEL SAM-ICE
•
Startech Fiber Ethernet Media Converter (MCM110ST2)
•
Serial Debug Port RS232 driver board (schematic provided separately)
•
SD Card