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 2435 - 2464 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2435
... Does it go away if you cross-compile with -static? --L...
Lennert Buytenhek
lennert_buyt...
Offline Send Email
Apr 1, 2006
12:29 pm
2436
... Yes it work now: $ ./test 25.0 = 25.0000000000 I think I will update all the file system on my TS-7250 ......
Etienne Chenard
kosmic85
Offline Send Email
Apr 3, 2006
1:42 pm
2437
... OK. When you compile with -static, it uses the ARM glibc on your x86 box. When you compile without, it uses the glibc on your TS-7250. The conclusion is...
Lennert Buytenhek
lennert_buyt...
Offline Send Email
Apr 3, 2006
1:51 pm
2438
Peter and all, thanks for the tips. As a follow up this is what I just asked info@.... I am considering the TS-7200 for a new application. I would...
Michael Hawkins
patrioticduo
Offline Send Email
Apr 3, 2006
8:42 pm
2439
Hi Michael, I'll leave the DIO interrupts to someone else (ie someone who knows what they're talking about)... ... The eight (as configured as standard) serial...
PeterElliot
Offline Send Email
Apr 3, 2006
8:59 pm
2440
Greetings All, Has anyone been able to get a USB audio device to work on the TS-7200? If so, what steps does it take... Thanks, Tom...
Tom Hoover
thoover@...
Send Email
Apr 4, 2006
4:49 pm
2441
Does anybody have TS-XDIO sample code? I can not find anything on the web, and when I wrote to Technologic Systems, I only got more descriptions that were not...
Don W. Carr
carrdonw
Offline Send Email
Apr 4, 2006
8:10 pm
2442
I'm trying to test my I/O board before writing a full driver using a user space program. I started with the port_test2.c program and it's not working at all......
Bill Landolina
billalltrade
Offline Send Email
Apr 4, 2006
8:11 pm
2443
I am creating two simple apis for the lcd display and keypad that I would like to share with the rest, but first, I would appreciate any comments on the apis,...
Don W. Carr
carrdonw
Offline Send Email
Apr 4, 2006
8:12 pm
2444
I'm considering putting a codec on the SPI port hoping to use the internal audio features of the EP9302... Does anyone have experience using NetBSD on the...
William C. Landolina
billalltrade
Offline Send Email
Apr 4, 2006
8:12 pm
2445
Don, ... Functions for this sort of stuff are ok for new/custom programs, but the problem is you have compile this functionailty in to every program you want...
Jim Jackson
jimbox51
Offline Send Email
Apr 4, 2006
9:39 pm
2446
... read ... codes to ... Google for kbde; it is a module that injects key codes directly into the kernel. Cross compiles fine, works like a charm. There are...
Yan Seiner
cptdondo
Offline Send Email
Apr 4, 2006
11:21 pm
2447
Don, It's only an opinion, but I think for any API you're best to stick to each function doing one thing only. For example, I think you'd be better off with an...
brendanmurphy37
Offline Send Email
Apr 5, 2006
10:50 am
2448
Thanks for the comments, personally, I need a version to get a keystroke that is non-blocking for my real time application. I process real-time values 10 times...
Don W. Carr
carrdonw
Offline Send Email
Apr 5, 2006
2:10 pm
2449
... Arguably, you should never use snprintf() and only use sprintf(). After watching an afternoon-long IRC argument about this, I would like to add the...
Mark Carlson
dextromulous
Offline Send Email
Apr 5, 2006
3:00 pm
2450
During bootup of Linux on a TS-7250, this message implies that there are 3 USB ports: hub.c: USB hub found hub.c: 3 ports detected The specs for the TS-7250...
jimfred@...
jimfred22
Offline Send Email
Apr 5, 2006
3:25 pm
2451
I suppose we could talk TS into adding it to the distribution, but I think we might be better off with simple light-weight libraries that do it all in user...
Don W. Carr
carrdonw
Offline Send Email
Apr 5, 2006
3:25 pm
2452
I am planning on creating a shared object file that can be placed in /lib, then you only have one copy on the computer. Here is an example of the commands to...
Don W. Carr
carrdonw
Offline Send Email
Apr 5, 2006
3:27 pm
2453
Don, non-blocking reads can be done on device files and on named pipes too ;-)...
Jim Jackson
jimbox51
Offline Send Email
Apr 5, 2006
3:52 pm
2454
For me, I do safety critical things, so I can not use dangerous functions, even to be portable, and I insist on minimums, such as a recent g++ compiler and...
Don W. Carr
carrdonw
Offline Send Email
Apr 5, 2006
4:07 pm
2455
... The EP9302 is listed as having two USB ports, but all the EP93xx models are really just the same chip, but each in their own package. (At least, that's...
Lennert Buytenhek
lennert_buyt...
Offline Send Email
Apr 5, 2006
5:45 pm
2456
Using a USB thumb drive on a TS-7250, do you foresee any problems due to un-graceful shutdowns? On bootup, I see EXT2-fs warning: mounting unchecked fs,...
jimfred@...
jimfred22
Offline Send Email
Apr 5, 2006
6:38 pm
2457
I'm booting from internal flash and chroot to USB flash. ftpd and probably other processes are using the filesystem in internal flash rather than the USB flash...
jimfred@...
jimfred22
Offline Send Email
Apr 5, 2006
7:59 pm
2458
... I don't think I understand you. The USB flash is mounted somewhere say /usbflash you ftp to the box, login in and if the owenrship and permissions of...
Jim Jackson
jimbox51
Offline Send Email
Apr 5, 2006
8:58 pm
2459
Jim- I chroot to the usb flash so that '/' (root) is on the usb flash. I'm using scripts derived from /usr/bin/loadUSB.sh in on-board flash. What's seen via...
jimfred@...
jimfred22
Offline Send Email
Apr 5, 2006
9:38 pm
2460
I have the TS-7200 board for developing some lighting control software. It will have a web interface for configuring the device. It will also control light...
Art
kingarjr
Offline Send Email
Apr 5, 2006
11:49 pm
2461
sounds like what you really need is a boot via a suitable initrd setup so that the whole system actually has the correct '/' I think you misunderstand what...
Jim Jackson
jimbox51
Offline Send Email
Apr 6, 2006
10:17 am
2462
Jim- Good. That's confirming some doubts I'm having about doing a chroot to usb. There are problems with /proc that I start seeing as a message "Error opening...
jimfred@...
jimfred22
Offline Send Email
Apr 6, 2006
1:36 pm
2463
... Ok remember you can mount filesystems anywhere. In traditional unix systems many have '/' as a smallish partition, with another partition mounted as /usr,...
Jim Jackson
jimbox51
Offline Send Email
Apr 6, 2006
3:22 pm
2464
Has anyone tried these? I've been playing with a Planex GW-CF11X, a CF card released in Japan... It works fine, but will not do ad-hoc mode. Except for that,...
Yan Seiner
cptdondo
Offline Send Email
Apr 6, 2006
3:55 pm
Messages 2435 - 2464 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