Altera_Forum
Honored Contributor
15 years agoTse Loopback Problem
Hi All,
i'm trying to port u-boot on a custom board. I follow the nioswiki guide to build u-boot.bin and the bootloader started quickly...but it seems impossible to use ethernet. My demo (dbc2c20) uses 83848 PHY...therefore I did some changes to altera_tse.c driver to extend support for this chip... What I see is that sgdma controller doesn't transmit any packet... This sounds strange but I would like to test the LOOP_ENA feature to check if the problem is on MAC/SGDMA or PHY but it seems impossible to set this bit in the Command_Config register...I'm trying also by hand from u-boot console (mw.l etc etc..) but without results Any help/idea will be appreciated... Bye