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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4153 - 4182 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4153
Ok, well, I hope the end result is that we have an initial implementation from TS supporting a couple of different chips, and some software contributed from...
Don W. Carr
carrdonw
Offline Send Email
Nov 1, 2006
2:43 pm
4154
Hello Jim, It was not directly the answer that I expected for my question. I have studied the schematics of the TS-7200 as well the MAX 192 datasheet, from...
Per-Olof
per-olof.astrom@...
Send Email
Nov 1, 2006
2:58 pm
4155
... I have been using multiple configurations on a ts-7260 with no real problems. My default configuration is to load a kernel named 'mk' from the on-board ...
mark_s@...
a912312
Offline Send Email
Nov 1, 2006
3:00 pm
4156
Hello, ... I believe the MBR is the first 512 bytes of the SD card, the first partition contains the kernel, the second partition contains the initial ramdisk,...
Eddie Dawydiuk
dawydiuk
Offline Send Email
Nov 1, 2006
4:56 pm
4157
The TS7300 use a special physical distribution on the SD card. I can't find a good guide to build it from scratch but i'll left the info i collect, if anyone...
Alvaro Aguirre
alvaro.aguirre
Offline Send Email
Nov 1, 2006
5:05 pm
4158
================= main.c #include <stdlib.h> #include <stdio.h> #include "analog_in.h" void main(void) { int loop; InitAnalogIn(); for(loop=0;loop<8;loop++) ...
Daniel Perron
danjperron
Offline Send Email
Nov 1, 2006
6:02 pm
4159
... on-board ... usually ... What I was hoping for is something along the lines of grub... I will be visiting a potentially large client who will want to see...
Yan Seiner
cptdondo
Offline Send Email
Nov 1, 2006
6:20 pm
4160
Has anybody tested the throughput of a WiFiBox used simply as a wireless-to-ethernet bridge or AP? Thanks....
sjhunyady
Offline Send Email
Nov 1, 2006
6:59 pm
4161
Joe, I'm using a ts-7260 and the IOGear USB 2.0 WiFI Adapter that technologic shipped me. My kernel is 2.4.26-ts11. Here's what iwconfig says: iwconfig...
gunghoiguana
Offline Send Email
Nov 1, 2006
9:34 pm
4162
I'm no expert, but it appears you have 13 access points in your area, all with the same ESSID but different channels and different MACs. Perhaps your adapter ...
Joe Bouchard
joedebian
Offline Send Email
Nov 1, 2006
10:41 pm
4163
Hi all, Whenever i run "make modules_install INSTALL_MOD_PATH=/path_to_directory" it fails and i get the following messages: depmod: ELF file ...
David Kadjo
encloymisseur
Offline Send Email
Nov 2, 2006
8:32 am
4164
... Sorry but it's as simple as RTFM. It's in the ts7200 manual - "single sample acquisition procedure" under the A/D Converter sections. The same manual entry...
Jim Jackson
jimbox51
Offline Send Email
Nov 2, 2006
12:10 pm
4165
... Yep, it is running the hosts depmod which expects to find, I guess ia32 elf files for the modules - instead it finds arm elf files! The modules are...
Jim Jackson
jimbox51
Offline Send Email
Nov 2, 2006
12:16 pm
4166
... Also, if you download and unpack the busybox tarball, there is a neat perl script called depmod.pl which will create the appropriate modules.dep for your...
Yan Seiner
cptdondo
Offline Send Email
Nov 2, 2006
1:28 pm
4167
If you use a multimeter you will see that the HBEN of the max197 is connected to ISA_AD000 (pin 60 of the xilink's I.C.) This is on the TS-7200. This is why...
danjperron
Offline Send Email
Nov 2, 2006
2:07 pm
4168
It seems to be working fine when assigned to a particular AP. Good call. I'm going to experiment a bit and see if different adapters don't have this problem,...
gunghoiguana
Offline Send Email
Nov 2, 2006
3:27 pm
4169
depmod can't run properly in a cross compile environment. I always run it on my ts7200 when I'm done, it creates System.map so it's not totally necessary. ...
Jason Stahls
j_stahls
Offline Send Email
Nov 2, 2006
3:27 pm
4170
... Ok, that was a releif, however a normal process would be that a scematic directly reflect the PCB when a normal designtool is used. I did not find the MSB...
Per-Olof
per-olof.astrom@...
Send Email
Nov 2, 2006
3:28 pm
4171
Ok, those shematics on the TS web is a little bit obsolete..... ... -- ''~`` ( o o ) +--------------.oooO--(_)--Oooo.--------------+ ... ...
Per-Olof
per-olof.astrom@...
Send Email
Nov 2, 2006
3:33 pm
4172
... Excellant tip Yan. Thanks...
Jim Jackson
jimbox51
Offline Send Email
Nov 2, 2006
5:24 pm
4173
... AFAIK the external ADC has to be fitted by technologics - it's more than just pluggin in a max197. Maybe someone from technologics could confirm?...
Jim Jackson
jimbox51
Offline Send Email
Nov 2, 2006
5:27 pm
4174
Thanks guys I'll try your ideas. I let y'all know how it goes. Thanks ... /TS_Debian/lib/modules/2.4.26-ts10/kernel/net/bluetooth/rfcomm/rfcomm.o...
David Kadjo
encloymisseur
Offline Send Email
Nov 2, 2006
5:41 pm
4175
As a simple user I'm used to view the monitor suspend after a number of minutes inactive. As a developer i notice i don't know the whole mechanism involved on...
Alvaro Aguirre
alvaro.aguirre
Offline Send Email
Nov 2, 2006
6:07 pm
4176
... not ... the AD and ... more than ... confirm? ... Confirmed. The CPLD has a different load depending on whether the ADC is populated or not. We want you...
Jesse Off
jesseoff
Offline Send Email
Nov 2, 2006
6:53 pm
4177
There was a program in Linux called "setterm" that does this. Until I found that program, I was just manually removing the lines of code for powering off the...
Jesse Off
jesseoff
Offline Send Email
Nov 2, 2006
6:58 pm
4178
I agree that it doesn't work. I'm trying a slightly different method, but I get a message saying permission is denied when I try to broadcast to my subnet. ...
gcworrell
Offline Send Email
Nov 2, 2006
9:14 pm
4179
Here's another obscure one: On the ts-7260, what's the word on setting jumper JP2 (the console enable) while the board is on? Is that safe? I ask because I...
gunghoiguana
Offline Send Email
Nov 2, 2006
9:15 pm
4180
I asked them about mounting a max197 myself when buying my TS-7200 some time ago and they said that it wasn't possible to mount it afterwards. Regards Per...
Per Öberg
oberg_at_isy
Offline Send Email
Nov 2, 2006
9:16 pm
4181
I am trying to disable the nagle algorithm, but I am getting this error. Does that mean that it is already disabled? What are the defaults? TS7260 Debian 3.1 ...
Asher Hoodin
a_hoodin
Offline Send Email
Nov 2, 2006
9:19 pm
4182
Hi all, I have a 7250 board and am looking to generate a 25Khz square wave on a DIO pin. I am also running debian linux from a USB flash drive. I am able to...
yasbug
Offline Send Email
Nov 2, 2006
9:23 pm
Messages 4153 - 4182 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