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...
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...
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...
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...
... 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...
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...
... 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...
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...
... 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...
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...
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...
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 ...
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...
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@...
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" ...
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...
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@...
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...
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...
... 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@...
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...
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...
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...
... 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@...
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@...
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. ...
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...
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...