Hello.
We have a custom built board based on am335x. We are using the latest kernel and u-boot from the arago project repositories.
We load MLO and u-boot from the SD card and everything works fine. Then we load the kernel via tfp and this is very slow. It takes about 20sec to load the kernel into memory.
When the system is booted I tried to copy a 1Mb file over NFS to RAM and that took about 1sec which I find ok. How come that tftp in u-boot is so slow?
We have configured the SoC to use MII. We had some problem in the beginning where we used RMII and got a very slow network connection when using NFS. My thought was that maybe u-boot is not configured correctly but it seems to me that it is using MII as well.
Any ideas?
Best regards
Daniel Eriksson