Hi all, I'm using the TS7800, It happened that files and directories stored in the default SD from TS during online activities, didn't be stored in a ...
... This sounds like your software is reading cached DIO input values. Make sure your pointers are declared volatile, and make sure your /dev/mem open call has...
... I don't know the layout of your filesystems, and you don't say where you were setting up the directories and saving the files! If you were doing under the...
According to the 7800 docs, the 7800's COM3 header has 2 serial ports (ttts4, ttts5). I'm currently able to use ttts4, but want to take advantage of RTS/CTS,...
... It's both. ... If ttts5 is closed, then pins 7/8 act as RTS/CTS for ttts4. ... If ttts5 is open, then pins 7/8 act as RX/TX for ttts5. More specifically,...
Hi Eric -- ... Well, yes :). Looking at the schematic, pins 7&8 on COM3 header use half of a SIPEX dual RS-232 level converter. Pins 2&3 use the other half....
I've just bought some brand new TS-7260 boxes. And I've tried loading a personalized initrd image which I used before on older TS-7260. What I've always done...
Hi, thanks ... but the delay is still there. - the pointers are volatile. - he O_SYNC option was not set, but even with this option there is still that...
Hi -- ... yes, that needs to be "O_RDWR|O_SYNC". What you have written calls open() with three arguments, so the O_SYNC is ignored. regards, ...... Charlie...
... The O_RDWR and O_SYNC are option flags and must be combined (ORed) into one option word. You have given the O_SYNC option as the 3rd parameter for open...
Hi folks, I am a newbie and I am looking to get some help setting up my board (ts7350) before I can start some development. I was wondering if anybody could...
Hello, I have a TS7250 and am working to make a USB camera functional. I am using kernel 2.4.26-ts9, and the Logitech quickcam USB drivers. quickcam.o and...
Hi I need a board with support for at least 6 serial ports (8 serial ports if possible) and 2 ethernet ports. Has anyone in the list experience in using a...
Hi, ... Often overlooked, and of course it depends on your environment, but VLAN tagging on a single NIC is a real good and cheap way to get multiple network ...
Alexander Clouter
alex@...
Aug 2, 2008 1:41 pm
12211
Thanks for your help, but in this case it will connect to two different physical networks. But I'll look into the links you sent because they could be useful...
... Excellent! that works for me (now I get a kernel panic because it can't read yaffs, but at least I think I can find my way from here :) ) Curious, what...
Hi, I spent a day trying to set up the wireless network for my TS-7800 but failed to do so. Specifically, I can't connect and get an IP address. I am using a...
... ports if possible) and 2 ethernet ports. Has anyone in the list experience in using a board with this configuration? The TS-7370 seems to fit our purpose...
... Well... your radio seems to succesfully attach to the AP, so you're almost there. I'm not familiar with pump (which I guess is similar to udhcpc), but I...
Hello, I just got a ts-7350 and I basically can't do anything that has to do with writing in the file system. For example when trying to create a new user I...
Hi, and thanks. The delay is gone now, everything works like expected. And I got a good exercise in C syntax, still rather new to me...;) Thank you both,...
Can anyone provide some sample code to help me poll the DIO on the 7800 for input state changes. I need a function method that I can specify a polling...
Hi Eric, ... Uh-Oh, I don't have a TS-7800, and I don't use eclipse or windows, but ... ... This line specifies static linking, but there is no linking done in...
Attempting to poll the DIO lines on 7800. (I've modified the button example to use as a base for polling the DIO lines.) CODE BELOW However, there are some...
... Hi, I am a newbie and maybe even more new to Linux than you're. I have eclipse setup on my SD card and I don't know how to run it from a Windows or Linux...
*you should be able to simply run the bat file "runEclipse_win.bat"* I had some issues, so I copied the entire contaiing directory to my Hard Drive and then...