1 pre-deployment steps – Artesyn SCP-P4040-4G-ENP2 Installation and Use (August 2014) User Manual
Page 65

BSP
SCP-P4040-4G-ENP2 Installation and Use (6806800P60B)
65
package COMX_P4040_V100B00.tar.gz by running ./build.sh V100B00 located at
/local/ tmp/
.
7.4.1
Pre-Deployment Steps
The following steps must be performed before deployment:
1. Connect the board to your network using a network cable to the SGMII Ethernet port.
2. Setup a TFTP server in this network. Assuming that the IP address of this server is
192.168.0.100 and the root directory is /tftpboot/.
3. Create a comx_p4040/ in /tftpboot/ subdirectory.
4. Copy the COMX_P4040_
/tftpboot/comx_p4040/
on TFTP server.
5. Change current directory to /tftpboot/comx_p4040/.
6. Unzip the.tar.gz file to the current directory. The following files are extracted to
theCOMX_P4040_V100B00/:
comx.dtb
rcw.bin
rcw-codewarrior.bin
rootfs_ext2.img
rootfs_nfs.tar.gz
uImage
fsl_fman_ucode_P3_P4_P5_101_8.bin
u-boot.bin
7. Unzip the rootfs_nfs.tar.gz file to the /tftpboot/comx_p4040/ location using
the sudo tar xzvf COMX_P4040_V100B00/rootfs_nfs.tar.gz.
8. Add /tftpboot/comx_p4040/rootfs_nfs/ to NFS exports list in
/etc/exports:/tftpboot/comx_p4040/rootfs_nfs
*(rw,sync,no_root_squash)
9. Restart NFS service to export /tftpboot/comx_p4040/rootfs_nfs/ using the
sudo/sbin/service nfs restart
command.