Re: [uClinux-dev] another stupid (simple?) question - auto-start ofapplication with shell?

2008-01-04 Thread Lance Spaulding
Hi Satyanarayana, You can launch a script from /etc/rc to do this. As an example add this as your last line in /etc/rc: [ ! -x /bin/autorun ] || sh /bin/autorun and then put any commands (including interactive commands) you need to run in /bin/autorun. Thanks, Lance Satyanarayana Reddy Men

[uClinux-dev] uclinux-dist and patches

2008-01-04 Thread Mike Frysinger
could we use the size of the patch as an indication of when a new release should be snapshotted ? the current patch (20071205) is about 60% the size of the dist it is against (20070130) ;) -mike signature.asc Description: This is a digitally signed message part. ___

Re: [uClinux-dev] another stupid (simple?) question - auto-start ofapplication with shell?

2008-01-04 Thread Carlos Becker
It could be a problem wether you are using bash, sh, etc.. check in the source code of your shell which script is called at init, that should work. good luck, let us know if it works Carlos On Jan 4, 2008 11:23 AM, Satyanarayana Reddy Mendaddula <[EMAIL PROTECTED]> wrote: > > Hi, > > i tried wit

RE: [uClinux-dev] another stupid (simple?) question - auto-start ofapplication with shell?

2008-01-04 Thread Satyanarayana Reddy Mendaddula
Hi, i tried with ~/.profile and /etc/profile but nothing it is showing just we are geting a shell, but i observed one thing if itried in snapgear3.5 it is working ,but in snapgear3.3 it is noe working,, for so many reasons we shifted o snapgear3.3.. anybody plz help me to out Thank y

[uClinux-dev] Re: Trouble mounting CF-card on M5280 board

2008-01-04 Thread Chatsuda Kalawasoot
Thank you Jim and Remco for your reply. I've tried out your suggestion... > But make sure the device node is actually there in /dev (and that So I manually added device node to the romfs by these commands $ touch @sdb,b,8,0 $ touch @sdb1,b,8,1 When downloading to the target and run both commands /

[uClinux-dev] AVNET MCF5282EVB BDM flash programming

2008-01-04 Thread [EMAIL PROTECTED]
I'm using AVNET MCF5282EVB , I'd like to program the Flash of the board by BDM-P&E interface. I am logged as root. I installed GDB 6.7.1 (download from http://sourceware.org/gdb/) in this way: ./configure --target=m68k-elf make make install Then I installed m68k-BDM-1.4.0 package (http://bdm.sour

Re: [uClinux-dev] another stupid (simple?) question - auto-start of application with shell?

2008-01-04 Thread Carlos Becker
Hi, have you tried /etc/profile or wherever it is that the shell reads the init file? However, that would execute in ssh sessions too, for instance. Also make sure you didn't use "date &" but "date " only in /etc/rc, since the first one would make date run on the background. On Jan 4, 2008 3:58

[uClinux-dev] USB storage+IXP425+NECuPD720101 crashes

2008-01-04 Thread Siegfried Müller
Hi Greg, I have the same problem with snapgear 3.5. Unloading the modules takes no effect. I also tried to simple copy a file from the usb storage to the usb storage. (cp test1 test2) It is the same effect, the system crashes. Greg, any idea? Thanks Siegfried -Ursprüngliche Nachricht-