beautypg.com

Artesyn COMX-P40x0 ENP2 Installation and Use (January 2015) User Manual

Page 128

background image

BSP

COMX-P40x0 ENP2 Installation and Use (6806800R95C)

128

uImage

fsl_fman_ucode_P3_P4_P5_101_8.bin

u-boot.bin

7. Extract the rootfs_nfs.tar.gz file to the /tftpboot/comx_p4080/ location

using the sudo tar xzvf COMX_P4080_V100B00/rootfs_nfs.tar.gz.

8. Add /tftpboot/comx_p4080/rootfs_nfs/ to NFS exports list in /etc/exports:

/tftpboot/comx_p4080/rootfs_nfs *(rw,sync,no_root_squash)

9. Restart NFS service to export /tftpboot/comx_p4080/rootfs_nfs/ using the

sudo/sbin/service nfs

restart command.

10. The following commands should be executed in U-Boot command line:

Setup the U-Boot environment variables for the network settings. Example:
=> setenv ethaddr 00:01:af:12:23:01

=> setenv ipaddr 192.168.0.99

=> setenv netmask 255.255.255.0

=> setenv gatewayip 192.168.0.1

=> setenv serverip 192.168.0.100

=> setenv ethact FM1@DTSEC1

Setup the U-Boot environment variables for upgrade files. Example:
=> setenv rcwfile comx_p4080/COMX_P4080_V100B00/rcw.bin

=> setenv fmanfile

comx_p4080/COMX_P4080_V100B00/fsl_fman_ucode_P3_P4_P5_101_8.

bin

=> setenv bootfile comx_p4080/COMX_P4080_V100B00/uImage

=> setenv norfsfile

comx_p4080/COMX_P4080_V100B00/rootfs_ext2.img

=> setenv fdtfile comx_p4080/COMX_P4080_V100B00/comx.dtb

=> setenv ubootfile comx_p4080/COMX_P4080_V100B00/u-boot.bin

=> setenv rootpath /tftpboot/comx_p4080/rootfs_nfs