I am looking to get tftp working from U-Boot on the Beagleboard XM rev. C.
Initial attempts to do this using mainline U-Boot (git.denx.de/u-boot.git,
main tree - not a branch) were not successful.
I booted into U-Boot and did "usb start" and no ethernet device was found.
If I disable data cache with "dcache off" first, the ethernet device is found
but its behavior is unusable. Any attempt to ping or tftp results in delays,
then the error message:
EHCI timed out on TD - token=0x88008d80
I see other reports of this problem when trying to use the network from U-Boot
on Beagle XM, but I have not seen any definitive answers.
Please send me a pointer to the latest official U-Boot tree/branch for Beagle XM
that would have logic to support using Ethernet on this board. What is in
mainline U-Boot on denx.de must not be the latest since this does not work.
Also if it is necessary to do "dcache off" to even get the Eth device to be
recognized, isn't this going to affect performance later? Is anything being
done to allow Ethernet to work (and be enumerated properly) in U-Boot with
dcache on?
Thanks,
Chuck
I haven't performed a diff to see the differences yet, but my
understanding is that this u-boot commit is used in conjunction with
tftp regularly for testing:
>
> Please send me a pointer to the latest official U-Boot tree/branch for Beagle XM
> that would have logic to support using Ethernet on this board. What is in
> mainline U-Boot on denx.de must not be the latest since this does not work.
It most certainly is the latest, but if it doesn't work then there was
a regression.
Simon Glass and Joel Fernandes were working on this in the mainline
tree this past summer and eventually got it working:
http://lists.denx.de/pipermail/u-boot/2011-August/098693.html
>
> Also if it is necessary to do "dcache off" to even get the Eth device to be
> recognized, isn't this going to affect performance later?
It does impact performance, notably the checksum times.
> Is anything being
> done to allow Ethernet to work (and be enumerated properly) in U-Boot with
> dcache on?
It isn't at the highest priority, but fixing the cache coherency for
USB and Ethernet is on the to-do list.
>
> Thanks,
> Chuck
>
>
> --
> You received this message because you are subscribed to the Google Groups "Beagle Board" group.
> To post to this group, send email to beagl...@googlegroups.com.
> To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
>
>
On Nov 19, 8:39 pm, Chuck Meade <chuckme...@mindspring.com> wrote:
> Hello,
>
> I am looking to get tftp working from U-Boot on the Beagleboard XM rev. C.
> Initial attempts to do this using mainline U-Boot (git.denx.de/u-boot.git,
> main tree - not a branch) were not successful.
>
> I booted into U-Boot and did "usb start" and no ethernet device was found.
>
I see very similar behaviour with mainline u-boot.
There is a non-mainline solution, which works for me.
Try:
git clone git://github.com/koenkooi/u-boot.git u-boot.not.mainline
Regards,
Robert
Thanks very much! Do you have a git URL for the MLO (whether x-loader or spl)
that you are using?
Thanks,
Chuck
Hi Robert,
For completeness of this thread, just want to mention that the following combination
works great:
Mainline x-loader (git://gitorious.org/x-loader/x-loader.git)
The non-mainline U-Boot mentioned by Robert Berger above
(git://github.com/koenkooi/u-boot.git)
However, using mainline x-loader and mainline U-Boot, networking does not work from
U-Boot. Even after "dcache off".
Jason mentioned earlier in the thread that "if it doesn't work then there was
a regression." There may have been a regression in mainline, then. What is in
mainline U-Boot does not handle networking properly from U-Boot on Beagle XM,
and what is in the koenkooi tree above does work.
Thanks all,
Chuck
Hi all,I'm having the same problem. I have beagleboard xM Rev-c and ethernet not working in uboot, works fine with Linux kernal. Beagleboard uboot can send ping but not respnding to incoming ping message. Only works when i m sending ping simultaneously from both host & beagleboard.I m strugling to ge this issue resolved but not having any sucess. Please help me out i have already put months of effrots but not working.Many thanks in advance.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/8Xw9XXNsQQ0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.