beautypg.com

7 checking the bsp version – Artesyn COMX-P40x0 ENP2 Installation and Use (August 2014) User Manual

Page 91

background image

BSP

COMX-P40x0 ENP2 Installation and Use (6806800R95B)

91

7.7

Checking the BSP Version

There are several different versions of the BSP, but no versions are availble for RCW and DTB.
Below are the methods on how the versions can be checked.

1. For the FMAN uCode Version, it can be found in the U-Boot boot-up message.

Fman: Uploading microcode version 101.6.0.

2. RAMDISK rootfs version

Boot up with ramboot (’run ramboot’ in U-Boot) or norboot (’run norboot’ in U-Boot).
In Linux, run ’cat /etc/.version’
[root@COMX-P4080 root]# cat /etc/.version

COMX-P4080 EXT2 ROOTFS ver: COMX_P4080_V100R00 build by

[email protected] on Mon Nov 29 08:46:50 UTC 2010

nfsboot

Default is ‘setenv bootargs root=/dev/nfs rw
nfsroot=$serverip:$rootpath
ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off

mmcfatboot

default is ‘setenv bootargs root=/dev/$mmcbdev rw rootdelay=30
console=$consoledev,$baudrate $hwbootargs
$othbootargs;mmcinfo;fatload mmc 0:1 $loadaddr
/boot/$bootfile;fatload mmc 0:1 $fdtaddr /boot/$fdtfile;bootm
$loadaddr - $fdtaddr’

mmcext2boot default is ‘setenv bootargs root=/dev/$mmcbdev rw rootdelay=30

console=$consoledev,$baudrate $hwbootargs
$othbootargs;mmcinfo;ext2load mmc 0:2 $loadaddr
/boot/$bootfile;ext2load mmc 0:2 $fdtaddr /boot/$fdtfile;bootm
$loadaddr - $fdtaddr’

usbfatboot

default is ‘setenv bootargs root=/dev/$usbbdev rw rootdelay=30
console=$consoledev,$baudrate $hwbootargs $othbootargs;usb
start;fatload usb 0:1 $loadaddr /boot/$bootfile;fatload usb 0:1 $fdtaddr
/boot/$fdtfile;bootm $loadaddr - $fdtaddr’

usbext2boot

default is ‘setenv bootargs root=/dev/$usbbdev rw rootdelay=30
console=$consoledev,$baudrate $hwbootargs $othbootargs;usb
start;ext2load usb 0:2 $loadaddr /boot/$bootfile;ext2load usb 0:2
$fdtaddr /boot/$fdtfile;bootm $loadaddr - $fdtaddr’