120
MVME2502 Installation and Use (6806800R96L)
Boot System
Boot System
3. Boot the MVME2502.
4. When prompted, press the
<h>
key.
U-Boot aborts the boot sequence and enters into a command line interface mode.
6.3
Boot Options
6.3.1
Booting from a Network
In this mode, U-Boot downloads and boots the Linux kernel from an external TFTP server
and mounts a root file system located on a network server.
1. Make sure that the
kernel, dtb,
and
ramdisk
are 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 bootargs 'root=/dev/ram rw console=ttyS0,9600n8
ramdisk_size=700000 cache-sram-size=0x10000'
saveenv
3. Transfer the files through the TFTP from the server to the local memory.
tftp 1000000 <kernel_image>
tftp 2000000 <ramdisk>
tftp C00000 <kernel dtb>
4. Boot the Linux from the memory.
bootm 1000000 2000000 c00000
These serial access parameters are the default values. These values can be changed
within the U-Boot. For details, refer to the
U-Boot
documentation
.
Enter the command
setenv bootdelay -1; saveenv
to disable the U-Boot auto-
boot feature and let the U-Boot directly enter the command line interface after the
next reboot/power up.
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 ...