View source for Booting from NFS

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Booting from NFS.

Personal tools

To boot from NFS, add the following entry via serial console: (See Bootloader section on how to access an bootloader):

setenv bootargs_nfs root=/dev/nfs nfsroot=192.168.0.200:/export/openmoko ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0:ezx:usb0:off rootdelay=5 console=ttySAC0,115200 console=tty0 loglevel=8
setenv menu_5 Boot from NFS: setenv bootargs \${bootargs_nfs} \${mtdparts} \; nand read.e 0x32000000 kernel\; bootm 0x32000000
saveenv