beautypg.com

Firmware upgrade, Start the tftp servers at the host – Artesyn COMX-P2020 Installation and Use (February 2015) User Manual

Page 90

background image

Firmware Upgrade

COMX-P2020 Module Installation and Use (6806800K97E)

90

-rwxr--r-- 1 percy percy 462501957 Dec 9 14:57 COMX-P2020.bsp.tar.gz

-r-xr-xr-x 1 percy percy 5771 Dec 9 12:57 make_sd.sh

-rw-r--r-- 1 percy percy 110443332 Dec 9 14:53 rootfs-dev.ext2.img

-rw-r--r-- 1 percy percy 107400408 Dec 9 14:54 rootfs-LRFS.tar.gz

-rw-r--r-- 1 percy percy 3872536 Dec 9 14:51 rootfs-min.ext2.img

-rw-r--r-- 1 percy percy 200253398 Dec 9 14:55 rootfs-nfs.tar.gz

-rw-r--r-- 1 percy percy 42137827 Dec 9 14:51 rootfs-usr.ext2.img

-rwxr-xr-x 1 percy percy 524288 Dec 9 14:40 u-boot-sd.bin

-rw-r--r-- 1 percy percy 525312 Dec 9 14:39 u-boot-spi.bin

-rw-r--r-- 1 percy percy 3416506 Dec 9 14:51 uImage

[percy@localhost current]$

3. Edit /etc/xinetd.d/tftp to enable tftp, here we set the tftp directory to

/local/tftpboot:

service tftp

{

socket_type = dgram

protocol = udp

wait = yes

user = root

server = /usr/sbin/in.tftpd

server_args = -s /local/tftpboot

disable = no

per_source = 11

cps = 100 2

flags = IPv4

}

4. Start the tftp servers at the host:

[percy@localhost COMX-P2020]$sudo /sbin/service xinetd start

Stopping xinetd: [ OK ]

Starting xinetd: [ OK ]