* telnet and ioremap probs seem to be solved
@ 2005-02-18 8:40 Vijay Padiyar
0 siblings, 0 replies; only message in thread
From: Vijay Padiyar @ 2005-02-18 8:40 UTC (permalink / raw)
To: LinuxPPC Support, BusyBox Support; +Cc: David Bruce, Achim Machura
Hi all
Just thought I'd let everyone know regarding the status of the problems I
was facing.
The first problem I was facing was telnetd getting stuck whenever a
significant amount of data transfer was happening between the target and a
remote host. It turned out that the problem was related to MTU size.
I now set the MTU size to 192 bytes and all seems to be fine now.
ifconfig eth0 192.168.144.222 netmask 255.255.255.0 mtu 192
This seems to be ok so far.
The second problem was about not being able to access ioremapped memory. As
some of you suggested on this forum, it turned out to be a problem with the
MMU not having been configured to access that memory region. In other words,
we set the appropriate ORx and BRx registers to map that memory range, and
then the ioremapped memory was accessible perfectly fine. So that's that.
Thanks to all of you guys for your invaluable assistance!
Regards
Vijay Padiyar
http://www.vijaypadiyar.eu.tf
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-18 8:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-18 8:40 telnet and ioremap probs seem to be solved Vijay Padiyar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox