Re: [uClinux-dev] Problem with NFS client

2008-09-29 Thread Andrew Webster
On Mon, Sep 29, 2008 at 5:18 AM, Narasimha, Swaroop(IE10) <[EMAIL PROTECTED]> wrote: > Hello, > > I am having Problem with NFS client in kernel 2.6.22: > > When I try to copy file greater than 8KB from the NFS server, displays > "Server not responding". > > Kernel details: Kernel-2.6.22-uc1 with th

Re: [uClinux-dev] Problem in mounting JFFS2 image on flash

2008-07-08 Thread Andrew Webster
On Tue, Jul 8, 2008 at 10:09 AM, Narasimha, Swaroop(IE10) < [EMAIL PROTECTED]> wrote: > > > Hello all > > > > We are trying to mount JFFS2 on one of the mtdpartition on our custom made > coldfire MCF5372L board. > > > > I am using kernel 2.6.19 and I am facing some problem in mounting jffs2. If >

Re: [uClinux-dev] LCD driver for M5329EVB

2008-05-30 Thread Andrew Webster
On Tue, May 27, 2008 at 9:37 PM, Bob Grimes <[EMAIL PROTECTED]> wrote: > Hi, > > Has anyone attempted to use a LogicPD display kit (specifically, > LCD-3.6-QVGA-10R) and get a driver working for it? > > Thanks! > -Bob > ___ > uClinux-dev mailing list > u

Re: [uClinux-dev] YAFFS works in M5329EVB uClinux BSP?

2008-04-09 Thread Andrew Webster
I've been fighting a similar battle with Logic's i.MX31. From what I can tell, the i.MX LogicLoader is using an old version of YAFFS, probably with some modifications, and I have had no success getting any version of YAFFS for linux to understand what LogicLoader writes into the oob area in the na

Re: [uClinux-dev] receive multicast ethernet frames on 5329

2007-10-16 Thread Andrew Webster
Look like the same problem I ran into a while back. I think that there's a mistake in the set_multicast_list function you show. All instances of ep->fec_hash_table_* should in fact be ep->fec_grp_hash_table_*. Andrew On 10/16/07, Christian Gieseler <[EMAIL PROTECTED]> wrote: > > Hello! > > I a

Re: [uClinux-dev] Calling all M5208EVB Kit owners.

2007-09-04 Thread Andrew Webster
I'll help out as well. I am mostly interested in using full ZigBee, but a 802.15.4 driver is a good start. Andrew On 9/4/07, Shantur Rathore <[EMAIL PROTECTED]> wrote: > > Welcome Roger, > > Thanks for joining us. > > Well, to be very frank, i have also done a lot of programming but not a > dri

Re: [uClinux-dev] No PowerPC targets?

2007-07-26 Thread Andrew Webster
Try Freescale's web site, they probably have a linux distro (LTIB) for that part. Andrew On 7/26/07, robert lazarski <[EMAIL PROTECTED]> wrote: I bottom post. On 7/26/07, Robert S. Grimes <[EMAIL PROTECTED]> wrote: > Probably because most PowerPC users seem to go full Linux and get the > vir

Re: [uClinux-dev] elf2flt

2007-04-09 Thread Andrew Webster
802.15.4 PHY/MAC and BeeStack ZigBeeprotocol stack), and so far it just has support to work with CodeWarrior. Roger -Mensagem original- *De:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *Em nome de *Andrew Webster *Enviada em:* quinta-feira, 5 de abril de 2007 18:39 *Para:* uCl

Re: [uClinux-dev] elf2flt

2007-04-05 Thread Andrew Webster
Why not use gcc instead of codewarrior? Andrew On 4/5/07, Roger Feltrin Escanhola <[EMAIL PROTECTED]> wrote: Hi Kalyan, Thanks for advice, but it didn't work. I tried to compile a new kernel image using "make – r", but the image was not created, an error occurred during the compilation.

Re: [uClinux-dev] Two questions - User Apps and SPI Examples

2007-03-25 Thread Andrew Webster
As far as I know, the coldfire SPI driver has not been ported to the 5329. If it hasn't, it is not hard to port. The driver is in drivers\char\mcf_qspi.c for 2.4 kernels and in drivers\spi\mcf_qspi.c for 2.6 kernels. I haven't actually worked with the 2.6 driver, so I hope the following informat