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 28 - 58 of 16528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28
I see a ttyAM2 in the dev listing, and I am wondering, if it has some purpose? I have an Edgeport USB device plugged in. It appeared to work the first time I...
vocemanago
Offline Send Email
Oct 1, 2004
5:25 pm
29
ttyAM2 is a no-connect. The EP9312 processor has a third serial port but not the EP9301. A little known fact is that Cirrus uses the same silicon for each of...
Jesse Off
jesseoff
Online Now Send Email
Oct 1, 2004
6:21 pm
30
We're releasing a new TS-BOOTROM that fixes a couple of oustanding issues: * TS-5620 real-time clock 24 hr and BCD mode initialization issues * Workaround for...
Jesse Off
jesseoff
Online Now Send Email
Oct 1, 2004
11:31 pm
31
Hello, I considering to buy this SBC but I have a question before make the step. My goal with this board is to learn how to build an embedded system from...
louis_b_lgueux
Offline Send Email
Oct 3, 2004
1:44 pm
32
Hi Louis-B! What a great goal learning to build an embedded system from scratch! I've been on the journey of building embedded linux systems from scratch too....
trb
Offline Send Email
Oct 3, 2004
2:09 pm
33
There would be no problem in erasing the entire flash (including TS-BOOTROM) and doing something from scratch. Why anyone would want to erase the bootrom or...
joff@...
jesseoff
Online Now Send Email
Oct 3, 2004
4:43 pm
34
Jesse, ... would ... even ... Is there a TS-7200 driver going to become available for this device? ;-) PJE...
PeterElliot
Offline Send Email
Oct 3, 2004
10:52 pm
35
Jesse, Excellent response. Thanks for the prompt and accurate response. My bad on the CPLD versus FPGA. Here's a couple of points: 1) The original poster said...
Tommy B
trb
Offline Send Email
Oct 4, 2004
1:21 am
36
Ok, If by *build from scratch* I mean: 1) compile a toolchain for cross-dev. with binutils, gcc and glibc. 2) build a new kernel with a version of linux found...
louis_b_lgueux
Offline Send Email
Oct 4, 2004
3:10 am
37
Louis, The ts-7xxx would be a GREAT board by your definition below. If you want to build your own tool chain then I highly recommend croostool. My...
Tommy B
trb
Offline Send Email
Oct 4, 2004
3:55 am
38
... Yes. Though you'll probably want to build it from the sources we provide. ... Yes, I personally patched the redboot/eCos to support the compact flash. You...
Jesse Off
jesseoff
Online Now Send Email
Oct 4, 2004
4:18 pm
39
I am looking to add sound to the TS-7200 for speech synthesis. Pc-104 soundcards are insanely priced so I was looking at adding a pc104 to isa adapter and...
Tim
timgray.geo
Offline Send Email
Oct 5, 2004
10:43 am
40
has anyone tried to write an app or driver to access they keypad GPIO inputs on the TS-7200??...
Tim
timgray.geo
Offline Send Email
Oct 5, 2004
10:44 am
41
Actually, I just wrote a program last night for reading a 4x4 matrix keypad attached to the DIO header. I'll attach it in this email. It just spews whatever...
Jesse Off
jesseoff
Online Now Send Email
Oct 5, 2004
4:30 pm
42
You probably will have some trouble. Intel has IO space and memory space and ARM only has memory space. Also, Intel IO space has the quirk that two...
Jesse Off
jesseoff
Online Now Send Email
Oct 5, 2004
5:15 pm
43
I received my TS-7200 yesterday . . . I feel like a kid opeining presents at Christmas! I got it with the battery-backed realtime clock option. However, I ...
Ron Clough
khufuca
Offline Send Email
Oct 5, 2004
6:50 pm
44
Can you email that attachment to me directly (timgray.geo@...) it did not come through in the digest format of this email group. thanks. ... It just...
Tim
timgray.geo
Offline Send Email
Oct 5, 2004
7:24 pm
45
... I placed the keypad.c file in the Files section of the forum (as well as TS-BOOTROM.bin) PJE...
PeterElliot
Offline Send Email
Oct 5, 2004
7:37 pm
46
There are two 8-bit registers. In physical space, they are: #define RTCIDX 0x10b00000 #define RTCDATA 0x11700000 I've already patched the kernel we ship for...
Jesse Off
jesseoff
Online Now Send Email
Oct 5, 2004
9:04 pm
47
I turned my TS-7200 on today and it won't boot up. I'm connected to COM1 using the null modem cable that came with the dev kit. HyperTerm configuration is...
Ron Clough
khufuca
Offline Send Email
Oct 5, 2004
9:21 pm
48
You have to update the bootrom. First you'll need to boot without the RTC (or with JP2 [console enable] off) After that, follow the procedure described in...
Jesse Off
jesseoff
Online Now Send Email
Oct 5, 2004
9:53 pm
49
Thanks Jesse. I'm up and running (with the RTC removed). I'm having trouble updating the bootrom. I hope you'll bear with me, I'm fairly new to Linux. I'm...
Ron Clough
khufuca
Offline Send Email
Oct 6, 2004
12:52 am
50
Noticed this message on dmesg... curious if it is important. VFS: Disk change detected on device 03:00 /dev/ide/host0/bus0/target0/lun0: p1 My cursory look...
vocemanago
Offline Send Email
Oct 6, 2004
2:15 pm
51
Since the onboard flash image uses devfs, the device node you're looking for is actually /dev/ide/host0/bus0/target0/lun0/part1 which is the equivalent to...
Jesse Off
jesseoff
Online Now Send Email
Oct 6, 2004
4:59 pm
52
Is the TX/RX switching for the half duplex RS485 taken care of by the serial driver in the kernel automatically or do I have to switch the transmit and recieve...
Tim
timgray.geo
Offline Send Email
Oct 6, 2004
5:11 pm
53
... I see this message all the time and it seems benign. I'm guessing its Linux's IDE driver trying to send an ATA command that isn't supported or answered...
Jesse Off
jesseoff
Online Now Send Email
Oct 6, 2004
5:20 pm
54
... its ... supported or ... It is interesting that you said that because one of the things I read was that the message was comented out on a new version of...
vocemanago
Offline Send Email
Oct 6, 2004
6:20 pm
56
I have attached this device to the TS-7200 and it seemed to function when plugged in (dmesg reported the device, a file was created under /dev/usb/tts/0). I...
vocemanago
Offline Send Email
Oct 6, 2004
7:19 pm
57
Its really up to the driver if it doesn't want all your input at once and up to application to oblige. 64 bytes is small, but I bet theres a reason for it....
Jesse Off
jesseoff
Online Now Send Email
Oct 6, 2004
7:29 pm
58
... once and ... a reason ... converter. The ... management ... in a ... That makes sense, I adjusted to a simple while loop for testing and just wait till...
vocemanago
Offline Send Email
Oct 6, 2004
8:00 pm
Messages 28 - 58 of 16528   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