Re: [uClinux-dev] jffs2 on MCF5208 custom board

2007-04-25 Thread Greg Ungerer
Hi Teun, Teun Grinwis wrote: Hello all, Can someone give hint where to start debug searching ?? I use distribution 20060511 2.16.16-uc0 on custom MCF 5208 board. With flash, S29GL064AR4. Debug for mtd, jffs2 set to noisy. When I mount a mtdblock on jffs2 I got the following error: See below.

Re: [uClinux-dev] mppe compile error in uclinux ,help!

2007-04-25 Thread David McCullough
Jivin goon863 lays it down ... > Have you enabled MPPE in the kernel ? Cheers, Davidm thanks,Davidm.yes,i have > enable MPPE.i can see CONFIG_USER_PPPD_WITH_MPPE =y in the Makefile. > if i disable MPPE in the pppd of menuconfig,then it compile well and the > error"des.h dose not exist " disppear

Re: [uClinux-dev] dhcpcd & reboot

2007-04-25 Thread David McCullough
Jivin Michele d'Amico lays it down ... > Hi All, > > Is that the correct place where to post questions like this? yes. > If no, where should I post my question? Sometimes it can take a while for people to respond. > --Michele > > Michele d'Amico ha scritto: > >Hi All, > > > >I'm using a blac

Re: [uClinux-dev] BINFMT error: C++ Application

2007-04-25 Thread Praveen Chandrasekharaiah
I increased the ROMFS image size from 128k to 1024k and it worked. There was definitely an overrun of memory space. Thanks a lot for the pointer Richard / David. :) Praveen Chandrasekharaiah wrote: Richard Sandiford wrote: Yeah, I expect that's the problem. Could it be that you're running out

RE: [uClinux-dev] BINFMT error: C++ Application

2007-04-25 Thread Gavin Lambert
Quoth Praveen Chandrasekharaiah [EMAIL PROTECTED]: > I am using Cogent CSB360. It has 8 meg of Flash and 8 meg of > ram. I boot of uMon and then load the uClinux image and > execute. Then transfer (tftp) the c++ application to execute. > Memory is ample to run a 506344 bytes (0.5 meg) application

[uClinux-dev] Connecting GPRS using PPP

2007-04-25 Thread Roger Feltrin Escanhola
Hi, I am trying to establish a GPRS connection using PPP in uClinux. I'm using a Freescale M5208EVB (Coldfire) and my modem is a Siemens TC65 terminal. I searched in internet and I found a good document teaching how to do this (this is the link to the document http://mailman.uclinux.org/piperma

Re: [uClinux-dev] Applications run too slow

2007-04-25 Thread Sven Johnsson
Mike, Thanks for your advice on cache on Coldfire processors. I have tried to find a way to enable it but I haven't succeeded yet. Can you tell me exactly how to do it? I'm looking for a way to enable cache at boot time. Regards, Sven From: Michael Broughton <[EMAIL PROTECTED]> Subject: Re: [

Re: [uClinux-dev] problem with running uclinux in armulator

2007-04-25 Thread Greg Ungerer
Hi Muskala, muskala magda wrote: im trying to run uclinux in armulator, but it freezes after displaying information about memory amount. i'm not sure why it doesn't boot to shell. this is an output from armulator: (gdb) run Starting program: /sd/uclinux/uClinux-dist/linux-2.6.x/linux Linux v

Re: [uClinux-dev] Kernel Stack ?

2007-04-25 Thread Greg Ungerer
Hi Stan, Stan Marly wrote: I am porting cypress EZ-Host usb driver for uclinux 2.4.32/coldfire. The system crashes ( without any messages) after module_init. there is one function call in my driver that seems to be responsible of this: toto(&int_data,0,0,0); if I replace this by toto(0,0,0,0),