linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Can not see any infomation on the console when using U-Boot 1.0.0 booting my board
@ 2003-12-06 10:32 Yuxiao Xi
  2003-12-06 15:54 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Yuxiao Xi @ 2003-12-06 10:32 UTC (permalink / raw)
  To: linuxppc-embedded


hi,
   I am now porting U-Boot 1.0.0 to my custumized board with mpc8240.
My reference board is Sandpoint X2.
   First I created my u-boot.bin for Sandpoint X2 as following:
   $make Sandpoint8240_config
   $make all
and Sandpoint X2 was booted smoothly.
   Then I modified the serial port information in
~~/u-boot1.0.0/include/configs/sandpoint8240.h because the serial port
address on my board is different from that on Sandpoint X2. Below are my
modification:

#define CFG_NS16550_CLK		24000000 /* 1843200 */

#define CFG_NS16550_COM1	0xff600000 /*(CFG_ISA_IO + CFG_NS87308_UART1_BASE)*/
#define CFG_NS16550_COM2	0xff600040 /*(CFG_ISA_IO + CFG_NS87308_UART2_BASE)*/

Other parameters are not modified.

 	After "make" and "burn u-boot.bin in flash" I reset my board
and I saw nothing on my console:(
	Any suggestion? Thanks in advance.

Yuxiao Xi
2003-12-06

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-06 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-06 10:32 Can not see any infomation on the console when using U-Boot 1.0.0 booting my board Yuxiao Xi
2003-12-06 15:54 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).