* [U-Boot-Users] Bug in AT91RM9200 memsetup?
@ 2004-12-12 14:17 Steven Scholz
2004-12-12 18:48 ` [U-Boot-Users] Linux hangs on SCC2 (consol) Alireza Sadri
2004-12-13 0:17 ` [U-Boot-Users] Bug in AT91RM9200 memsetup? Wolfgang Denk
0 siblings, 2 replies; 4+ messages in thread
From: Steven Scholz @ 2004-12-12 14:17 UTC (permalink / raw)
To: u-boot
Hi there,
board/at91rm9200dk/memsetup.S and board/cmc_pu2/memsetup.S define
#define PIOC_ASR 0xFFFFF870
#define PIOC_BSR 0xFFFFF804
#define PIOC_PDR 0xFFFFF804
but according to the User Manunal is should have been:
#define PIOC_ASR 0xFFFFF870
#define PIOC_BSR 0xFFFFF874
#define PIOC_PDR 0xFFFFF804
Is that a bug or a feature?
--
Steven Scholz
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Linux hangs on SCC2 (consol)
2004-12-12 14:17 [U-Boot-Users] Bug in AT91RM9200 memsetup? Steven Scholz
@ 2004-12-12 18:48 ` Alireza Sadri
2004-12-12 19:10 ` Wolfgang Denk
2004-12-13 0:17 ` [U-Boot-Users] Bug in AT91RM9200 memsetup? Wolfgang Denk
1 sibling, 1 reply; 4+ messages in thread
From: Alireza Sadri @ 2004-12-12 18:48 UTC (permalink / raw)
To: u-boot
Hi ,
i use ELDKv3 kernel v2.4.24 , and i used make
menuconfig ,and for MPC8260 I chosed SCC for console .
I have only one SCC1 port (it has only two pins Rx,Tx)
but i cannot configure kernel to search for only one
console , it hangs after asking for the second one:
Uncompressing Kernel Image ... OK
Memory BAT mapping: BAT2=64Mb, BAT3=0Mb, residual: 0Mb
Linux version 2.4.24-pre2 (root at Setareh2) (gcc version
.
.
.
Initializing RT netlink socket
Starting kswapd
CPM UART driver version 0.01
ttyS0 on SCC1 at 0x8000, BRG7
ttyS1 on SCC2
and hangs here , can anyone please tell me what is my
problem? here is my menuconfig MPC8260 CPM
configuration:
[*] Enable SCC console
[ ] CPM SCC Ethernet
[*] CPM FCC Ethernet
[*] Ethernet on FCC1
[*] Ethernet on FCC2
[*] Ethernet on FCC3
[ ] Use MDIO for PHY configuration
[ ] Support LXT970 PHY
[*] Support LXT971 PHY
[ ] Support QS6612 PHY
[ ] Support AMD79C873 PHY
[ ] Support DM9131 PHY
[ ] Simple CPM SPI Support
--- SCC UART h/w handshaking options
--- SCC1
(None) CTS signal for SCC1
(None) RTS signal for SCC1
(None) CD signal for SCC1
(None) DTR signal port for SCC1
--- SCC2
(None) CTS signal for SCC2
(None) RTS signal for SCC2
(None) CD signal for SCC2
(None) DTR signal port for SCC2
--- SCC3
(None) CTS signal for SCC3
(None) RTS signal for SCC3
(None) CD signal for SCC3
(None) DTR signal port for SCC3
--- SCC4
(None) CTS signal for SCC4
(None) RTS signal for SCC4
(None) CD signal for SCC4
(None) DTR signal port for SCC4
Best regards,
Alireza Sadri, student of university.
PS: I must opologize for asking a linux question, (if
i must ask it in other places , please tell me where
can i ask),i asked it here , because my problem may be
caused by uboot and exprienced by it's users.hope it
is not irrelevant to uboot, and not to bother anyone.
__________________________________
Do you Yahoo!?
All your favorites on one personal page ? Try My Yahoo!
http://my.yahoo.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Linux hangs on SCC2 (consol)
2004-12-12 18:48 ` [U-Boot-Users] Linux hangs on SCC2 (consol) Alireza Sadri
@ 2004-12-12 19:10 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-12-12 19:10 UTC (permalink / raw)
To: u-boot
In message <20041212184830.43482.qmail@web12826.mail.yahoo.com> you wrote:
>
> i use ELDKv3 kernel v2.4.24 , and i used make
> menuconfig ,and for MPC8260 I chosed SCC for console .
...
> and hangs here , can anyone please tell me what is my
> problem? here is my menuconfig MPC8260 CPM
Your posting is off topic here. This has nothing to do with U-Boot.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A father doesn't destroy his children.
-- Lt. Carolyn Palamas, "Who Mourns for Adonais?",
stardate 3468.1.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Bug in AT91RM9200 memsetup?
2004-12-12 14:17 [U-Boot-Users] Bug in AT91RM9200 memsetup? Steven Scholz
2004-12-12 18:48 ` [U-Boot-Users] Linux hangs on SCC2 (consol) Alireza Sadri
@ 2004-12-13 0:17 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-12-13 0:17 UTC (permalink / raw)
To: u-boot
In message <41BC52EE.4070907@imc-berlin.de> you wrote:
>
> board/at91rm9200dk/memsetup.S and board/cmc_pu2/memsetup.S define
...
> #define PIOC_BSR 0xFFFFF804
...
> but according to the User Manunal is should have been:
...
> #define PIOC_BSR 0xFFFFF874
...
> Is that a bug or a feature?
It's a typo. A fixed typo, to be precise :-)
Thanks for pointing out.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Real programmers can write assembly code in any language. :-)
- Larry Wall in <8571@jpl-devvax.JPL.NASA.GOV>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-12-13 0:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-12 14:17 [U-Boot-Users] Bug in AT91RM9200 memsetup? Steven Scholz
2004-12-12 18:48 ` [U-Boot-Users] Linux hangs on SCC2 (consol) Alireza Sadri
2004-12-12 19:10 ` Wolfgang Denk
2004-12-13 0:17 ` [U-Boot-Users] Bug in AT91RM9200 memsetup? Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.