Booting with NFS from VirtualBox

Hello,

I can boot my board with rootfs mounted with NFS. Folder with rootfs is on my host machine. But my development environment is guest system (VirtualBox).
Do you know if it is possible to have ethernet connection with VirtualBox machine and use rootfs which is in folder in that virtual machine?

Regards,
Valdez

Sure, it's called Bridged networking...

http://www.virtualbox.org/manual/ch06.html#idp11916480

Regards,

Thanks. According to that manual I have enabled second Adapter (first is NAT) and chose my eth0 cable card.
How I can point in U-Boot uEnv.txt to that folder? It should be somehow done in ‘nfsroot’.
My current settings are:

`
root=/dev/nfs rw nfsroot=192.168.0.2:/home/valdez/rootfs,nolock ip=192.168.0.3::255.255.255.0

`

W dniu środa, 23 stycznia 2013 19:12:16 UTC+1 użytkownik RobertCNelson napisał: