[uClinux-dev] usb device

2007-05-20 Thread xavier.montagne
Hi, Does anyone rebuild a usb device driver (pdisubd12 for instance ) for uClinux 2.4 ? Xavier ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by

[uClinux-dev] Execute an application immediately after uClinux bootup

2007-05-20 Thread Yuen Chi Chuen
Dear all, I already wrote an executable file and want uClinux runs it immediately after bootup. Could any expert here provide some hints for me? Thanks a a lot, YUEN Chi Chuen ___ YM - 離線訊息 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。

[uClinux-dev] busybox syslogd bugs

2007-05-20 Thread Arnon Meydav
Hi, I tried compiling the busybox syslogd in snapgear-3.3.0 using a circular buffer. This enables the busybox option: CONFIG_FEATURE_IPC_SYSLOG syslogd.c can't compile with this option. Looking at the code, there are some blatant (copy-paste?) syntax errors, e.g. using a variable config in the

Re: [uClinux-dev] Execute an application immediately after uClinux bootup

2007-05-20 Thread Phil Wilshire
Hi Yuen, Put this in the command line init=/bin/myapp But this will run myapp and NOTHING ELSE. If you want normal linux and myapp then either place /bin/myapp in /etc/rc or make an entry in inittab. (look at the boa eaxmple ) The modifications to /etc/rc should be made in the vendors/target

RE: [uClinux-dev] busybox syslogd bugs

2007-05-20 Thread Arnon Meydav
I saw that someone patched this code in snapgear-3.4.0. I merged these changes into my 3.3.0 dist and saw that it compiles, but I get a segmentation fault when trying to run it on my IXP425 platform. - Arnon From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [uClinux-dev] usb device

2007-05-20 Thread Daniel Alomar
En/na xavier.montagne ha escrit: Hi, Does anyone rebuild a usb device driver (pdisubd12 for instance ) for uClinux 2.4 ? Xavier Hi, I'm using a Cypress SL811HS with a Coldfire 5282 and the kernel 2.4.31. The driver is external and I've some issues when I write some large amount of data.