![Artesyn Embedded Technology MVME8100 Installation And Use Manual Download Page 111](http://html.mh-extra.com/html/artesyn-embedded-technology/mvme8100/mvme8100_installation-and-use-manual_2977746111.webp)
Boot System
MVME8100 / MVME8110 Installation and Use (6806800P25J)
111
5.2.2
Booting from an Optional SATA Drive
1.
Make sure that the
kernel, dtb,
and
ramdisk
are saved in the SATA drive with ext2
partition.
2. Configure U-Boot environment variable:
setenv File_uImage <kernel_image>
setenv File_dtb <kernel dtb>
setenv File_ramdisk <ramdisk>
saveenv
3. Copy the files from the SATA drive to the memory:
# option: scsi - interface, 0:1 - device 0 partition 1
ext2load scsi 0:1 1000000 $File_uImage
ext2load scsi 0:1 2000000 $File_ramdisk
ext2load scsi 0:1 f00000 $File_dtb
4. Boot the Linux in memory.
bootm 1000000 2000000 f00000
5.2.3
Booting from a USB Drive
1.
Make sure that the
kernel, dtb
, and
ramdisk
are saved in the USB drive 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 USB drive:
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 f00000 $File_dtb
5. Boot the Linux in memory:
bootm 1000000 2000000 f00000
Summary of Contents for MVME8100
Page 1: ...MVME8100 MVME8110 Installation and Use P N 6806800P25J August 2015 ...
Page 8: ...MVME8100 MVME8110 Installation and Use 6806800P25J 8 List of Tables ...
Page 10: ...MVME8100 MVME8110 Installation and Use 6806800P25J 10 List of Figures ...
Page 26: ...MVME8100 MVME8110 Installation and Use 6806800P25J Sicherheitshinweise 26 ...
Page 58: ...Hardware Preparation and Installation MVME8100 MVME8110 Installation and Use 6806800P25J 58 ...
Page 84: ...Connectors LEDs and Switches MVME8100 MVME8110 Installation and Use 6806800P25J 84 ...
Page 108: ...Functional Description MVME8100 MVME8110 Installation and Use 6806800P25J 108 ...
Page 122: ...Related Documentation MVME8100 MVME8110 Installation and Use 6806800P25J 122 ...
Page 123: ......