Firmware upgrade, 1 upgrade procedure, 1 host setup – Artesyn COMX-P1022 Installation and Use (July 2014) User Manual
Page 73: Chapter 6
Chapter 6
COMX-P1022 COM Express Module Installation and Use (6806800M04C)
73
Firmware Upgrade
6.1
Upgrade Procedure
6.1.1
Host Setup
Host setup is very critical in upgrading the firmware. The following instructions are generic,
and have been tested at RHEL 4.6 and RHEL 5.3 - 32 bit. Your system may be different and the
commands should be adjusted accordingly.
1. Turn off the firewall for tftp to work. Type iptables -F or setup at the
command line.
2. All the operators on the host side should be ordinary users which have "sudo"
privileges with NO password. To obtain "sudo" privilege, the operator should login
as root, and run "visudo" and add the following line at the end.
Example:
ec7987 ALL=(ALL) NOPASSWD: ALL
3. Setting up the tftp service:
1. Create the /local/tftpboot/COMX-P1022/current directory at host, and copy
the release file: COMX-P1022.bsp.tar.gz to the directory:
/local/tftpboot/COMX-P1022/current
[percy@localhost current]$ sudo chmod 777 /local/tftpboot/COMX-
P1022/current
[percy@localhost current]$ ls -al COMX-P1022.bsp.tar.gz
-rwxr--r-- 1 percy percy 462501957 Dec 9 14:57 COMX-P1022.bsp.tar.gz
[percy@localhost current]$
2. Extract all the BSP targets from the COMX-P1022.bsp.tar.gz:
[percy@localhost current]$ tar zxvf COMX-
P1022.bsp.tar.gz