Thanks for educating me, Rod. So, I guess I should just be able to edit lunuxrc-sdroot on the init partition to assign /dev/tssdcarda5 to the root fs instead,...
21989
dtucker
Rekcut_Nod
Jun 21, 2012 3:39 pm
Well, just changing tssdcarda4 to tssdcarda5 in linuxrc-sdroot didn't work. Here is what I got when I tried to boot the board: [...] ... tssdcard: Technologic...
21990
dtucker
Rekcut_Nod
Jun 21, 2012 3:51 pm
My apologies. I had made a typo. DUH. It appears to be able to boot just fine now. Thanks for your help! Don...
21991
Russell N. Nelson - r...
nelsonrn2
Jun 22, 2012 8:39 pm
My research into SD card reliability says that even a read-only root won't help you if you have a different partition mounted read-write on the same SDcard....
21992
Don Tucker
Rekcut_Nod
Jun 22, 2012 8:50 pm
Damn it! Well, thanks for the information, Russ. Don...
21993
Clark Dunson
clarkdunson...
Jun 22, 2012 9:09 pm
I think that's right Russ, thanks. We bother with Read-Only root as a simple overkill peace-of-mind enhancement (IE none of the OS or App files can be written...
21994
florenciabl
Jun 25, 2012 6:42 pm
Hi, I think i made a mistake. Everything was working fine booting from the sd or from the flash. I have a ts 7553. I wanted to try something and i remove the...
21995
ramirosenbaum
Jun 25, 2012 10:05 pm
1. Remove the SD Card from the TS and insert to a Linux machine (my VMWare Fedora works). 2. Change linuxrc to point to what linuxrc you want (it's a symbolic...
21996
Damian
dmiralles2009
Jun 25, 2012 11:40 pm
HELLO: I am using a TS-7260 and would like to use one of the serial ports available but to a lower speed. I want to set the serial port speed to 1200 kbps, Is...
21997
Jon Brinkmann
jon_brinkmann
Jun 26, 2012 2:45 am
Forget setserial, use getty. For com2, in /etc/inittab use: # # Start console logins on both COM Ports # lgn0:12345:respawn:/sbin/getty -L 115200 ttyAM0 #...
21998
Damian
dmiralles2009
Jun 26, 2012 3:19 pm
Hello: I am using a ts-7260 with the standard Linux installed. I am also trying to compile a kernel modules using the crosscompiler offered by TS in an x86...
21999
Don Tucker
Rekcut_Nod
Jun 26, 2012 3:44 pm
Have you already seen this HOWTO? It doesn't address compiling new modules directly, but it might be helpful in getting the initial cross-compiler set up and...
22000
Jim Jackson
jimbox51
Jun 26, 2012 3:48 pm
It's been a long while since I compiled a module from outside of the kernel tree, but I have some notes that state... "You can build your module against the ts...
22001
Damian Miralles
dmiralles2009
Jun 26, 2012 4:36 pm
thank you , i am going to text it right away Damian ________________________________ From: Jon Brinkmann <brinkmann@...> To: ts-7000@yahoogroups.com Sent:...
22002
naturalwatt
Jun 26, 2012 6:05 pm
Hi. i have about 60 TS7550 surplus to requirement. They are in Hammond aluminium enclosures with a custom daughter board that provides 2 x RS232 and one RS485...
22003
Reinaldo A. Fagundes
reinaldo@...
Jun 27, 2012 12:35 pm
I would like to use the SQL client in an application in C, someone indicates a client for the TS From: Damian Miralles Sent: Tuesday, June 26, 2012 1:29 PM To:...
22004
Damian Miralles
dmiralles2009
Jun 27, 2012 6:25 pm
Hello: I did the changes on the /etc/inittab/ # # Start console logins on both COM Ports # lgn0:12345:respawn:/sbin/getty -L 115200 ttyAM0 # Disable COM2...
22005
Jon Brinkmann
jon_brinkmann
Jun 28, 2012 1:33 am
Either - you're not using the /etc/inittab entries exactly as given, so please check again, especially make sure that the "lgn1" entry is commented out. See...
22006
Jim Jackson
jimbox51
Jun 28, 2012 8:23 am
... Yes, of course - you have configured init to run a getty process on "com2" so you will get a login, that what getty does - try man getty on a linux box or...
22007
Ryan
ryan_amega
Jun 29, 2012 2:46 pm
I have compiled a kernel with all of the relevant iptables modules and get errors when trying to use iptables: # iptables -L iptables v1.3.6: can't initialize...
22008
Damian Miralles
dmiralles2009
Jun 29, 2012 5:29 pm
Hello: thank you all for the support, I finally managed to do that using the following doc as reference: http://www.easysw.com/~mike/serial/serial.html It was...
22009
Damian Miralles
dmiralles2009
Jun 29, 2012 5:30 pm
thank you ________________________________ From: Jon Brinkmann <brinkmann@...> To: ts-7000@yahoogroups.com Sent: Wednesday, June 27, 2012 10:32 PM ...
22010
Damian
dmiralles2009
Jun 30, 2012 9:52 pm
Hello: I am using a TS-7260 with the standard linux. In order to compile my programs I use a cross-compiler downloaded from the ftp repository. The problem I...
22011
Rich Wilson
richw42
Jul 1, 2012 6:07 pm
First, I would get rid of (or rename) the directory named adc. Perhaps your compile will work then. If it doesn't, you might need to add something like -I. to...
22012
Rich Wilson
richw42
Jul 1, 2012 6:10 pm
Is there any way for a running application to be notified when a USB memory is inserted or removed? It seems there are hooks for this, but I couldn't find...
22013
Rod Nussbaumer
nbomr2k03
Jul 1, 2012 7:01 pm
... It looks like your real problem is unrelated to the location of the header files. The compiler seems to be trying to create a file when there is already an...
22014
Damian Miralles
dmiralles2009
Jul 1, 2012 7:44 pm
Hello: thank you, that was my mistake, I was trying to create an executable with the name of a directory, and that was the compiler message. I really thank...
22015
MrRealityCheck
bburtan65
Jul 4, 2012 2:20 am
I needed a way to detect serial device insertion and removal in C code and I ended up using the iNotify kernel features. IIRC, Linux 2.4 didn't have iNotify...
22016
Damian
dmiralles2009
Jul 6, 2012 8:44 pm
Hello: I am using the TS-7260 board with the TS-LINUX on it. I was looking into the EP9302 User manual and I am interested in suing the processors timer...
22017
Jim Jackson
jimbox51
Jul 6, 2012 10:13 pm
If it helps, sometime ago there was module code by Phil McCarley, that used a timer interrupt to do max197 readings at rates upto aprox 8KHz. That would...