NFSBooting

From VentureResearchWiki
Jump to navigation Jump to search
Instructions for booting VR boards ...

Linux Board Rev 3.4[edit | edit source]

Android[edit | edit source]

setenv nfsroot "192.168.19.128:/srv/nfs/android-om37"
setenv bootargs "init=/init mem=256M noinitrd rw omap_vout.vid1_static_vrfb_alloc=y vram=8M omapfb.vram=0:8M rootdelay=1 rootwait ethaddr=${ethaddr} console=ttyO2,115200n8 androidboot.console=ttyO2 root=/dev/nfs nfsroot=${nfsroot},nolock ip=dhcp"
setenv tftp_kernel "bootp; tftpboot 0x80000000 uImage-android-om37.bin"
setenv boot_nfs "run tftp_kernel; bootm 0x80000000"
setenv bootcmd "run boot_nfs"
saveenv

Linux Board Rev G[edit | edit source]

variscite AM35 module[edit | edit source]

  • NFS on lab-ubuntu; bootp/kernel image on ethereal
bootp
tftp 0x80000000 uImage-vrreader-am35.bin
setenv bootargs console=ttyO2,115200n8 root=/dev/nfs rw ip=dhcp nfsroot=192.168.19.128:/srv/nfs/image ethaddr=00:50:c2:7c:5f:fc consoleblank=0 omapfb.mode=lcd:1024x768@60
bootm 0x80000000

from internal flash

bootp
tftp 0x80000000 var-am35-arago-uImage
setenv bootargs mem=80M@0x80000000 mem=128M@0x88000000 console=ttyS2,115200n8 root=/dev/mtdblock4 rootfstype=jffs2
bootm 0x80000000

setenv bootargs console=ttyS2,115200n8 root=/dev/nfs rw ip=dhcp nfsroot=192.168.19.128:/srv/nfs/image ethaddr=00:50:c2:7c:5f:fc consoleblank=0

OTHER UNVERIFIED[edit | edit source]

from m:\kevin\boot.scr

mmc init; fatload mmc 1 0x80000000 uImage
setenv bootargs mem=80M@0x80000000 mem=128M@0x88000000 console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.19.26:/srv/nfs/image rw ethaddr=$ethaddr ip=192.168.19.42:192.168.19.10:192.168.19.5:255.255.255.0:nfs42 consoleblank=0
bootm 0x80000000
## NFS ##
bootp; tftp 0x80000000 uImage-vrreader-om37.bin
setenv bootargs console=ttyO2,115200n8 root=/dev/nfs rw nfsroot=192.168.19.128:/srv/nfs/image ethaddr=$ethaddr ip=192.168.19.42:192.168.19.10:192.168.19.5:255.255.255.0:test0::off consoleblank=0
bootm 0x80000000
## nfs som-am35 ##
bootp
tftp 0x80000000 uImage-vrreader-am35.bin
setenv bootargs console=ttyO2,115200n8 root=/dev/nfs rw ip=dhcp nfsroot=192.168.19.128:/srv/nfs/image ethaddr=00:50:c2:7c:5f:fc consoleblank=0
bootm 0x80000000
## nfs craneboard ##
bootp; tftp 0x80000000 uImage-am3517-crane.bin
setenv bootargs console=ttyS2,115200n8 root=/dev/nfs rw ip=dhcp nfsroot=192.168.19.128:/srv/nfs/image ethaddr=00:50:c2:7c:5f:fc consoleblank=0
bootm 0x80000000