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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1447 - 1479 of 16536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1447
I was wondering if anyone out there is using an IDE for developing on this board as opposed to the gcc command line compiler. I know I can find one to write...
briannewberry2
Offline Send Email
Oct 4, 2005
2:59 pm
1448
... You can use Eclipse and CDT with the cross toolchain. In Eclipse go to Project->Properties->C/C++ Build and enter the paths to the cross toolchain...
jschick333
Offline Send Email
Oct 4, 2005
3:28 pm
1449
Does anyone know if /dev/misc/uinput is broken in the 2.4.27 ts kernel? I'm trying to use a keypad that feeds into the standard input layer. I've recompiled...
Yan Seiner
cptdondo
Offline Send Email
Oct 4, 2005
4:49 pm
1450
I use KDevelop on a Fedora Core 4, 64bit development machine. It cross compiles to create TS7200 executables for my TS7250 target machine. These executables...
Curtis Monroe
curtis934x
Offline Send Email
Oct 4, 2005
11:07 pm
1451
Newbie to Linux trying to set up a webserver with the TS7250. I have the server up but I want to be able to read the onboard temperature. I'm using the...
Keith Gilman
gilmankeith
Offline Send Email
Oct 5, 2005
1:08 am
1452
Is your app running as root? I think it needs to be to have O_RDWR access to the memory space. "Keith Gilman" <gilmankeith@yaho To:...
Andrew Bealing
andrew_bealing
Offline Send Email
Oct 5, 2005
1:12 am
1453
thanks for your scripts i'll try soon regards arturo ... 192.168.255.255 up ... received.*//;s/.*, *//'` in...
Arturo Borquez
artboreb
Offline Send Email
Oct 5, 2005
1:14 am
1454
... It's probably because the web server runs as user nobody as a security measure. And you'll find that the permissions on /dev/mem are wrong. 2 options first...
Jim Jackson
jimbox51
Offline Send Email
Oct 5, 2005
6:54 am
1455
It is actually the httpd running the script as a cgi task which is running as nobody. I'm pretty sure this is not the best way to do this but I need to do more...
Keith Gilman
gilmankeith
Offline Send Email
Oct 5, 2005
11:31 am
1456
... have ... temperature. ... the ... website ... following ... security ... wrong. ... all, ... Jim, Thanks, that did it. I knew about the setuid bit but...
Keith Gilman
gilmankeith
Offline Send Email
Oct 5, 2005
1:09 pm
1457
... Can anyone tell me what are the symptoms of this bug? And if there is a patch available? Thanks, Mike...
m g
mwg0627
Offline Send Email
Oct 6, 2005
3:21 am
1458
Ok, maybe I'm missing something. I downloaded the test_sram code from the TS website. This is supposed to test the "socketed" RAM. My TS- 7250 doesn't have a...
Keith Gilman
gilmankeith
Offline Send Email
Oct 6, 2005
4:32 am
1459
0x000D000 falls into SDRAM on ARM based boards. I suspect this code is for a 386 based board, that would map ISA memory above 640K and below 1Meg...
Curtis Monroe
curtis934x
Offline Send Email
Oct 6, 2005
5:05 am
1460
... Where is this file? I've looked around and I don't see it anywhere. Is there a download site somewhere? Dealing with SRAM is going to be my next major...
Yan Seiner
cptdondo
Offline Send Email
Oct 6, 2005
1:35 pm
1461
In the users manual for the TS-7200, the SPI_Frame pin is shown to work only after adding R1. Does anyone have any information regarding where exactly R1 is...
briannewberry2
Offline Send Email
Oct 6, 2005
6:37 pm
1462
... from ... Here's the link http://www.embeddedarm.com/linux/example.htm -Keith...
Keith Gilman
gilmankeith
Offline Send Email
Oct 6, 2005
6:37 pm
1464
I think I figured it out. . . The SPI_Frame pin is activated by using a through hole resistor at 10 Ohms. The resistor is to be connected through the two...
Brian Newberry
briannewberry2
Offline Send Email
Oct 6, 2005
7:26 pm
1465
The TS-7250 doesn't seem to need any modifications for the spi_frame. I soldered a wire on the bottom of my TS7200 166MHz (REV B) board to bring out the...
Curtis Monroe
curtis934x
Offline Send Email
Oct 6, 2005
7:36 pm
1466
In the TS Linux Developer's Manual is a section on "Customizing the file-system for production use." This explains how to mount the file-system read-only, and...
Mike Dodd
doddm2001
Offline Send Email
Oct 9, 2005
4:32 pm
1467
I've seen a couple posts about this. Does anyone have perl running on the TS-7250? I've tried downloading the debian port sources but had no luck building the...
Keith Gilman
gilmankeith
Offline Send Email
Oct 9, 2005
10:25 pm
1470
Still trying to figure out how to make a RAM filesystem, I have a question about tmpfs. Is this enabled in the TS-Linux kernel, and how do I use it? According...
Mike Dodd
doddm2001
Offline Send Email
Oct 10, 2005
5:02 pm
1471
Hi all.. I am using my webcam (Logitech quickcam express) on my desktop (knoppix 4.0.2) using spce5xx driver and everything is ok.. I want to install the...
Omar Rihani
orihani
Offline Send Email
Oct 11, 2005
9:07 pm
1472
I am curious if anyone has knowledge of a public domain interface of the TS-7200 to an American Banking Association Card Reader, or to a proprietary card...
cfzaustin
Offline Send Email
Oct 12, 2005
3:28 am
1473
New to this list and all, never played with TS Linux, etc. Try: mount -t tmpfs none /mnt/tmpfs If it works, wahoo. If not, oh well. Hopefully it does. Bill...
savageps91
Offline Send Email
Oct 12, 2005
3:30 am
1474
New to this list and all, never played with TS Linux, etc. Try: mount -t tmpfs none /mnt/tmpfs If it works, wahoo. If not, oh well. Hopefully it does. Bill...
Bill Burdick
savageps91
Offline Send Email
Oct 12, 2005
3:47 am
1475
... Mike, it depends whether the kernel was built with that option, or if it is available as a module. What have you done to create a ramdisk? Unfortunately my...
Jim Jackson
jimbox51
Offline Send Email
Oct 12, 2005
9:55 am
1476
Hi all.. I am using my webcam (Logitech quickcam express) on my desktop (knoppix 4.0.2) using spce5xx driver and everything is ok.. I want to install the...
Omar Rihani
orihani
Offline Send Email
Oct 12, 2005
1:34 pm
1477
Hi Everyone, How easy is it to switch the serial comm port used as the command line interface I need to free up the main serial port to connect a modem (with ...
ld_ts7200
Offline Send Email
Oct 12, 2005
1:39 pm
1478
... How can I find out? Since the Technologic document specifically mentions tmpfs, I logically assumed the kernel would have that ability. ... Nothing. ... ...
Mike Dodd
doddm2001
Offline Send Email
Oct 12, 2005
4:43 pm
1479
I'm trying to use a RTC clock board (with M48T86PC1) with the TS-7200, but Linux doesn't seem to recognize it. I have successfully written some low level...
jenlhunt2003
Offline Send Email
Oct 12, 2005
11:11 pm
Messages 1447 - 1479 of 16536   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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