Forum Discussion
Altera_Forum
Honored Contributor
14 years agoU-Boot v2 aka Barebox
Hello, I'm inviting you to try this wonderfull bootloader named Barebox (here (http://barebox.org)). I added the nios2 arch to the project some times ago and now, we have some nios2 drivers ava...
Altera_Forum
Honored Contributor
13 years agoHi,
Thanks Franck for your response (and for your work on Barebox / Nios 2). I already change PHY address to 0 (or -1), else, I got an error about unknown PHY id. We have made some progress. According to the design, we have to use dedicated memory descriptor. So, I complete in generic.c (well, a copy for this file for the DK board) the description, (tse_mac) with a new entry. Now, I can see TX LED activity, but, unfortunatly, server don't seems to proceed the Frame (maybe the frame is wrong, and dropped). I enable trace in barebox altera_tse driver. I see several sgdma TX. First one has status 0xC, and following have 0x1C, until timeout. I'll try to dump packet, and check if it's correct. Edit : In MAC Registers about status, aAlignmentErrors increase (when server perform a broadcast ping). Packet dump shows something similare. To be Continue. Regards, Christophe