Firmware upgrade – Artesyn COMX-P1022 Installation and Use (July 2014) User Manual

Page 74

Advertising
background image

Firmware Upgrade

COMX-P1022 COM Express Module Installation and Use (6806800M04C)

74

[percy@localhost current]$ ls -al

total 910224

drwxr-xr-x 2 percy percy 4096 Dec 10 09:37 .

drwxrwxr-x 8 percy percy 4096 Dec 9 18:07 ..

-rw-r--r-- 1 percy percy 9824 Dec 9 14:51 comx.dtb

-rwxr--r-- 1 percy percy 462501957 Dec 9 14:57 COMX-P1022.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 200253398 Dec 9 14:55 rootfs-nfs.tar.gz

-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-P1022]$sudo /sbin/service xinetd start

Stopping xinetd: [ OK ]

Starting xinetd: [ OK ]

Advertising