122
MVME2502 Installation and Use (6806800R96L)
Boot System
Boot System
6.3.4
Booting from an SD Card
1. Make sure that the
kernel, dtb,
and
ramdisk
are saved in the SD card with FAT
partition.
2. Configure the U-Boot environment variable:
setenv File_uImage <kernel_image>
setenv File_dtb <kernel dtb>
setenv File_ramdisk <ramdisk>
saveenv
3. Initialize SD card:
mmcinfo
4. Load the files from the SD card to the memory:
# option: mmc - interface, 0:1 - device 0 partition 1
fatload mmc 0:1 1000000 $File_uImage
fatload mmc 0:1 2000000 $File_ramdisk
fatload mmc 0:1 c00000 $File_dtb
5. Boot the Linux in memory:
bootm 1000000 2000000 c00000
6.3.5
Booting VxWorks Through the Network
In this mode, the U-Boot downloads and boots VxWorks from an external TFTP server.
1. Make sure that the VxWorks image is accessible to the board from the TFTP server.
2. Configure U-Boot environment variables:
setenv ipaddr <IP address of MVME2502>
setenv serverip <IP address of TFTP server>
setenv gatewayip <gateway IP>
setenv netmask <netmask>
setenv vxboot 'tftpboot $vxbootfile && setenv bootargs $vxbootargs
&& bootvx'
setenv vxbootfile <VxWorks_image>
setenv vxbootargs 'motetsec(0,0)<IP address of TFTP
server>:VxWorks h=<IP address of TFTP server> e=<IP address of
MVME2502>:ffffff00 b=<unused IP> u=vxworks pw=vxworks f=0x80'
saveenv
3. TFTP the files from the server to local memory, then boot:
Summary of Contents for MVME2502
Page 1: ...Penguin Edge MVME2502 Installation and Use P N 6806800R96L July 2022 ...
Page 8: ...8 MVME2502 Installation and Use 6806800R96L Table of Contents ...
Page 10: ...List of Figures 10 MVME2502 Installation and Use 6806800R96L ...
Page 18: ...18 MVME2502 Installation and Use 6806800R96L About this Manual About this Manual ...
Page 32: ...32 MVME2502 Installation and Use 6806800R96L Introduction Introduction ...
Page 96: ...96 MVME2502 Installation and Use 6806800R96L Functional Description Functional Description ...
Page 128: ...128 MVME2502 Installation and Use 6806800R96L Boot System Boot System ...
Page 140: ...140 MVME2502 Installation and Use 6806800R96L Programming Model Programming Model ...
Page 144: ...144 MVME2502 Installation and Use 6806800R96L Replacing the Battery Replacing the Battery ...
Page 148: ...148 MVME2502 Installation and Use 6806800R96L Related Documentation Related Documentation ...
Page 149: ...1 ...