beautypg.com

Firmware upgrade – Artesyn COMX-P4080 Installation and Use (August 2014) User Manual

Page 120

background image

Firmware Upgrade

COMX-P4080 COM Express Module Installation and Use (6806800L20C)

120

9. All the commands in the following steps should be run in the U-Boot command line.

10. Set the U-Boot environment variables for the network settings.

11. Set up the U-Boot environment variables for upgrade files.

12. Test that the network and filename settings can download the files successfully using the

following commands.

=> 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

=> setenv rcwfile comx_p4080/COMX_P4080_/rcw.bin

=> setenv fmanfile

comx_p4080/COMX_P4080_/fsl_fman_ucode_P4080_101_6.bi

n

=> setenv bootfile comx_p4080/COMX_P4080_/uImage

=> setenv norfsfile

comx_p4080/COMX_P4080_/rootfs_ext2.img

=> setenv fdtfile comx_p4080/COMX_P4080_/comx.dtb

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

=> setenv nandfsfile

comx_p4080/COMX_P4080_/rootfs_jffs2.nand

=> tftpboot $loadaddr $rcwfile

=> tftpboot $loadaddr $fmanfile

=> tftpboot $loadaddr $bootfile