[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@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


[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 - 離線訊息
 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。
 http://messenger.yahoo.com.hk___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

[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 function doSyslogd, but only defining it in the function
load_config.
There are also warnings that are less critical (but annoying), such as
using funcs that are defined in local.c, but not declaring them
anywhere.
 
Has anybody already patched this code, has it been fixed in a later
busybox, or should I tackle this myself?
 
Thanks,
 - Arnon


-- Disclaimer: --
This e-mail is intended solely for the person to whom it is addressed and may 
contain confidential or legally privileged information. Access to this e-mail 
by anyone else is unauthorized. If an addressing or transmission error has 
misdirected this e-mail, please notify the author by replying to this e-mail 
and destroy this e-mail and any attachments. 
E-mail may be susceptible to data corruption, interception, unauthorized 
amendment, viruses and delays or the consequences thereof. If you are not the 
intended recipient, be advised that you have received this email in error and 
that any use, dissemination, forwarding, printing or copying of this email is 
strictly prohibited.___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

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
directory so that they are added to the system during a
make romfs.

tale a look at http://www.ucdot.org for some documentation.

Regards
  Phil Wilshire


Yuen Chi Chuen wrote:
 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 - 離線訊息
 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何 
 說話都冇走失。
 http://messenger.yahoo.com.hk
 
 
 
 
 ___
 uClinux-dev mailing list
 uClinux-dev@uclinux.org
 http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
 This message was resent by uclinux-dev@uclinux.org
 To unsubscribe see:
 http://mailman.uclinux.org/mailman/options/uclinux-dev

___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


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 Behalf Of Arnon Meydav
Sent: Sunday, May 20, 2007 15:38
To: uClinux development list
Subject: [uClinux-dev] busybox syslogd bugs


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 function doSyslogd, but only defining it in the function
load_config.
There are also warnings that are less critical (but annoying), such as
using funcs that are defined in local.c, but not declaring them
anywhere.
 
Has anybody already patched this code, has it been fixed in a later
busybox, or should I tackle this myself?
 
Thanks,
 - Arnon
-- Disclaimer: --
This e-mail is intended solely for the person to whom it is addressed
and may contain confidential or legally privileged information. Access
to this e-mail by anyone else is unauthorized. If an addressing or
transmission error has misdirected this e-mail, please notify the author
by replying to this e-mail and destroy this e-mail and any attachments. 
E-mail may be susceptible to data corruption, interception, unauthorized
amendment, viruses and delays or the consequences thereof. If you are
not the intended recipient, be advised that you have received this email
in error and that any use, dissemination, forwarding, printing or
copying of this email is strictly prohibited.



-- Disclaimer: --
This e-mail is intended solely for the person to whom it is addressed and may 
contain confidential or legally privileged information. Access to this e-mail 
by anyone else is unauthorized. If an addressing or transmission error has 
misdirected this e-mail, please notify the author by replying to this e-mail 
and destroy this e-mail and any attachments. 
E-mail may be susceptible to data corruption, interception, unauthorized 
amendment, viruses and delays or the consequences thereof. If you are not the 
intended recipient, be advised that you have received this email in error and 
that any use, dissemination, forwarding, printing or copying of this email is 
strictly prohibited.___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

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.


Regards,


--
Daniel Alomar i Claramonte
Research  Development Electronic Dept.
SERRA SOLDADURA, S.A.
WEB Site: http://www.serrasold.com
Knowledge Site: http://serratron.serrasold.com
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev