* 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
* Re: Can not see any infomation on the console when using U-Boot 1.0.0 booting my board
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
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2003-12-06 15:54 UTC (permalink / raw)
To: Yuxiao Xi; +Cc: linuxppc-embedded
In message <200312061024.EAA19753@lists.linuxppc.org> you wrote:
>
> My reference board is Sandpoint X2.
...
> 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
You should rather create your own board config file.
> address on my board is different from that on Sandpoint X2. Below are my
> modification:
...
> 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.
Well, what do you expect? Remote debugging through a telepathy link?
Obviously your changes are wrong and/or insufficient to make U-Boot
work on your baord.
Attach your BDI2000, fire up GDB and check what's going on there.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Name one thing windows is better than unix in?
Making money for Microsoft?
-- Randal L. Schwartz in <8cvi5t4c3t.fsf@gadget.cscaper.com>
** 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).