... Thanks. The 50 page errata includes this cryptic statement: "For USB Isochronous mode support contact a local Marvell Field applications Engineer or...
I noticed that ssh to the ts-7400 starts working if I umount /dev/pts and then remount it, so I implemented a workaround that does this. I believe this is...
hai friends, i am working on TS-7300 with debian 2.4.26-ts11.Actually i need to work on applications which require large memory size.So I thought of working on...
I've seen this on other platforms; Primarily the Sharp Zaurus (which is StrongARM based) -- Its a limitation on the bus if I recall correctly... I've only been...
More reasons a fastboot system isnt always fast ;) -- Morgan gangwere "Space does not reflect society, it expresses it." -- Castells, M., Space of Flows, Space...
Hi , I'm doing my project of end of year using the TS7390 card. I must write a program for ADC converter.In first time I use the adc_7250.c and when I execute...
It's available from Technologic's download site: ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7400-linux/binaries/ts-images/512mbsd-7400-linux26-lenny-eabi.dd.bz2...
Ted, Do you have documented somewhere what the change to the ts_lcd.c file was? I'm trying to get the touchscreen thing going on lenny and have been having...
... http://ted.openavr.org/linux-2.6.29.1-ts7390/0042-ts7390-dummy-pressure.patch ... Since I'm not using the ts supplied kernel, there is no tsdev module. I'm...
Thanks Ted, Still trying to get my touchscreen calibarated with tslib. Here's the status: I load ts-lcd and tsdev. I get touchscreen events on /dev/input/ts0....
Interesting. When I type "reboot" under TS-Linux I had expected that SIGTERM would be issued to all processes however that's not happening. SIGTERM gets...
Hello, I'm currently finishing up a data aquisition program running on the ts7250 (reading from optional MAX197 ADC, and writing to a USB memory key). First of...
... Do you have the evdev kernel module loaded? I seem to recall that I needed to have that loaded before the touch screen input device worked for me. Ted...
Hello, I recently purchased a TS-7260 with the development kit. I can boot into TSLinux just fine but I really want to use Debian (Sarge - included with the...
Hi!! I am completely mad with this problem I have!! I am trying to install jamvm (1.5.3) and gnu-classpath (0.98) in a TS7800 board in order to install a...
After adding my test module to Makefile in linux24/drivers, I tried examples from kbuild/makefile.txt for my test module Makefile, but only my main test module...
Hi -- ... There is no linking step for kernel modules, just "insmod hellodriver.o" Please see: http://lwn.net/Kernel/LDD2/ for details on writing & building...
Hello, this is my first post. I have a TS-7350 here and when I try to load the module "ts7350" I get the message "NAND: TS-7390 not detected." (yes, it says...
... Sorry, I was under the mistaken impression that I needed this loaded before I could load xuart7350.ko. That's the module I really need and it seems to...
Hi , I am working on TS-7300.Actually I am initially booting from 512MB SD card which had sdimage-new.dd downloaded from the ftp site.It works fine.But I want...
Hello, I am trying to get i2c to work on the gpio header on a ts-7350. I would like to use the official ts-kernel, because in our project we also need the...
Hi List, I've released a patchset witch is extracted out of Alexander Clouters tree and some work of myself. It provides reasonable support for TS-7800 on...
... also ... work ... 2.4 or 2.6? There should be a file in the group files section for a i2c bitbang module for 2.4, havne't heard anything from the 2.6 crew...
... I've been working on a driver for the ts7260 and putted my notes on http://ts7260.tisnix.be/#i2c. I'm pretty interested in any results on the 2.6 kernel....
... I think Matt's patches may already support I2C, but I'm trying to use the ts kernel. The latest 2.6 kernels have an i2c-gpio kernel module in the busses...
... Well, I made a start at it. I've posted what I have so far at http://eli.neoturbine.net/files/i2c-ep93xx.c It does not seem to work, for one udev does not...