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.

Messages

  Messages Help
Advanced
Messages 3547 - 3576 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3547
Hi, posted a similar request a few weeks ago but after help still not getting a handle to the PLD registers of the video card. Once problem was that i needed...
mattsaintdev
Offline Send Email
Sep 1, 2006
1:06 pm
3548
You proplem is this line: if ((int)pld_regs=-1) { should be: if ((int)pld_regs == -1) { Your line asignes -1 to pld regs (overwriting the pointer you...
Don W. Carr
carrdonw
Offline Send Email
Sep 1, 2006
1:58 pm
3549
I used the patch for the ts11 kernel... worked for me. "mathlaj" <mlajoie@...> Sent by: ts-7000@yahoogroups.com 08/31/2006 01:46 PM Please respond to...
sjanisch@...
sejmke
Offline Send Email
Sep 1, 2006
2:31 pm
3550
i've solved my problems: a) the board is labeled kind of funny. even there are 7 settings for the jumper only numbers 1-6 are written on the pcb. what i...
Mihai
iiahim
Online Now Send Email
Sep 1, 2006
2:33 pm
3551
Search previous posts for the use of the "volatile" keyword. -Curtis....
Curtis Monroe
curtis934x
Offline Send Email
Sep 1, 2006
4:07 pm
3552
... Good question, however we were on Lake Michigan in August; the water temperature (it was in an airtight cannister 4m below the surface) never dropped below...
Tom Hansen
rockviolin
Offline Send Email
Sep 1, 2006
4:28 pm
3553
I'm trying to install the latest NetBSD 3.0.1 onto a TS-7260. Everything worked great until the very last step: RedBoot> fis create -b 0x00200000 -f 0x60660000...
Tom Hansen
rockviolin
Offline Send Email
Sep 1, 2006
5:26 pm
3554
... Patience is a virtue. I should have waited for a response. I decided to try the following: RedBoot> fis write -f 0x60660000 -b 0x00200000 -l 0x160000 It...
Tom Hansen
rockviolin
Offline Send Email
Sep 1, 2006
6:04 pm
3555
You might try my SerialBlaster utility (search old posts). I built it for a TS-7250 but it might still work for the TS-7260. Or you can send it back to TS for...
Curtis Monroe
curtis934x
Offline Send Email
Sep 1, 2006
6:45 pm
3556
... I'm not sure if this helps, but here goes... I have a TS-7200 that was having a software compatibility issue, and Eddie told me to install a newer copy of...
Joe Bouchard
joedebian
Offline Send Email
Sep 1, 2006
6:59 pm
3557
I have been stuck for the past several days with a module versioning problem and I hope someone on this list can point me in the right direction. I have...
Ollie Eisman
ollie_e
Offline Send Email
Sep 1, 2006
8:22 pm
3558
1) how do you copy a sd card from one to another dd if=/dev/sdcard0/disc0 of=/dev/sdcard1/disc0 fails 2) Is there documentation as to the partition types and...
Dave Cramer
DaveCramer_58
Offline Send Email
Sep 1, 2006
8:33 pm
3559
Hi Dave, ... Check ouut: http://www.seiner.com/ts7000/index.php/ Copying%20Boot%20SDCard This lists how to copy the SD boot card to the other slot (and expand ...
PeterElliot
Offline Send Email
Sep 1, 2006
10:15 pm
3560
Thanks to everyone for your helpful suggestions- I will try SerialBlaster and if that doesn't work, I'll try the daughterboard option. However, I still have...
Tom Hansen
rockviolin
Offline Send Email
Sep 1, 2006
11:56 pm
3561
OpenVPN which is very cool for this device requires the TUN/TAP driver Is it possible to get a build with this ? Dave...
Dave Cramer
DaveCramer_58
Offline Send Email
Sep 2, 2006
1:02 am
3562
I just ran into the 'host unknown' problem where other have loaded libresolv.so.2. I noticed that my board has libresolv-2.3.2.so. I just linked libresolv.so.2...
Neil Cherry
ncherry@...
Send Email
Sep 2, 2006
4:35 pm
3563
I was able to get the board booting into Redboot from flash again by doing the following: ("Host" refers to the PC being used to rescue the board, "Board" ...
Tom Hansen
rockviolin
Offline Send Email
Sep 2, 2006
5:21 pm
3564
WOW you made fast progress. A couple quick notes: .org 2048 @ ensures the file is 2k in size. (no more, no less) .end The .org command is there to cause an...
Curtis Monroe
curtis934x
Offline Send Email
Sep 2, 2006
11:32 pm
3565
Does anyone have an example of how to compile device drivers for the TS-7xxx? I have several devices I'd like to use on the board but no idea how to cross...
Neil Cherry
ncherry@...
Send Email
Sep 3, 2006
2:22 pm
3566
Neil, You have to setup the cross-compiler tools first, http:// www.seiner.com/ts7000/index.php/CrossCompileTools then I'd suggest writing a simple...
Dave Cramer
DaveCramer_58
Offline Send Email
Sep 3, 2006
2:42 pm
3567
Answering my own email. the tun/tap drivers are in the debian linux, however the device is not created. I tried this in the boot linux but it doesn't work. Nor...
Dave Cramer
DaveCramer_58
Offline Send Email
Sep 3, 2006
2:43 pm
3568
... Already done, hello world works quite well compiled on my x86 box and run on the board. ... I'm hoping to have the TS/Linux kernel (2.4.26) directory...
Neil Cherry
ncherry@...
Send Email
Sep 3, 2006
7:01 pm
3569
... Yeah, once you put them into the modules directories and look at the make files there, you should see how they compile The switches are a little different...
Dave Cramer
DaveCramer_58
Offline Send Email
Sep 3, 2006
11:49 pm
3570
I am very confused about how the A/D works on the 7250. Reading the Linux Developers Manual it talks about an a2d_driver.o, which is not present in the...
naturalwatt
Offline Send Email
Sep 4, 2006
1:15 pm
3571
Hello everybody, Iam currently working on a project involving TS-7260. I have a GPS sensor which sends out a stream of data and I wrote a C code to just get...
jr
rockingaries
Offline Send Email
Sep 4, 2006
1:16 pm
3572
... Busybox is giving me trouble, haven't figure out exactly what the problem is. I get; /home/njc/stuff/busybox-1.2.1/modutils/modutils.a(insmod.o) ... I...
Neil Cherry
ncherry@...
Send Email
Sep 4, 2006
1:20 pm
3573
I am trying to build a cross compiler to run on SUSE Linux for use with the ts-7260. can anyone recommend a good combination of versions (gcc, glibc, and ...
linux@...
Send Email
Sep 4, 2006
1:45 pm
3574
You should just download and install the one on the website. You need to match the kernel and library version. Just easier to use the one supplied by TS. Don. ...
Don W. Carr
carrdonw
Offline Send Email
Sep 4, 2006
2:46 pm
3575
I am very confused about how the A/D works on the 7250. Reading the Linux Developers Manual it talks about an a2d_driver.o, which is not present in the...
naturalwatt
Offline Send Email
Sep 4, 2006
4:03 pm
3576
Many apologies! I wanted to create a single topic, but I think I created it as a reply to another topic. Now I am getting mail failure notifications, so I...
naturalwatt
Offline Send Email
Sep 4, 2006
5:34 pm
Messages 3547 - 3576 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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