beautypg.com

Artesyn MVME2500 VxWorks 6.8 AMP User Guide (August 2014) User Manual

Page 14

background image

Booting VxWorks

MVME2500 VxWorks 6.8 AMP User Guide (6806800M27B)

14

4. Set the VxWorks bootline arguments.

setenv vxbootargs 'motetsec(0,0)10.130.101.216:vxWorks

h=10.130.101.216 e=10.130.101.206:ffffff00 u=vxworks

pw=vxworks f=0x80’

Parameters description:
motetsec(0,0)

: ethernet interface 0 on cpu 0

10.130.101.216

: Host Machine IP

10.130.101.206

: Board IP

ffffff00

: Netmask

u=vxworks

: Username on host machine

p=vxworks

: Password for the above user in host machine

f=0x80

: File Transfer Protocol (FTP)

5. Set the VxWorks disk boot command.

setenv vxdiskboot 'ext2load scsi 0:1 0x1000000 $vxbootfile

&& setenv bootargs $vxbootargs && bootvx'

6. Save your current environmental variables.

saveenv

7. To boot VxWorks on Core 0 through hard disk , execute the following command:

run vxdiskboot
This will boot VxWorks on Core 0 only.
For sample output of VxWorks booting on Core 0 through hard disk , refer

Appendix

A, VxWorks Booting on Core 0

8. Boot VxWorks Image on Core 1, execute wrload command.

Example: wrload "-file /vxWorks -cpu 1"

To access the core1 Console use the tip utility
Example: tip "dev=/ttyMsd0#tag=green".For more information refer the
tip utility documentation.

For sample output of VxWorks booting on Core 1 through hard disk, refer

Appendix

A, VxWorks Booting on Core 1

.