
Boot System
MVME2502 Installation and Use (6806800R96D
)
136
usb start
4. Load the files from the USB drive to the memory:
# option: usb - interface, 0:1 - device 0 partition 1
fatload usb 0:1 1000000 $File_uImage
fatload usb 0:1 2000000 $File_ramdisk
fatload usb 0:1 c00000 $File_dtb
5. Boot the Linux in memory:
bootm 1000000 2000000 c00000
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:
Содержание MVME2502
Страница 1: ...MVME2502 Installation and Use P N 6806800R96D December 2014 ...
Страница 12: ...MVME2502 Installation and Use 6806800R96D 12 List of Tables ...
Страница 14: ...MVME2502 Installation and Use 6806800R96D 14 List of Figures ...
Страница 20: ...MVME2502 Installation and Use 6806800R96D About this Manual 20 About this Manual ...
Страница 30: ...MVME2502 Installation and Use 6806800R96D Sicherheitshinweise 30 ...
Страница 38: ...Introduction MVME2502 Installation and Use 6806800R96D 38 Figure 1 3 Serial Number Location ENP2 Variant ...
Страница 52: ...Hardware Preparation and Installation MVME2502 Installation and Use 6806800R96D 52 ...
Страница 54: ...Controls LEDs and Connectors MVME2502 Installation and Use 6806800R96D 54 Figure 3 2 Board Layout ENP2 Variant ...
Страница 108: ...Functional Description MVME2502 Installation and Use 6806800R96D 108 ...
Страница 142: ...Boot System MVME2502 Installation and Use 6806800R96D 142 ...
Страница 154: ...Programming Model MVME2502 Installation and Use 6806800R96D 154 ...
Страница 156: ...Replacing the Battery MVME2502 Installation and Use 6806800R96D 156 Figure A 2 Battery Location ENP2 Variant ...
Страница 162: ...Related Documentation MVME2502 Installation and Use 6806800R96D 162 ...
Страница 163: ......