... Thank you very much for your reply, I haven't thought of this method. How about the second question? Could you give me some information on how to load the...
Thanks for the info Frank. My PC104 daughterboard is actually a home brew FPGA board. If you wouldn't mind sharing the source to your hack that would give me...
Hi Elliot, ... The fact that mmap works and kernel code doesn't would lead me to believe its a software issue, not the hardware. ... Where are you 'reading'....
I notice thatTechnologic do a Wifi USB option at ship time. What other USB Wifi dongles can I use? Ie, what has drivers availalable for 2.4 kernal? Martin...
slightly off topic, but if this was parially based on the linux distrobution what kind of license do you use? ... for the ... amount of ... seems that...
... The ones they are shipping are based on zd1211 chipset. I _think_ it's safe to assume if you buy one based on zd1211 you should be all set. Note, that...
... You'll find a variable-precision fixed-point FFT code in C using 32-bit words inside http://sourceforge.net/projects/recwav It has an option to gain extra...
Thanks for the reply Dave. I am doing the read inside the interrupt ... interruptcount); ... I agree it must be a software problem but I'm not sure where?...
... I prefer the D-Link DWL-G122 with Ralink 2571 chipset. The driver is much better than the old zd1211-r83 (new version, zd1211rw, doesn't work with 2.4...
Hi Elliot, ... Oh, I guess I didn't read the code well enough ;) Your 'output' to user-space was via printk, not read or write! ... PEEK16 is not a standard...
Greetings! I've got eth0 working perfectly on my TS7300 and I've managed to configure Linux to get eth1 pingable. Using Berkeley sockets, how can I send and...
... You don't use the socket interface to do this. The networking stack is supposed to automatically figure out which interface to send the packet out, based...
Hi Fred, ... I don't believe the application code deals with this, it just works in terms of IP addresses, not interfaces. The OS maps the IP addresses to...
Hello, I just receive a TS-7260, and I need to do some testing to see if it's worth the price for an embedded system. But first of all I try to change some...
You have to determine what IP address is associated with that interface (which you obviously would already know), and then bind to that specific port. You are...
To receive on a specific interface, you need to create the socket, bind the socket, and then accept on the socket. During binding, you specify an interface by...
Do you want them to run from the NAND-flash (mtd) environment, or to run from Debian? Yep.. It's still alive. Their support is really good, but sometimes their...
... Hello Heinrich, ... I'm not sure why your e-mail wasn't answered. I typically get several e-mails forwarded to me every day which originally were to info@...
... Google is your friend - try "linux socket prgramming". This is standard IP unix/linux socket programming, which, as others have pointed out works on IP...
... It mostly depends on which shell you are running - not which OS it runs under! Most "sh" type shells honour the ~/.profile file, and have done for 30 years...
... Okay, that makes sense. All I need to do is apply a static IP address to the eth1 interface and allow the DHCP server to assign eth0 and I should be good...
Hi, I have a 7260 that is failing to boot from flash. It was all working fine and I set it to boot from SD using `tsbootrom-update -s` (which did boot from SD...
Thanks for your reply Micheal (and other who replied to my post) It's good to finally hear from somebody at embeddedArm :) Ok so you can run Debian linux or...
... Not just anyold addresses. It is _usual_ make sure the 2 addresses assigned to 2 interfaces on the same box are in different networks. When you send...
... Hi Heinrich, The Debian image provided needs aprox 256M of storage. I have run my TS7200 with 32M RAM from a debian image on a CF disk, and via an NFS ...