Search the web
Sign In
New User? Sign Up
ts-7000 · TS-7000 ARM SBC
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12195 - 12224 of 16538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12195
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 ...
nibapa
Offline Send Email
Aug 1, 2008
10:04 am
12196
... 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...
Jim Jackson
jimbox51
Offline Send Email
Aug 1, 2008
10:33 am
12197
... As far as I recall the solution was to enable "force machine id" option in the kernel config. j...
janne.kario
Offline Send Email
Aug 1, 2008
11:31 am
12198
... 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...
Jim Jackson
jimbox51
Offline Send Email
Aug 1, 2008
11:38 am
12199
I'm sorry, I didn't specify that data were in the FAT partition of the SD mounted in the file system. this is df output: Filesystem 1K-blocks...
Paolo Marras
nibapa
Offline Send Email
Aug 1, 2008
12:10 pm
12200
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,...
eric.robishaw
Offline Send Email
Aug 1, 2008
12:53 pm
12201
... 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,...
Michael Schmidt
chaelogic
Offline Send Email
Aug 1, 2008
3:23 pm
12202
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....
charliem_1216
Offline Send Email
Aug 1, 2008
3:25 pm
12203
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...
Michel Peterson
petersonmichel
Offline Send Email
Aug 1, 2008
6:36 pm
12204
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...
akacairo
Offline Send Email
Aug 1, 2008
6:36 pm
12205
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...
charliem_1216
Offline Send Email
Aug 1, 2008
8:28 pm
12206
... 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...
Jim Jackson
jimbox51
Offline Send Email
Aug 1, 2008
9:06 pm
12207
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...
yanniepa
Offline Send Email
Aug 2, 2008
1:31 pm
12208
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...
zemog200807
Offline Send Email
Aug 2, 2008
1:31 pm
12209
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...
f.m.gomes@...
fmmgomes
Offline Send Email
Aug 2, 2008
1:32 pm
12210
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@...
Send Email
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...
f.m.gomes@...
fmmgomes
Offline Send Email
Aug 2, 2008
2:16 pm
12212
... 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...
schveiguy
Offline Send Email
Aug 3, 2008
2:10 am
12213
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...
lee.weihong
Offline Send Email
Aug 3, 2008
9:37 am
12214
... 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...
mowengineer
Offline Send Email
Aug 3, 2008
2:39 pm
12215
... 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...
Gonzalo A. de la Vega
gadelavega
Offline Send Email
Aug 3, 2008
7:26 pm
12216
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...
yanniepa
Offline Send Email
Aug 3, 2008
10:42 pm
12217
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,...
akacairo
Offline Send Email
Aug 3, 2008
10:42 pm
12218
Southwest Microwave, Inc...here in Tempe Arizona is looking for a GUI developer/consultant...we have the job posted on our web...
Jayne Dickinson
gamineski
Offline Send Email
Aug 4, 2008
4:50 pm
12219
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...
eric.robishaw
Offline Send Email
Aug 4, 2008
5:54 pm
12220
Did you ever figure out the solution? I"m having a similar issue....
eric.robishaw
Offline Send Email
Aug 4, 2008
7:14 pm
12221
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...
charliem_1216
Offline Send Email
Aug 4, 2008
8:54 pm
12222
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...
eric.robishaw
Offline Send Email
Aug 4, 2008
10:27 pm
12223
... 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...
yanniepa
Offline Send Email
Aug 4, 2008
11:22 pm
12224
*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...
Eric Robishaw
eric.robishaw
Offline Send Email
Aug 4, 2008
11:48 pm
Messages 12195 - 12224 of 16538   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help