Re: [uClinux-dev] problems with uClinux-dist-20070130

2007-03-12 Thread Bernd Büttner
Hi Greg, Greg Ungerer schrieb: Hi Bernd, Bernd Büttner wrote: I'm working on the 20060803 distribution for some time. Now I want to switch to the newest distribution (20070130). In the first stage I used a predefined configuration (Freescale M5282EVB) to eliminate my faults. The first 'make'

RE: [uClinux-dev] FW: patch

2007-03-12 Thread Assaf Harel
Hi Greg, You're right (of course). This is just our contribution to the list to help people that were stuck (like we did) with a 2.4 kernel but had to have wireless extensions > 16 working immediately (we had to have >18 for 802.11i support). It's a work around, until you make the switch to one o

[uClinux-dev] Armulator

2007-03-12 Thread Muthu, Pushparaj IN GGN SISL
Hi How to use Armulator( arm-elf-gdb) to particular board and controller. While do menuconfig for armulator just gdb-> armulator-> uClibc-> kernel 2.4.x No option to choose controller and board . Please help me . Regards Raj ___ uClinux-

[uClinux-dev] RE: Some broadcasted UDP packets are dropped

2007-03-12 Thread Daniel Berenguer
Mark, Those FC4/5 systems are not really running on my network although a colleague has run the "ip addr show" for me: 1: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever

[uClinux-dev] Mapping folder to uClinux

2007-03-12 Thread RAJA GOPAL
Hi All I am using Snapgear3.1,uClinux, Intel Access library 1.4 for IXP425 board. i have compiled the Zimage and ramdisk.gz and have uploaded to IXP425 board. How to map a folder from NFS system to IXP425 board Operating System. Thanks in advance Regards raj _

Re: [uClinux-dev] move trixbox to uclinux

2007-03-12 Thread Wu, Bryan
Dear Wang: You can find everything on blackfin.uclinux.org Thanks -Bryan Wu On 3/13/07, 王宁 <[EMAIL PROTECTED]> wrote: Help! I want move trixbox to uclinux on Blackfin platform, would anyone tell me how to do it pls! thanks ___ uClinux-dev mailing l

[uClinux-dev] move trixbox to uclinux

2007-03-12 Thread 王宁
Help! I want move trixbox to uclinux on Blackfin platform, would anyone tell me how to do it pls! thanks ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@

Re: [uClinux-dev] problems with uClinux-dist-20070130

2007-03-12 Thread Greg Ungerer
Hi Bernd, Bernd Büttner wrote: I'm working on the 20060803 distribution for some time. Now I want to switch to the newest distribution (20070130). In the first stage I used a predefined configuration (Freescale M5282EVB) to eliminate my faults. The first 'make' (after make xconfig for vendor)

Re: [uClinux-dev] FW: patch

2007-03-12 Thread Greg Ungerer
Hi Assaf, Assaf Harel wrote: The patch below allows using Wireless Extensions version > 16 (version 18 required for 11i support) in the latest 2.4 kernel. Hmmm, it may well allow it - but it is buggy. That standard_ioctl_num value is used to check array bounds, on the command table entries. R

Re: [uClinux-dev] uClinux-dist-20070130 and Intel Access Libs 2.1.1

2007-03-12 Thread Greg Ungerer
Hi Steve, Steve Witt wrote: On Fri, 9 Mar 2007, Greg Ungerer wrote: - The 'uts_name' stuff has changed in 2.6.19, which also necessitates a minor mod to the Access Library code. The thing I don't know how to handle correctly is that the new variable 'init_uts_ns' (in linux-2.6.x/init/version

RE: [uClinux-dev] page_offset.h incorrect for M5208EVB

2007-03-12 Thread Gavin Lambert
Quoth Martin Voss: > Today I tried changing the PAGE_OFFSET_RAW to just 0x4000, i..e. > start of physical RAM. Then everything seems OK. However, I also > tried adding a call to "reserve_bootmem(0x4000, 0x2)" in > /linux-2.4.x/arch/m68knommu/kernel/setup.c in order to make sure that > t

[uClinux-dev] RE: Some broadcasted UDP packets are dropped

2007-03-12 Thread Mark Schank
Daniel, The subnet broadcast address does not have to be highest IP address in the subnet. This just happens to norm and what the ifconfig command sets by default. However, you can set the broadcast address to something else. Also, by using the iproute2 tools, you can actually create multip

[uClinux-dev] page_offset.h incorrect for M5208EVB

2007-03-12 Thread Martin Voss
In the stock M5208EVB uCLinux-dist (as shipped with the EVB) the PAGE_OFFSET_RAW was set to 0x, producing incorrect bootup memory size messages. Also, /proc/meminfo and the free command is showing incorrect values. Our custom board is *very* similar to the M5208EVB, except for more FLASH, a

[uClinux-dev] problems with uClinux-dist-20070130

2007-03-12 Thread Bernd Büttner
Hi all, I'm working on the 20060803 distribution for some time. Now I want to switch to the newest distribution (20070130). In the first stage I used a predefined configuration (Freescale M5282EVB) to eliminate my faults. The first 'make' (after make xconfig for vendor) stopped while producing u

[uClinux-dev] MCF5206e makefile

2007-03-12 Thread julien . terwagne
Hello, Does somebody have nice makefiles for cross-compiling independantly applications and modules for an MCF5206e running µC-linux ? Thank you by advance J. Terwagne This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you rece

[uClinux-dev] Some broadcasted UDP packets are dropped

2007-03-12 Thread Daniel Berenguer
Hi, >> I'm testing a simple application that listens for incoming >> broadcasted UDP packets on a given port. This application >> behaves in different ways depending on the system: >> >> 1. Ubuntu PC and ARM7TDMI : See packets sent to these broadcast >> addresses: 255.255.255.255 and 192.168.1.25

Re: [uClinux-dev] Armulator + gui

2007-03-12 Thread David McCullough
Jivin Muthu, Pushparaj IN GGN SISL lays it down ... > Hi all > > Could you please send me a link for graphical user interface support > Armulator( arm-elf-gdb). There is none, you could look at the LCD support in eth BENW patch and make your own, or you could look into skyeye, I am fair

[uClinux-dev] Armulator + gui

2007-03-12 Thread Muthu, Pushparaj IN GGN SISL
Hi all Could you please send me a link for graphical user interface support Armulator( arm-elf-gdb). Regards Raj ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent