Search the web
Sign In
New User? Sign Up
ts-7000 · TS-7000 ARM SBC
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 9193 - 9222 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9193
... 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...
Fotis Loukos
fotislo
Offline Send Email
Dec 1, 2007
9:56 am
9194
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...
elliotbuller
Offline Send Email
Dec 1, 2007
8:04 pm
9195
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'....
David Hawkins
dave_w_hawkins
Offline Send Email
Dec 1, 2007
8:11 pm
9196
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...
naturalwatt
Offline Send Email
Dec 2, 2007
2:21 pm
9197
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...
spectabillis
Offline Send Email
Dec 2, 2007
2:38 pm
9198
... 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...
Joe Bouchard
joedebian
Offline Send Email
Dec 2, 2007
2:51 pm
9199
... 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...
Martin Guy
martinwguy
Offline Send Email
Dec 2, 2007
5:46 pm
9200
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?...
elliotbuller
Offline Send Email
Dec 2, 2007
6:39 pm
9201
... 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...
Gonzalo A. de la Vega
gadelavega
Offline Send Email
Dec 2, 2007
6:54 pm
9202
High speed FFT in ARM ASM (ch08_dsp.zip): ...
Curtis Monroe
curtis934x
Offline Send Email
Dec 2, 2007
7:49 pm
9203
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...
David Hawkins
dave_w_hawkins
Offline Send Email
Dec 3, 2007
6:07 pm
9204
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...
Fred
damotclese
Offline Send Email
Dec 3, 2007
6:40 pm
9205
... 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...
Michael Schmidt
chaelogic
Online Now Send Email
Dec 3, 2007
6:51 pm
9206
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...
David Hawkins
dave_w_hawkins
Offline Send Email
Dec 3, 2007
6:58 pm
9207
Hi I've emailed twice to info@... as listed on the web-site. (clicking on the website link so I couldn't have mistyped) Didn't receive any replies...
heinrich.dutoit
Offline Send Email
Dec 3, 2007
7:31 pm
9208
Hello, A TS-7260 could not boot, because of misoperation 'tsbootrom-update.' Then I requested an RMA number to support@... a few times. However I...
osogoet43
Offline Send Email
Dec 3, 2007
7:31 pm
9209
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...
trucmuch_59
Offline Send Email
Dec 3, 2007
7:32 pm
9210
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...
Dustin Oprea
squirrelinth...
Offline Send Email
Dec 3, 2007
7:46 pm
9211
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...
Dustin Oprea
squirrelinth...
Offline Send Email
Dec 3, 2007
7:46 pm
9212
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...
Dustin Oprea
squirrelinth...
Offline Send Email
Dec 3, 2007
7:50 pm
9213
Just create your own /etc/profile with something like ... here--------------------------------------------------------------- #!/bin/sh export...
Gonzalo A. de la Vega
gadelavega
Offline Send Email
Dec 3, 2007
9:01 pm
9214
... 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@...
Michael Schmidt
chaelogic
Online Now Send Email
Dec 3, 2007
9:45 pm
9215
... 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...
Jim Jackson
jimbox51
Offline Send Email
Dec 3, 2007
9:45 pm
9216
... 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...
Jim Jackson
jimbox51
Offline Send Email
Dec 3, 2007
9:50 pm
9217
... Also on the onboard flash OS image. But in that case it is the smaller footprint dropbear implementation of ssh....
Jim Jackson
jimbox51
Offline Send Email
Dec 3, 2007
9:54 pm
9218
... 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...
Fred
damotclese
Offline Send Email
Dec 3, 2007
10:38 pm
9219
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...
mcsnife
Offline Send Email
Dec 4, 2007
2:30 am
9220
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...
Heinrich du Toit
heinrich.dutoit
Offline Send Email
Dec 4, 2007
12:42 pm
9221
... 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...
Jim Jackson
jimbox51
Offline Send Email
Dec 4, 2007
2:42 pm
9222
... 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 ...
Jim Jackson
jimbox51
Offline Send Email
Dec 4, 2007
2:51 pm
Messages 9193 - 9222 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help