Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ts-7000 · TS-7000 ARM SBC

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3637
  • Category: Hardware
  • Founded: Sep 28, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 20837 - 20866 of 22389   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
20866 bdinc2001 Send Email Jul 11, 2011
12:42 am
Hi Jaan, Thanks for your sincere help. I have changed CONFIG_CMDLINE as CONFIG_CMDLINE="console=ttyS0,115200n8&quot;, but there is no change. Still I cannot see...
20865 fred basset
smachin1000 Send Email
Jul 9, 2011
10:20 pm
Hi All, Does anyone have any pointers to sample code to read the analog inputs on a TS-7350? Also I was wondering what the voltage range is on those inputs. ...
20864 Petr Å tetiar
kurvadopicek... Send Email
Jul 9, 2011
11:07 am
... And what would you rather see sir, link to some howto 'howto use google'? :-) ... lsusb, lookup that VID/PID via google etc... If I were you, I would try...
20863 Neil Stone
neil_stone.rm Send Email
Jul 9, 2011
10:26 am
... Hash: SHA1 ... _really_ helpfull output from the kernel after plugging in the USB dongle; [265675.090000] usb 2-2: new full speed USB device using...
20862 J. Langley
jameselangley@... Send Email
Jul 9, 2011
1:30 am
I was able to get a Creative SoundBlaster USB Audio widget to work with very little effort. I'm running a 2.6 kernel though - I'm not sure what kind of ...
20861 Razvan-Ionut Stoian
razvan_ionut... Send Email
Jul 8, 2011
6:32 pm
Almost any cheap USB sound card works fine. Make sure that you have USB audio and OSS(3) enabled in your kernel.  If your Linux doesn't use udev or mdev, you...
20860 walter marvin
walter_b_marvin Send Email
Jul 8, 2011
6:10 pm
my best guess would to be put a codec on a small board and attach to the TWI...
20859 Neil Stone
neil_stone.rm Send Email
Jul 8, 2011
4:56 pm
Greetings peoples.. I want to get audio output from a TS-7550, I am awaiting a USB audio device (not sure of spec etc) Does anyone have any pointers, or better...
20858 Vivint Shetty
vivints Send Email
Jul 8, 2011
11:40 am
I am trying to run a simple Hello World QT program using QT embedded 3.3.4(the recommended version by Technologic). It executes fine, except that any mouse...
20857 jeffwebbuk1 Send Email Jul 8, 2011
10:47 am
... Hi there, Many thanks for your reply - Cracked it in the end, thanks to help from TS themselves :). Set a simple script to 'listen&#39; for when /dev/pts/X...
20856 Kok Hua
kokhuatong Send Email
Jul 6, 2011
6:43 am
Thanks to all of you for pointing out my mistake on the COM port. I can now talk to the Q64 on my TS-7260 via serial port /dev/tts/0, using baud rate of...
20855 Jim Jackson
jimbox51 Send Email
Jul 5, 2011
4:45 pm
... ^^^^^^^^^^^ You have to be very very careful about using words like COM1/COM2 etc. /dev/ttyAM0 /dev/ttyAM1 have NOTHING to do with the GSM board. They are...
20854 Jim Jackson
jimbox51 Send Email
Jul 5, 2011
4:39 pm
... what you see is what you get - The page address returned by the mmap call. You see that in actual fact PBDR IS start+0x4 and PBDDR IS start + 0x14 If you...
20853 Don Tucker
Rekcut_Nod Send Email
Jul 5, 2011
4:07 pm
I think Simon is right. I use the TS-GSM1 with the TS-7260. The TS-GSM1 connects to the TS-7260 through the ISA bus. COM2 (/dev/ttyAM1) is a separate header on...
20852 Simon Leung
simonleung@... Send Email
Jul 5, 2011
3:45 pm
... When I used TS-GSM1 on TS7800, the device file is not ttyAMx. I had to use ttts4. Not too sure about TS7260....
20851 Don Tucker
Rekcut_Nod Send Email
Jul 5, 2011
2:14 pm
Thanks, Mahendiran. I know that this portion of my code works, since the program will wait forever until I ground DIO1 pin 1, as it should. Don...
20850 Don Tucker
Rekcut_Nod Send Email
Jul 5, 2011
2:11 pm
Thanks, Jim. I changed PBDR and PBDDR from unsigned int to unsigned char. PBDR, and PBDDR look like what I would expect, but I'm not sure what I should be...
20849 Kok Hua
kokhuatong Send Email
Jul 5, 2011
10:52 am
Hi, all ... $ ./picocom /dev/ttyAM1 picocom v1.6 port is : /dev/ttyAM1 flowcontrol : none baudrate is : 9600 parity is : none databits are...
20848 Jaan
jaan_r Send Email
Jul 5, 2011
9:19 am
Hi, My guess would be that you have no parameters set in make menuconfig -> boot options -> default kernel command string. To see why it just hangs, add...
20847 bdinc2001 Send Email Jul 4, 2011
11:14 pm
Hi, I am working on ts-7800 and would like to use kernel 2.6.23 or later. For this purpose I have tried to compile the kernel from...
20846 naturalwatt Send Email Jul 3, 2011
3:44 pm
... The xuartctl line as you have it sets up so that standard input is sent to the port and conversely bytes read from the serial port are sent to standard...
20845 Jim Jackson
jimbox51 Send Email
Jul 3, 2011
12:08 pm
... ^^^^^^ surprized no one picked me up. I meant the 5th integer....
20844 mahendiran gopal
gmahendiran Send Email
Jul 2, 2011
1:09 pm
Hi, Remove the below code in your program and compile then try it will work. state = *PBDR; // read initial state while (state & 0x01) { // wait until button...
20843 Jim Jackson
jimbox51 Send Email
Jul 2, 2011
8:48 am
As I said in another thread only the other day, you have to be carefull when using integer pointers[1]. Change your pointers to "unsigned char *" from...
20842 Petr Å tetiar
kurvadopicek... Send Email
Jul 2, 2011
7:33 am
... Maybe you should ask their support instead of whinning here? :-) With a decent kernel, you could use in-kernel gpio[1] library. 1....
20841 Rekcut_Nod Send Email Jul 1, 2011
8:15 pm
I am even seeing the same behavior using TS's scripts in ts7xxx.subr (ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/binaries/ts-scripts/ts7xxx.subr). No...
20840 Rekcut_Nod Send Email Jul 1, 2011
4:46 pm
I'm attempting to run the TS sample from: ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/samples/button.c modified slightly to toggle output on the DIO1...
20839 Donal O'Connor
wap_surfer Send Email
Jul 1, 2011
4:12 pm
Hey, I attempted to get the directfb working with the EABI but it was a struggle and I hadn't time so I stopped after a day or 2. I'm interesting in seeing if...
20838 Jimmi Engh
jimmi.engh Send Email
Jul 1, 2011
3:58 pm
Hello all, we've been fiddling around with the TS-7395 board for a couple of months. At first we thought it was a bit slow and some searching on the net landed...
20837 jeffwebbuk1 Send Email Jul 1, 2011
11:59 am
Hi all, First up, I'm a novice when it comes to UART stuff so please be kind :) I've been developing on a TS-7550. I've connected the rs232 to an external...
Messages 20837 - 20866 of 22389   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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