Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 149971

Forum Post: RE: AM3352: TFTP load error

$
0
0
[quote user="Schuyler Patton"] Were you seeing this on the BBB with USB eth or were you using the ethernet connector on the board? [/quote] I have tested with USB-ETH. But, this should have no dependency right ? Because as far as I understand, using usb eth or ethernet connector, the next step would be execution of tftp and tftp has LMB check, which fails in SPL stage. FYI, My setup is BBB with USB-ETH -> trying to load SPL and U-boot from TFTP server. ROM code loads SPL from TFTP, now SPL is in RAM and tries to load U-boot from TFTP and now it fails. As far as I understand, LMB check is not applicable for AM335x boards in SPL stage. I'm not sure to what extent this is applicable for the whole AM33XX family. Should I send a patch to the community for further discussion on this ? in net/tftp.c it should be somewhat like this, #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_AM33XX) #undef CONFIG_LMB #endif

Viewing all articles
Browse latest Browse all 149971


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>