popt, ELDK 2.0.2

2003-10-06 Thread Wolfgang Denk
In message <200310061051.FAA10075 at lists.linuxppc.org> you wrote: > > I was experimenting with the popt library in the ELDK 2.0.2, and I received > the following errors. The same compiler invocation is successful when used > with gcc under Red Hat Linux 7.3. The source code follows the error >

cfi probe for two different flash devices

2003-10-06 Thread David Woodhouse
On Mon, 2003-10-06 at 11:10 -0600, Gary Thomas wrote: > This question would be best asked of the MTD folks (cc'd), but I think > you'll need a customized "map" function that recognizes these two FLASH > device types and creates the appropriate MTD sub-devices appropriately. What Gary said. If yo

Walnut boot problem solved

2003-10-06 Thread Jacky Lam
Dear all, I have figured out why my kernel hanged while booting on Walnut platform. It is because the structure of board_info is different between u-boot-0.4.8 and linuxppc-2.4-devel. After syncing the structure, I can boot up to where the kernel tries to mount the filesystem. Attached is a p

Cross compiling : problem linking

2003-10-06 Thread Fillod Stephane
Dear Wolfgang, > Then you can edit / add to the U-Boot and Linux Guide at > http://www.denx.de/twiki/bin/view/DULG/WebHome yourself... It seems like I have no permission to mess with DULG, so I've added it to PPCEmbedded HOWTO: http://www.denx.de/twiki/bin/view/PPCEmbedded/DeviceDrivers Feel f

cfi probe for two different flash devices

2003-10-06 Thread J.Murali
hi all, i am working on a custom board(Redwood6) using IBM ppc 405. I am using the Montavista's kernel 2.4.17. We have one AMD flash of 4 MB and one Intel flash of 16 MB on our board. There are 4 mtd partitions are in AMD and Intel flash is used as storage space of 5 mtd partition. AMD partition

cfi probe for two different flash devices

2003-10-06 Thread Gary Thomas
On Mon, 2003-10-06 at 00:20, J.Murali wrote: > hi all, > > i am working on a custom board(Redwood6) using IBM ppc 405. I am using > the Montavista's kernel 2.4.17. We have one AMD flash of 4 MB and one > Intel flash of 16 MB on our board. There are 4 mtd partitions are in AMD > and Intel flash is

Walnut boot problem solved

2003-10-06 Thread Jacky Lam
/attachments/20031006/09339cf7/attachment.obj

popt, ELDK 2.0.2

2003-10-06 Thread [EMAIL PROTECTED]
I was experimenting with the popt library in the ELDK 2.0.2, and I received the following errors. The same compiler invocation is successful when used with gcc under Red Hat Linux 7.3. The source code follows the error messages. How do I properly compile and link this file? ppc_82xx-gcc -Wall

mpc8xx memory mapped 16550 extrenal uart driver

2003-10-06 Thread Rod Boyce
Lokesh, There are quite a few things you need to change to get this to work for your board. Firstly there is a define called SERIAL_DEV_OFFSET in drivers/char/serial.c you need to set this to a value for your board so TTY's for this driver are greater than your MPC855 UARTs. We do not use this

mpc8xx memory mapped 16550 extrenal uart driver

2003-10-06 Thread Rod Boyce
The standard serial driver will work in this mode without modification. This is how we are using it on our MPC860 board. Rod > -Original Message- > From: Lokesh Kumar [mailto:kumar.lokesh at wrx-us.com] > Sent: Saturday, 4 October 2003 1:02 a.m. > To: 'linuxppc-embedded at lists.linuxpp