Hi Ulrich
> > Then when I try to boot from nfs I get the following output:
> >
> > barebox: boot nfs://192.168.86.201/nfsboot/arm9/
> 
> you already have the slash separating the host part of the URL and the
> path part, but you missed the slash that is needed at the beginning of
> the absolute path:
> 
>   boot nfs://192.168.86.201//nfsboot/arm9/
> 
> (with a two slashes) should hopefully do the trick.

Hmm, no luck:
barebox:/ boot nfs://192.168.86.201//nfsboot/arm9/
eth0: DHCP client bound to address 192.168.86.20
T T T T T T T T T T T T T T could not open /.tftp_tmp_path/zImage-at91sam9263ekt

barebox:/ boot nfs://192.168.86.201//nfsboot/arm9
eth0: DHCP client bound to address 192.168.86.20
T T T T T T T T T T T T T T could not open /.tftp_tmp_path/zImage-at91sam9263ekt

I will try to add some debugging and see whats going on.

        Sam

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to