Need help booting linux on IBM 405EP eval board

2004-04-02 Thread Christian Tröster
Am Friday 02 April 2004 20:33 schrieb Jeff Tucker: > I've re-built U-Boot in debug mode so I can see what is going on. Here's > what it spits out before the board locks up: [snip] > procfreq= 266.666 MHz > plb_busfreq = 133.333 MHz > pci_busfreq = 33.333 MHz > ethaddr = 00:04:AC:E3:24:A7

SystemACE but not V2PRO

2004-04-02 Thread Andrei Konovalov
I've looked at this patch. At first glance it looks OK, but I'd like to think a little bit more about it. I'll come back on Monday, or Tuesday (in worst case). Thanks, Andrei > -Original Message- > From: Scott Anderson [mailto:scott_anderson at mvista.com] > Sent: Friday, April 02, 2004

Need help booting linux on IBM 405EP eval board

2004-04-02 Thread Wolfgang Denk
In message <20040402182716.GC8540 at gate.ebshome.net> you wrote: > > Standard bootloader which comes with 405ep eval board works fine with the > Linux > kernel, U-Boot - doesn't, and you are being told that it's not a U-Boot > problem ? It is not a problem that can be fixed in U-boot, as he mus

Need help booting linux on IBM 405EP eval board

2004-04-02 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I sent a message like this to the U-Boot mailing list last night. I've been And you have received replies thaty pointed to the problem. > I'm aware that the denx.de site has a FAQ which appears to address this issue: >

C++ on PowerQUICC 1

2004-04-02 Thread Wolfgang Denk
In message <20040402171238.NAJJ5247.out014.verizon.net at outgoing.verizon.net> you wrote: > > I would like to run a C++ program on a PowerQUICC I with 8MB of > Ram. I have been told that this may not be possible to do. Does > anyone have experience with the memory requirements for C++

Insmod trouble

2004-04-02 Thread Wolfgang Denk
In message you wrote: > > I get the following unresolved functions when trying to insmod a module > with some floating point math in it: You cannot use floating point in kernel mode. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+

C++ Memory Requirements for PowerQUICC 1

2004-04-02 Thread [EMAIL PROTECTED]
Hi: I would like to run C++ on a PowerQUICC I system that has 8 MB of RAM. I was told by a friend that this was not enough memory to run a C++ program with the C++ libraries. Does anyone have experience with this? Regards, Bob Davis ** Sent via the linuxppc-embedded mail list. See http://li

C++ on PowerQUICC 1

2004-04-02 Thread [EMAIL PROTECTED]
Hi: I would like to run a C++ program on a PowerQUICC I with 8MB of Ram. I have been told that this may not be possible to do. Does anyone have experience with the memory requirements for C++ with a PQ1? Thank you, Bob Davis ** Sent via the linuxppc-embedded mail list. See http://lists.linu

Need help booting linux on IBM 405EP eval board

2004-04-02 Thread Jeff Tucker
--On Friday, April 02, 2004 8:51 PM +0200 Wolfgang Denk wrote: > > In message <[EMAIL PROTECTED]> you wrote: >> >> I sent a message like this to the U-Boot mailing list last night. I've >> been > > And you have received replies thaty pointed to the problem. > Indeed, as my later email indicated

Buggy mmap()??

2004-04-02 Thread Jacky Lam
Dear all, Currently,I write a small program to access /dev/mem. However, I find that the data I get from mmap() is different from what I get from normal read(). I have heard about there is some bug in mmap() in PPC. Is there any patch to solve this? (I am using Monvista vista 3.0 kernel and l

relocation error: GLIBC_2.0 not defined

2004-04-02 Thread S. Hebbar
I am getting the following error when I execute any command from the linux prompt. After rebooting the node, the problem went away. Error: = > ls -al ls: relocation error: ls: symbol , version GLIBC_2.0 not defined in file libc.so.6 with link time reference > su bash-2.0

Need help booting linux on IBM 405EP eval board

2004-04-02 Thread Jeff Tucker
--On Friday, April 02, 2004 12:34 PM -0500 Jeff Tucker wrote: > > Hi, guys. > > I sent a message like this to the U-Boot mailing list last night. I've > been > told this is definitely not a U-Boot problem, so I'm hoping that the > people > on this list can help me. > > I'm having a hard time get

C++ Memory Requirements for PowerQUICC 1

2004-04-02 Thread Steven Blakeslee
It depends on the application. An entire Linux kernel complete with ramdisk can run on 8MB of RAM. -Original Message- From: vze8n24y at verizon.net [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 12:30 PM To: linuxppc-embedded at lists.linuxppc.org Subject: C++ Memory Requirements

Need help booting linux on IBM 405EP eval board

2004-04-02 Thread Jeff Tucker
Hi, guys. I sent a message like this to the U-Boot mailing list last night. I've been told this is definitely not a U-Boot problem, so I'm hoping that the people on this list can help me. I'm having a hard time getting U-Boot to boot Linux on an IBM 405EP evaluation board. Here's what I've tried

Need help booting linux on IBM 405EP eval board

2004-04-02 Thread Eugene Surovegin
On Fri, Apr 02, 2004 at 12:34:56PM -0500, Jeff Tucker wrote: > > Hi, guys. > > I sent a message like this to the U-Boot mailing list last night. I've been > told this is definitely not a U-Boot problem, so I'm hoping that the people > on this list can help me. > > I'm having a hard time getting U-

LSP(Linux support package) for PPC405EP

2004-04-02 Thread Shiva Kumar Yenigalla
Hi, Is Open Source Linux Kernel supports IBM's PPC405EP Evaluation Platform? I have seen some files in linux kernel(open souce) related to 405EP. But, i want to make sure that whether there is a complete support for PPC405EP in Open source Linux kernel. If so, please tell me which version include

Quetions : insmod command error

2004-04-02 Thread ???
Hi, I have a problem with module loading for kernel 2.6.3. < environment > 1) target : ppc8260 custom board. 2) kernel has compiled with module support 3) using kernel 2.6.3 4) using modutils 2.4.22 5) include/config/modules.h had #define CONFIG_MODULES 1 < test message > bash-2.05b# ls Makefil

SystemACE but not V2PRO

2004-04-02 Thread Scott Anderson
Hi there, The current ML300 maintainer is Andrei Konovalov (cc'ed on this message). I'm guessing he didn't reply to your message last week because he's swamped, but hopefully having this directly addressed to him will prompt a response. Scott On Apr 1, 2004, at 6:38 PM, Stephen Williams wro

kernel oops -- shmem_read_super

2004-04-02 Thread J Kang
Hi Everyone, I am an newbie with linux and boards! I am trying to do a kernel build for custom board (IBM 440 gx processor, M Vista 3.0) I used ksymoops and I'm getting oops at shmem_read_super. I'm trying to understand what exactly shmem_read_super is doing and how to fix this problem. Can some

Insmod trouble

2004-04-02 Thread Marc Leeman
> proc_sysinfo: Unknown symbol __fixsfsi > proc_sysinfo: Unknown symbol __subsf3 > proc_sysinfo: Unknown symbol __extendsfdf2 > proc_sysinfo: Unknown symbol __floatsisf > proc_sysinfo: Unknown symbol __muldf3 > proc_sysinfo: Unknown symbol __truncdfsf2 > proc_sysinfo: Unknown symbol __mulsf3 > pro

Quetions : insmod command error

2004-04-02 Thread Ing.Gianfranco Morandi (LAN)
> 3) using kernel 2.6.3 > 4) using modutils 2.4.22 > 5) include/config/modules.h had #define CONFIG_MODULES 1 For what is my knowledge loading a module in 2.6.x is quite different from previous 2.4.x. Look at the available HOWTOs. Gianfranco ** Sent via the linuxppc-embedded mail list. See ht