[uClinux-dev] Re: My .25 proposal

2008-04-29 Thread Sebastian Siewior
* Greg Ungerer | 2008-04-29 11:26:51 [+1000]: >Hi Sebastian, Hi Greg, >Sebastian Siewior wrote: >>This is my proposal for .25. I don't know when the mcfserial driver becomes >>obsolete / gets removed. Good to know that there is allready a driver that >>supports the new API that can deal with mag

[uClinux-dev] Re: My .25 proposal

2008-04-29 Thread Greg Ungerer
Hi Sebastian, Sebastian Siewior wrote: * Greg Ungerer | 2008-04-29 11:26:51 [+1000]: Sebastian Siewior wrote: This is my proposal for .25. I don't know when the mcfserial driver becomes obsolete / gets removed. Good to know that there is allready a driver that supports the new API that can de

Re: [uClinux-dev] auto mount USB flash driver?

2008-04-29 Thread Bryan Wu
> > My question is: > > How to do the above procedures automatically? > > In order words, how to auto mount/umount a USB flash driver when it's > plugged/disconnected? > You should write all this as script and put them in /sbin/hotplug When USB device connect/disconnect, kernel will call this

[uClinux-dev] IXP network problem

2008-04-29 Thread Ganesh Kumar
Hello all, I am running a snapgear 3.5 distribution with Intel access library 2.1.1 Our board is a modified ADI coyote board design and thus it contains two ethernet ports , one connected via the kendin switch and another directly to the PHY port. The problem I am faci

[uClinux-dev] ARM940 cache flush routine

2008-04-29 Thread Lin KJ
Hi All, I am trying to port the linux-2.6.24 on my arm940 based board. I am a little confused by the cache flush routines in the proc-arm940.S. I found that all the cache flush routines are doing flushing all. Even it needs only to flush a range of cache entries, for example, "arm940_flush_user_ca

[uClinux-dev] Question about uclinux compilation error

2008-04-29 Thread 孙延均
hi, I got following error compiling kernel: make[3]: *** No rule to make target `drivers/base/bf533', needed by `drivers/base/cpu.o'. Stop. make[2]: *** [drivers/base] Error 2 make[1]: *** [drivers] Error 2 make[1]: Leaving directory `/uClinux-dist-2008R1-RC8/linux-2.6.x' make: *** [linux] Erro

Re: [uClinux-dev] ftpd "LIST" does not work for me

2008-04-29 Thread Michael Schnell
But I can't do "LIST" to see the directory content. Can this be configured somehow ? For what it's worth - I have the same problem. Haven't bothered to investigate though as it's not a problem (yet). > when hitting the same problem, it turned out that ftpd uses ls with some more extravagan

[uClinux-dev] linking script with XIP

2008-04-29 Thread Alberto Vélez Ortiz
>Alberto Vélez Ortiz wrote: >> Hi all, >> >> I'm using a 2.4.24-uc0-str710 uClinux kernel with a str710 (arm7tdmi) >> processor and trying to implement xip. >> >> I've modified my sources according to patc: >> http://home.at/cgi-bin/viewcvs.cgi/midori/sources/linux-2.4.20-uc1/xip.patch >> >

Re: [uClinux-dev] linking script with XIP

2008-04-29 Thread rwarner
Alberto, Alberto Vélez Ortiz wrote: That's the part of the Makefile I'm using to create the image. image: [ -d $(IMAGEDIR) ] || mkdir -p $(IMAGEDIR) # #$(MAKE) -C $(ROOTDIR) LINUXTARGET=zImage linux || exit 1 $(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(ROOTDI

[uClinux-dev] ftp server without anonymous users

2008-04-29 Thread senitenmert
Hello, I'm using uClinux 2.6.17 on Coldfire 5271. I'm trying to implement the ftpd server via inetd without anonymous user. In my /etc/inetd.conf file I have : " telnet stream tcp nowait root /bin/telnetd ftp stream tcp nowait root /bin/ftpd -l " when I put in /etc/passwd "ftp::0:0:ftp:/:/bin/sh"

Re: [uClinux-dev] ftp server without anonymous users

2008-04-29 Thread Michael Schnell
Sorry, I can't help with your question. But I have another question: Does your ftpd answer correctly to "LIST" ? I can't seem to get this working. -Michael ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listin

Re: [uClinux-dev] .config file Processor Type config values?

2008-04-29 Thread Erwin Authried
why do you think that the configuration is for thumb mode? As far as I know, there is no thumb support for the linux kernel until now. Regards, Erwin Am Montag, den 28.04.2008, 10:22 -0700 schrieb rwarner: > Hi, > > I'm thinking i have my configuration incorrect for an Atmel AT91 > ARM7TDMI boa

Re: [uClinux-dev] linking script with XIP

2008-04-29 Thread Erwin Authried
It's almost impossible to say what may go wrong. You will at least need some simple debugging tool. Do you have some kind of jtag debugger to look at the cpu registers? Regards, Erwin Am Dienstag, den 29.04.2008, 16:20 +0200 schrieb Alberto Vélez Ortiz: > >Alberto Vélez Ortiz wrote: > >> Hi all,

Re: [uClinux-dev] .config file Processor Type config values?

2008-04-29 Thread rwarner
Erwin Authried wrote: why do you think that the configuration is for thumb mode? As far as I know, there is no thumb support for the linux kernel until now. The abort handler is using LV4T LV4T = Late version 4 Thumb -- this lead me to believe the abort vector is in thumb mode. though i could

Re: [uClinux-dev] IXP network problem

2008-04-29 Thread Vitaly Demyanec
From: Ganesh Kumar In the ifconfig statistics, I see that the RX messages are incremented, but the Tx messages are not incremented when I try pinging from the board. It seems like a route problem. You need a route in a route table which goes out from the IXP1 device. Alternatively, just try (

[uClinux-dev] Some sent me an email with /.*DMA.*/ in Subject

2008-04-29 Thread Sebastian Siewior
I deleted that email by accident before even reading it. If the content is still relevant than I would be glad if the original Sender could resend her/his email. I promise that I will pay more attention this time :) Sebastian ___ uClinux-dev mailing l

Re: [uClinux-dev] IXP network problem

2008-04-29 Thread Greg Ungerer
Hi Ganesh, Ganesh Kumar wrote: I am running a snapgear 3.5 distribution with Intel access library 2.1.1 Our board is a modified ADI coyote board design and thus it contains two ethernet ports , one connected via the kendin switch and another directly to the PHY port. The problem I

[uClinux-dev] Re: [PATCH] m68knommu: fec: fixup locking

2008-04-29 Thread Greg Ungerer
Hi Sebastian, Sebastian Siewior wrote: it's easy: grab locks before talking to hardware and realease them afterwards. The one big lock has been splitted into a hw_lock and mii_lock. Here is an interresting observation with this change. Note that I haven't applied all of the fec changes. But it

Re: [uClinux-dev] IXP network problem

2008-04-29 Thread Ganesh Kumar
Thanks for the reply Greg. I found that after the IXP1 port is enabled, the dev media check function in ixp_eth file tries to determine the link status and switch off the media if link status is zero. It seems to be returning zero. I made it forcibly go to 1 always and now everything

Re: [uClinux-dev] ftp server without anonymous users

2008-04-29 Thread senitenmert
Hello Michael, My ftpd answer correctly to "LIST -aL" I'm using gFTP program under UBUNTU. Philippe. Selon Michael Schnell <[EMAIL PROTECTED]>: > Sorry, I can't help with your question. > > But I have another question: > > Does your ftpd answer correctly to "LIST" ? > > I can't seem to get this w