Re: [uClinux-dev] port to Olimex SAM9-L9260 ( boot "fsck: fsck.jffs2:not found" message)

2009-07-06 Thread Microbit_Ubuntu
On Mon, 2009-07-06 at 18:32 +1000, Greg Ungerer wrote: > Hi Kris, > > On 07/04/2009 02:13 AM, Microbit_P43000 wrote: > > Thanks for reviewing. > > I will absorb the submit patches issue in the near future. > > > > Typical - with some further effort, I solved the mysterious fsck.jffs2 > > puzzle,

Re: [uClinux-dev] invalid instruction

2009-07-31 Thread Microbit_Ubuntu
On Fri, 2009-07-31 at 23:16 +0200, gmail wrote: > hello all, > > i am trying to compile a very minimal uClinux image, for coldfire > M5307. At a certain point, i get this error: > > CC libbb/last_char_is.o > CC libbb/lineedit.o > CC libbb/llist.o > CC libbb/login.o

Re: [uClinux-dev] Alternatives to C/C++ to write apps?

2009-08-05 Thread Microbit_Ubuntu
Hi Fred, On Wed, 2009-08-05 at 18:13 +0200, Fred wrote: > (Sorry for the possible messed-up thread, as I reply to the thread > from the digest version) > > Thanks guys for the tips on Java and FPC. Since I've never used Java > before, I'm not sure it'd be easier than C or C++, though :) > > As

Re: [uClinux-dev] Problems loading uClinux from some 2GB SD cards

2009-08-11 Thread Microbit_Ubuntu
Hi Bob, On Sun, 2009-08-09 at 17:22 -0700, Bob Furber wrote: > I am not sure where to turn on this baffling problem. > > It seems that ext2fs partition layout or information on 2GB SD cards has > changed over time. > > I have been using an old Fedora Linux PC (Fedora Core 2.6.15) to > partitio

Re: [uClinux-dev] Problems loading uClinux from some 2GB SD cards

2009-08-12 Thread Microbit_Ubuntu
On Tue, 2009-08-11 at 09:01 -0400, Lennart Sorensen wrote: > On Tue, Aug 11, 2009 at 08:57:46PM +1000, Microbit_Ubuntu wrote: > > I can't really give any specific help other than what you already tried, but > > I have been in a similar situation. > > I got some Olin 2 G

Re: [uClinux-dev] build problem with sshd in the 2.4 kernel

2009-08-12 Thread Microbit_Ubuntu
Hi, On Wed, 2009-08-12 at 09:47 -0400, b2112 wrote: > Thank you very much for the help and I was able to get the binary to > build with the applied patches. > > Now I'm trying to run the application on the target. > > Using make menuconfig, I selected "sshd" in the networking > applications

Re: [uClinux-dev] Problems with tcdrain() function on coldfire mcf5282

2009-08-31 Thread Microbit_Ubuntu
Hi, On Mon, 2009-08-31 at 15:45 +0400, Bob True wrote: > Hello you > > I want to build some function for RS485 realize. > the algorithm of this function is next : > > 1. Set bit of I/O register to 1 for enable of transmit RS485 driver > 2. write something to port > 3. tcdrain() for transmission

Re: [uClinux-dev] How to setup $PATH of uClinux ?

2010-02-04 Thread Microbit_Ubuntu
Hi, On Thu, 2010-02-04 at 18:44 +0800, wzc0066 wrote: > Hello, > > After enter uClinux shell, run "export PATH=$PATH:/local/bin", it > works. > But if i put the command "export PATH=$PATH:/local/bin" into /etc/rc, > it not run at all. > > I just want to add "/local/bin" into $PATH when bootup,