Re: [uClinux-dev] [PATCH] Remove system dependencies from flthdr [-z]

2008-02-26 Thread Mike Frysinger
On Friday 22 February 2008, Mike Frysinger wrote: > +  if (fopen_stream_u(&gf, "ofile", "a" BINARY_FILE_OPTS)) { ugh, i made a typo in the elf2flt.c part ... obviously there should be no quotes around that ofile -mike signature.asc Description: This is a digitally signed message part. _

Re: [uClinux-dev] fec driver - a question

2008-02-26 Thread Wolf-Rüdiger Jürgens
Hi Greg, Am Wednesday 27 February 2008 07:02 schrieb Greg Ungerer: > Does your hardware have a separate mii_link interrupt? > Or does this rely on a timeout event calling to fec_timeout() > and then mii_relink()? I have a separate interrupt for the phy. cat /proc/interrupts 66: 3 f

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-26 Thread Markus Franke
Hi Greg, Zitat von Greg Ungerer <[EMAIL PROTECTED]>: Hi Markus, Markus Franke wrote: well, as far as I understand the generic DMA API in the Linux kernel should provide an abstraction layer to driver developers and tries to hide all the specifics about DMA implementation. That means a

Re: [uClinux-dev] fec driver - a question

2008-02-26 Thread Greg Ungerer
Hi Wolf Wolf-Rüdiger Jürgens wrote: this is output of ifconfig on my coldfire (2.4.27-uc1)router: eth0 Link encap:Ethernet HWaddr 00:15:7E:02:0C:CB inet addr:192.168.40.100 Bcast:192.168.40.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-26 Thread Greg Ungerer
Hi Markus, Markus Franke wrote: well, as far as I understand the generic DMA API in the Linux kernel should provide an abstraction layer to driver developers and tries to hide all the specifics about DMA implementation. That means a developer should be able to use DMA in it's drivers by simply

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-26 Thread Greg Ungerer
Hi Markus, Markus Franke wrote: thanks for the reply. Zitat von John Williams <[EMAIL PROTECTED]>: I've been looking at the 2.6 kernel's generic DMA layer recently. There are two aspects, the stuff described in DMA-IPA.txt is really more about how to allocate DMA-suitable memory regions for D

[uClinux-dev] KGDB Support for IXP425

2008-02-26 Thread Pradeep Reddy
Hi, I was trying to enable kgdb for ixp425 (I've been using snapgear 3.2.3 release). And I got same compilation error which is reported in this mailing list earlier : http://readlist.com/lists/uclinux.org/uclinux-dev/0/4974.html I used __ASSEMBLY__ to guard the C declarations as suggested in

Re: [uClinux-dev] NFS rooting revisited (was Re: MCF5282 network stall problem)

2008-02-26 Thread Greg Ungerer
Hi Allon, Allon Stern wrote: On Feb 17, 2008, at 1:51 PM, Claude wrote: Well, I hope this solution could help someone. At least it has helped me!! I'm going to try out the patch soon - I'm rooting on nfs and occasionally run into a network stall. Is anyone else rooting on NFS on a NOMMU sy

Re: [uClinux-dev] Re: MCF5282 network stall problem

2008-02-26 Thread Greg Ungerer
Hi Juan, Juan Alberto Muñoz Susin wrote: I have similar problems with uClinux-dist-20070130 with patch 20070130-200701001. I think the origin of the problem is not a FEC RX ring overflow due to packets that FEC insert in the ring. I see that a receive FEC interrupt is beggining its execution

[uClinux-dev] hiii[ error during make]

2008-02-26 Thread suresh nagaraj
h all, im suresh here, im working now on the latest uClinux-dist-test-20080109.tar.bz2(uClinux-dist-2.4.34), here im getting error mentioned below when i run the command *make* and also another thing i solved that make dep problem which i had posted earlier, what i did was i installed the

[uClinux-dev] hiii[ error during make]

2008-02-26 Thread suresh nagaraj
h all, im suresh here, im working now on the latest uClinux-dist-test-20080109.tar.bz2(uClinux-dist-2.4.34), here im getting error mentioned below when i run the command *make* and also another thing i solved that make dep problem which i had posted earlier, what i did was i installed the

Re: [uClinux-dev] RE: how to use freeswan in the uclinux?

2008-02-26 Thread David McCullough
Jivin mlin17 lays it down ... > >> From now on , I know uclinux may not run script correctly?(disvantage of > >> mash) > >> I have compiled the freeswan into my uclinux-system . when I start ipsec > >> manually as follows: > >> tncfg --attach --virtual ipsec0 --physical eth0 > >> ifconfig ip

Re: [uClinux-dev] File permissions after applying the dist patch

2008-02-26 Thread David McCullough
Jivin [EMAIL PROTECTED] lays it down ... > After extracting uClinux-dist-20070130.tar.bz2 and applying > uClinux-dist-20070130-20080225.patch.gz, I discovered a couple of > scripts do not have execute permission: > > -rw-r--r-- 1 xx xx 179749 Feb 22 04:07 user/haserl/configure > -rw-r--r

Re: [uClinux-dev] building from repeatable config files?

2008-02-26 Thread David McCullough
Jivin Allon Stern lays it down ... > > On Feb 26, 2008, at 10:51 AM, Allon Stern wrote: > > > >What I'm after is complete scriptability, with no interactiion. I > >don't want to check in binaries. > > > > that is, I can edit the vendor files, but I still am required to do a > make menuconfig

Re: [uClinux-dev] Trying samsung smdk2500 board

2008-02-26 Thread Mauro Muñoz
Hi Marcio, I am using the smdk2500 because I found it in an old-stuff-closet and I am trying to rescue it :) Probably this is the source of my problems... ;) So I dont have the CD nor the cables that probably came if the kit. Do you know were can I found the CD with uClinux? I had tried rs232 an

Re: [uClinux-dev] File permissions after applying the dist patch

2008-02-26 Thread Mike Frysinger
On Tuesday 26 February 2008, [EMAIL PROTECTED] wrote: > After extracting uClinux-dist-20070130.tar.bz2 and applying > uClinux-dist-20070130-20080225.patch.gz, I discovered a couple of > scripts do not have execute permission: patches do not include permission information, so this is to be "expecte

Re: [uClinux-dev] Trying samsung smdk2500 board

2008-02-26 Thread Marcio Lima
Hi The smdk2500 development board has a CD with uClinux and all the tools. You can use the JTAG but the board has a boot that allows you to download code from ethernet TFTP. The processor is already EOL. So, you should look to another borad/processor. Regards Marcio Tue, 26 Feb 2008 15:

Re: [uClinux-dev] building from repeatable config files?

2008-02-26 Thread Allon Stern
On Feb 26, 2008, at 10:51 AM, Allon Stern wrote: What I'm after is complete scriptability, with no interactiion. I don't want to check in binaries. that is, I can edit the vendor files, but I still am required to do a make menuconfig, right? I'd like to have a non-interactive "use the c

[uClinux-dev] Trying samsung smdk2500 board

2008-02-26 Thread Mauro Muñoz
Hi all, I found a Samsung smdk2500 devel board and I'm trying to install uClinux on it. Does anyone know if uClinux is compativel with it? If so, what vendor/product should I use? I saw no Samsung vendor and no ARM product (except for GDB/ARMulator) when trying "make xconfig". I know the smdk2500

[uClinux-dev] File permissions after applying the dist patch

2008-02-26 Thread glhs329
After extracting uClinux-dist-20070130.tar.bz2 and applying uClinux-dist-20070130-20080225.patch.gz, I discovered a couple of scripts do not have execute permission: -rw-r--r-- 1 xx xx 179749 Feb 22 04:07 user/haserl/configure -rw-r--r-- 1 xx xx 1607 Feb 22 04:06 uClibc/extra/con

[uClinux-dev] IP troubles on 2.6.23-uc1

2008-02-26 Thread Frederic . LAMBERT
I all, I'am using uClinux 2.6.23-uc1 on a NiosII system. We can notice a regression since 2.6.19 in parts concerning IP : * "NFS client" doesn't work anymore, * nor "ntpdate", * nor read()/recvfrom() on UDP sockets. Are this troubles known and is a patch avalaible ? TIA, Reg

[uClinux-dev] building from repeatable config files?

2008-02-26 Thread Allon Stern
I'm trying to get a CM'ed checkin of uClinux. To that end, I want to check in the distribution, patches, and my own configuration files. CM will take the baselined uClinux tarball, apply patches to it, then apply my configuration to that and build it. With linux, I can stash off my .config f

Re: [uClinux-dev] missing /dev/i2c with i2c-dev.c

2008-02-26 Thread David van Geest
On Thu, Feb 21, 2008 at 10:51 PM, Gavin Lambert <[EMAIL PROTECTED]> wrote: > Quoth David van Geest: > > I'm using the i2c-dev.c driver, but am having a problem with i2c* not > > showing up in either /dev or /proc/bus. Apparently I'm not the only > > one who has encountered this: > > https://lists

Re: [uClinux-dev] BitDefender and MacAfee both ID'd the distro .tar.gz files as being trojans

2008-02-26 Thread Robert Warner
It is definitely not a trojan though, so nothing to worry about. bitdefender is just misclassifying this. Perhaps Nessus should store the file encrypted (or otherwise munged) so it can't be used except for its intended purpose (ie. as part of the test script). Thanks for all the good info. Was

Re: [uClinux-dev] error during make dep

2008-02-26 Thread Bongani Hlope
On Tuesday 26 February 2008 08:49:46 suresh nagaraj wrote: > h all, > im suresh here, im working now on the latest * > uClinux-dist-test-20080109.tar.bz2(uClinux-dist-2.4.34)*, here im getting > error mentioned below when i do *make dep* > where did you install your toolkit? > *which: no