Very cool Robert, I suspected as much which is why I asked( ipaddr ->
client_ip ), I'll have to give that a thorough look see at a  latter time,
but just gave it a glance. I think I get the gist.

One thing I have been wondering about for a while, is if it is possible to
TFTP/NFS boot over g_ether. I remember reading some uEnv.txt files from
apparently older beagle hardware and I think it is possible, but have not
attempted passed trying once or twice.

It seems we could "usb start", and then I'd have to read some of that older
stuff to remember the rest of it, but . . . yeah unless it's been patched
out. Which wouldn't make sense to me, but I suppose it is possible. So I
guess what I am asking here is if it is possible. IF so, I have no problem
experimenting on my own to get it working.


On Wed, Aug 6, 2014 at 8:45 AM, Robert Nelson <[email protected]>
wrote:

> On Wed, Aug 6, 2014 at 10:38 AM, Robert Nelson <[email protected]>
> wrote:
> > On Wed, Aug 6, 2014 at 10:27 AM, William Hermans <[email protected]>
> wrote:
> >> Robert,
> >>
> >> Hey, I finally downloaded one of your prebuilt images for the first time
> >> last night, and was doing a bit of poking around. I never ran it though,
> >> just used mount -o offset* . . .
> >> But I was curious about how nfs-uEnv.txt seems to have non standard
> uboot
> >> variables in it Am I wrong, or did you make some additional changes ?
> >> "client_ip" seems added( I'm used to ipaddr ), etc. It really cool
> you're
> >> making NFS easily accessible for others thiough
> >
> > It's kinda of two fold. They are non-standard in the sense, u-boot has
> > used these other variables for years. I just used the kernel docs (1)
> > and did sed s/-/_/g on them.  While at the same time I didn't want to
> > break existing nfs users by over writing their expected defaults nfs
> > u-boot variables. ;)
> >
> > 1: https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
>
> btw, one of the other big reasons for the ipaddr -> client_ip change..
> I need a hook in u-boot to hint, hey we want to try booting via nfs:
>
> So if, "client_ip" is set: it runs thru this:
>
>
> https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2014.07/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L142
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to