[U-Boot-Users] Ethernet console for u-boot diag

Hi,
Platform: custom MPC8541/8555 board
Actually 2 questions please,
1-Not having access to DUART header at test side, is there a way to get a console to u-boot through TSEC interface. If so may I get a pointer to the patch/code?
2-Has anyone done a menu based diagnostics tool in u-boot/kernel to test hardware interfaces(CPU, memory,pci & etc...) for PPC/MPC cpu families that I may be able to leverage from. This is normally provided to manufacturing for extensive testing.
Thanks and Regards,
Rahmat
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

In message 20060315034908.2096.qmail@web30512.mail.mud.yahoo.com you wrote:
1-Not having access to DUART header at test side, is there a way to get a console to u-boot through TSEC interface. If so may I get a pointer to the patch/code?
See doc/README.NetConsole
2-Has anyone done a menu based diagnostics tool in
Menu based? That's a different reality system.
u-boot/kernel to test hardware interfaces(CPU, memory,pci & etc...) for PPC/MPC cpu families that I may be able to leverage from. This is normally
See the post/ directory; parts will need adaption / porting for 85xx.
Best regards,
Wolfgang Denk

Hi,
Thank you very much as usual!! I am almost there. I used the directions from the readme file and by defining the CONFIG_NETCONSOLE, the console is semi functional. I can not input anything to the net console however do see the output when I type over the serial console. Looks as "stdin" change is not working. I'll keep on debugging. Your comments are always welcomed.
From serial console:
==================== => print ncip;print nc;print ipaddr;print serverip ncip=192.168.1.1 nc=setenv stdin nc;setenv stdout nc ipaddr=192.168.1.2 serverip=192.168.1.1 => run nc
on the host net console: ======================== $ ./ncip.bash 192.168.1.2 => <INTERRUPT> => => =>
Best regards, Rahmat
--- Wolfgang Denk wd@denx.de wrote:
In message
20060315034908.2096.qmail@web30512.mail.mud.yahoo.com
you wrote:
1-Not having access to DUART header at test side,
is
there a way to get a console to u-boot through
TSEC
interface. If so may I get a pointer to the patch/code?
See doc/README.NetConsole
2-Has anyone done a menu based diagnostics tool in
Menu based? That's a different reality system.
u-boot/kernel to test hardware interfaces(CPU, memory,pci & etc...) for PPC/MPC cpu families that
I
may be able to leverage from. This is normally
See the post/ directory; parts will need adaption / porting for 85xx.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Of course there's no reason for it, it's just our policy.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid%110944&bid$1720&dat%...
U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (2)
-
Rahmat M
-
Wolfgang Denk