Those config files will not be created until the configuration process. However, you could not run it in x86 machine as you have known already. One of the...
The manual for the TS-7200 says a regulated 5v source. Will a switching ps work? I ask this because I have a small switching ps which will provide the 5v's...
Dan Morphis
dan.morphis@...
Feb 2, 2005 11:24 pm
484
Hello to the group from a new member. Right away I have a question regarding the suitability of the new TS-7250 for an application. First some background. Long...
... What an interesting application! ... There is no D/A outputs by default. There is a TS-9500 board with D/A but what I'd probably suggest is getting a USB...
I got my ts-7200 in today. Hooked up everything as instructed. Fired up the terminal program and got the expected output, I was NOT able to use the use the...
Dan Morphis
dan.morphis@...
Feb 3, 2005 12:16 pm
487
Might seem a silly question, but were you using a cross-over (i.e. null-modem) cable on the console comm port? Dan Morphis <dan.morphis@gmai To:...
Greetings, Thanks for your reply. I did a debootstrap from a nfsboot to the debian cf rootdisk provided by Technologic. I didn't know scratchbox. However, I...
Hello, On the default boot (on flash). The name resolution doen't work. I can wget IP host, but no host. My /etc/resolf.conf seems correct (one line with...
... Correct, I am using a null modem cable. The documentation for the board mentions using that you can short-out jp1 and "Boot to Serial Port COM1 â€" This...
I just received my TS-7200 and will soon be burning the onboard flash. Past experience with bootroms taught me that I will soon need a recovery procedure. The...
Bob Uyeno
rau@...
Feb 4, 2005 6:12 am
492
... Does anyone have Alsa working on a ts-7000? I had a quick go at building Alsa and met: #error "Need a bus for dma_alloc_coherent()" in memalloc.c I haven't...
... It would be great to get rid of the cables I have to string from another room and duct-tape to the floor before each operating session. Much better to just...
... ok some checks... you say one line with nameserver... like this: nameserver 192.168.10.80 also what is the IP address of the ts7200 board and what is the...
You might want to ensure you have the library libresolv-2.2.5.so. It was discovered that this file was left out on some TS-7xxx's, if you are missing it just...
Update. I figured it out. I had to turn on Xon/Xoff flow control (Which I thought was software flow control. The docs mention using hardware flow control)....
Hello! We are using TS-7200 but I have some questions that I would like to hear some clarifications from you: 1) When Windows CE will be available for them...
That was the trick ! Copied the file (libresolv-2.3.2.so), made 2 symbolic links (libresolv.so and libresolv.so.2) in /lib and it worked! Thanks everybody :) ...
I made the fatal mistake of not reading all the directions and managed to wipe out the vmlinux image in redboot. To compound this problem when I realised what...
... To answer part of my problems, it turns out I had a bad kernel image on my tftp server. So that part is fixed. I would still like to fix my redboot. . . ...
... Try using atof() instead of sscanf and see if that changes the results? Also, the man page for sprintf leads me to believe that %f wants a double, not a...
I have also tried atof (which returns a double). Like the code below, it works fine when I compile it on the TS-7200, but when I cross compile and then run the...
... As long as the psu produces a nice, clean, 5V regulated output waveform, I'm confident (as an outsider) that the TS-7200 won't know the difference. Peter...
Take a look at this: http://www.embeddedx86.com/epc/ts12W-h.php I used it on my ts7200. It takes a 10-40 VDC input and has reverse polarity protection. It was...
... My apologies if I'm stating the obvious, but you can untar http://www.embeddedarm.com/downloads/Linux/ARM/debian256-10-28-2004.tar.bz2 on an NFS server,...
... Upon further contemplation, I've decided to leave the audio realm to audio devices. I already use two wireless intercom units from Radio Shack to ...
I am thinking about buying a ts-7250, but I want to run Java and I want to have access to the digital i/o and a/d ports in Java. Has anyone done this...
... I've given Blackdown's 1.3.1 port a quick go. A simple AWT/Swing application gave a segmentation fault. Non-windowing applications seemed to work....
Hi All, This may be more of a Linux question, but my application is on a TS-7200. I have a small TCP/IP server application that listens on port 502. However,...
Thanks Sonny, Now I can install the a module to my kernel. I did not compile kernel, I only create the version.h file. Now I have other problems. I tried to...