
Hi,
I'm using a Sandpoint board with X3 (MPC8245) unity CPU card. Sandpoint does not have an ethernet controller.And since I have a PCI DECchip 21x4x Ethernet controller I want to use it with sandpoint board. I'm able to use this ethernet card with my linux image, it works fine, but I couldn't add this to u-boot image. So I'm dowloading the linux image by using "loadb" or "loads" commands via serial channel and it tooks to much time. You can see my previous tryings below.
Is there anybody who has used this ethernet controller with Sandpoint? Or do you have any suggestion for my problem.
Regards yio
P.S: Below, there are previous messages between I and Wolfgang. Since I was not aware of using this list I have sent e-mails directly to Wolfgang. Thanks to him for his recommendations about the problem and warnings about using this list.
------------------------------------------------------------------------------------
Hello,
in message 000b01c44ebe$9f0193d0$aa06010a@aselsan.com.tr you wrote:
First of all, Thank you very much for your help. I'm sorry I couldn't
see the Tulip support of u-boor at the first time.
You are welcome.
Yes you are right I should have used the mailing list. Thank you for
your warning.
Ummm... so why aren't you using it in this case?
For future messages please use the mailing list.
Enable CFG_CMD_NET and CONFIG_TULIP and CONFIG_NET_MULTI in your board configuration.
I have tried you recommendations about how to add Tulip driver. But I
couldn't succedded. Here what I have done exactly and, what results I have reached.
I think, by the "board configuration", you mean u-boot-1.1.1\include\configs\Sandpoint8245.h file. In that file, CONFIG_NET_MULTI had already been defined. Then I have defined the first two ( CFG_CMD_NET, CONFIG_TULIP). Then firstly, I have run the command "make clean", secondly run "make Sandpoint8245_config", And finally, when I have run the command "make CROSS_COMPILE=ppc_82xx-" I have received an error, saying that definition of CFG_CMD_NET was dublicated. OK, since it seems to
Maybe I was not clear enough. "CFG_CMD_NET" is not a #define you should set yourself; you should make sure that "CFG_CMD_NET" is included (i. e. used) in your definition of the CONFIG_COMMANDS definition.
So as a result, my DECchip Ethernet card is still not working with
u-boot. (Or I couldn't make it work somehow!) Would you please help me about where am I wrong. I can enter this subject in mailing list, so some other people can use this help.
sorry, I'm afraid I cannot help. I don;t have any Tulip based network card here, so I cannot test this myself. Please ask on the mailing list.
Best regards,
Wolfgang Denk