Booting via usb storage – ADLINK aTCA-N700 User Manual

Page 31

Advertising
background image

aTCA-N700 SW Users Guide

25


=>

setenv rootpath /tftpboot/aTCA-N700T/RFS/rootfs

-> Set rootfs path information

=>

setenv netdev eth0

-> For REV1 set netdev as eth0(mgmt port)


=>

setenv serverip 192.168.0.142

-> set NFS server IP address

=>

setenv ipaddr 192.168.34.56

-> set my IP address

=>

setenv gatewayip 192.168.0.1

-> set gateway IP address

=>

setenv netmask 255.255.0.0

-> set netmask

=>

run nfsboot

5.4. Booting via USB storage


To boot from a USB storage attached to the blade face plate connector with a pre-
programmed images on the storage, see the following example.

=>

usb start

=>

fatload usb0 0 $loadaddr kal

=>

fatload usb0 0 $fdtaddr kad

=>

fatload usb0 0 $ramdiskaddr kar

=>

setenv

bootargs

root=/dev/ram

rw

console=$consoledev,$baudrate

ramdisk_size=460000

=>

bootm $loadaddr $ramdiskaddr $fdtaddr

Advertising