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...
... 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...
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...
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...
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...
... 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...
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...
... have ... temperature. ... the ... website ... following ... security ... wrong. ... all, ... Jim, Thanks, that did it. I knew about the setuid bit but...
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...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
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 ...
... How can I find out? Since the Technologic document specifically mentions tmpfs, I logically assumed the kernel would have that ability. ... Nothing. ... ...
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...