[uClinux-dev] linux-2.6.20-uc0 patch set released

2007-02-05 Thread Greg Ungerer
Hi All, An update of the uClinux (MMU-less) code against 2.6.20. Mostly cleanups, and a couple of bug fixes. I have included a new style serial driver for the ColdFire too. Eventually I would like to replace the old style mcfserial.c driver with this. This is a good place to start testing it mo

Re: [uClinux-dev] [patch] fix dosfstools building in new release

2007-02-05 Thread Greg Ungerer
Hi Mike, Mike Frysinger wrote: looks like the new version introduced a typo in the lseek function in the io.c file ... ive fixed that and touched up the mkdosfs.c file to pull in linux/types.h as it uses __u* types which are found in that header Applied, thanks. Regards Greg

Re: [uClinux-dev] [ANNOUNCE] uClinux-dist-20070130 release

2007-02-05 Thread Greg Ungerer
Hi Bernd, Bernd Büttner wrote: is there any reason why the mtd-utils are not updated? Probably nobody had a problem with them so far. I think they don't really work with the actual jffs2 driver. Expecially the -j switch in eraseall is missing. Merging in the mtd-utils-1.0.0.tar.gz package i

Re: [uClinux-dev] RE: Enable and disable interrupt for mcf5213

2007-02-05 Thread Greg Ungerer
Hi Pradeep, Pradeep Kumar Bola, TLS,Chennai wrote: I am working on 5213evb Freescale evaluation board. I am using gcc compiler for the same. I my program I am using inline assembly program for reading status register value. But is giving some error. Can any one help me regarding this. My cod

Re: [uClinux-dev] M5249C3: Old syslogd respawning problem.

2007-02-05 Thread Matthew Natalier
Hi Paul, Here is the /dev/log entry on a platform that I'm using: # ls -l log lrwxrwxrwx1 root root 12 Jul 13 2006 log -> /var/ tmp/log It was created when the root file system was made in the romfs target of the vendors Makefile with something like this: romfsinst -s /

[uClinux-dev] M5249C3: Old syslogd respawning problem.

2007-02-05 Thread Paul Romero
Dear User Group: This message is about an old problem I have not been able to resolve. Namely, that logging error messages in /var/log/messages does not work, and when one attempts to use syslogd for that purpose "init: /bin/syslogd respawning too fast" is periodically displayed on the console. T

[uClinux-dev] RE: Enable and disable interrupt for mcf5213

2007-02-05 Thread Pradeep Kumar Bola, TLS,Chennai
Hi,   I am working on 5213evb Freescale evaluation board. I am using gcc compiler for the same. I my program I am using inline assembly program for reading status register value. But is giving some error. Can any one help me regarding this.   My code is u8_t read_interrupt(void){ u8_t i;  _

Re: [uClinux-dev] [ANNOUNCE] uClinux-dist-20070130 release

2007-02-05 Thread Bernd Büttner
Hi, is there any reason why the mtd-utils are not updated? I think they don't really work with the actual jffs2 driver. Expecially the -j switch in eraseall is missing. Merging in the mtd-utils-1.0.0.tar.gz package is difficult, because the Makefile is very different. Is there any hint what to

Re: [uClinux-dev] "Unable to mount root fs on 1f:00" on Palm IIIx

2007-02-05 Thread David McCullough
Jivin Raul Aguaviva lays it down ... > Hello, > > I've been debugging this issue, and I have a few questions: > > 1) the kernel is launched with an empty command line, is this OK? Yes, the first tty to register console support automatically becomes the console. The blkmem/mtd driver set ROO