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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 312 - 341 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
312
Hi Andrew, ... Sorry, didn't mean to sound harsh, the problem of too many emails and too little time. And like you I'm mostly a s/w guy, so if a real...
Jim Jackson
jimbox51
Offline Send Email
Dec 1, 2004
8:12 am
313
Hi all, When I've been able to snatch some free time, I've been working on some code to provide simple scripted reading and control of the 9 data pins on the...
Jim Jackson
jimbox51
Offline Send Email
Dec 1, 2004
9:44 am
314
Actually, I'm working on adding enough to the eCos port to be able to write/debug applications. Most of the interrupt functions (in ts7200_misc.c) were empty,...
Frank Pagliughi
fpagliughi
Offline Send Email
Dec 1, 2004
4:08 pm
315
Just an update on this. There is a discussion on the linux cirrus mailing list about this as well at http://www.freelists.org/archives/linux-cirrus/11-2004/ ...
Jesse Off
jesseoff
Offline Send Email
Dec 1, 2004
4:56 pm
316
Hell, does anyone have a correct .config for the ts-7200? I cannot seen to generate one that correctly configs for the ts-7200. thanks bv...
brucevicknair
Offline Send Email
Dec 1, 2004
5:24 pm
317
There's one in the kernel source tree itself in arch/arm/def-configs/ts7200. You can enable it with: make ts7200_config make oldconfig Then edit it with: make...
Jesse Off
jesseoff
Offline Send Email
Dec 1, 2004
5:52 pm
318
It looks like the following patch to the kernel fixes (for the most part) the horrible time drift. Apply this patch to include/asm-arm/arch-ep93xx/time.h and...
Jesse Off
jesseoff
Offline Send Email
Dec 1, 2004
8:09 pm
319
... Any prospect of this happening in the near future? USB disks seem to work fine but as USB is only full speed, transfer rates aren't great - I get 0.8mb/s...
Andrew Taylor
litoria2002
Offline Send Email
Dec 1, 2004
11:22 pm
320
Hi All, I am trying to compile a linux kernel (2.4.23 - kernel.org) for TS7200, but I cant find the apropriate patch for ARM in ARMEmbedded web site. As I...
Ronald Gomes
automatisarg
Offline Send Email
Dec 2, 2004
8:08 pm
321
You will probably not find any patches for the TS-7200 against generic Linux or even generic Linux-ARM. These projects are not yet aware of the still...
Jesse Off
jesseoff
Offline Send Email
Dec 2, 2004
8:57 pm
322
Hi all, I am trying to add a device driver to the TS-7200 board and I am having allot of trouble. I have never worked with drivers so I do not know what I am...
pelletierbrad
Offline Send Email
Dec 6, 2004
9:49 pm
323
What exactly do you mean by trying to add a device driver? Are you trying to install one? Or write your own? "pelletierbrad" <pelletierbrad@ya To:...
Andrew Bealing
andrew_bealing
Offline Send Email
Dec 6, 2004
9:52 pm
324
I have writen a driver but I do not understand how to get it to work on the board. Do I just put my driver in a directory, like /dev or /bin or /proc or what? ...
pelletierbrad
Offline Send Email
Dec 6, 2004
10:04 pm
325
Is it a character or block device driver? //Jesse Off...
Jesse Off
jesseoff
Offline Send Email
Dec 6, 2004
10:11 pm
326
I'm puzzled as how you managed to write a device driver without understanding how it integrates with Linux? Could you explain in more detail how your driver...
Andrew Bealing
andrew_bealing
Offline Send Email
Dec 6, 2004
10:14 pm
327
My driver is for a LCD display, I think it would be a character driver. Brad ... board....
pelletierbrad
Offline Send Email
Dec 6, 2004
10:21 pm
328
I wrote the driver following an example in a book. I did use insmod to load the driver, but when I type cat /proc/lcd nothing is displayed. I expected to see...
pelletierbrad
Offline Send Email
Dec 6, 2004
10:41 pm
329
First, check that the entry /proc/lcd exists (ls -l /proc). If it does it means your driver is loaded ok, so that's a good start. Assuming it's loaded, when...
Andrew Bealing
andrew_bealing
Offline Send Email
Dec 6, 2004
10:57 pm
330
I'm off for a nice long lunch, and some wine, in the sun on this glorious summer day!. If you'd like to post your code I may look at it tomorrow if you like...
Andrew Bealing
andrew_bealing
Offline Send Email
Dec 6, 2004
11:02 pm
331
Thank you Andrew, That is what I expected, but I do not see it working that way I am going over my code again to see if I missed somthing or if I did anything...
pelletierbrad
Offline Send Email
Dec 6, 2004
11:16 pm
332
... From what we've learned so far, we can guess that this driver will likely interface to one or more entries in /dev. These are the file system nodes (e.g....
Andy Warner
andyw_lala
Offline Send Email
Dec 6, 2004
11:21 pm
333
The lcd driver idea does not seem to be working so I thought I would try to take the functions that I have created and make them into a lcd_lib.a file that I...
pelletierbrad
Offline Send Email
Dec 7, 2004
7:47 pm
334
... try to take ... file that I could ... Typed in "how to make a linux library into" google and got the following... ...
vocemanago
Offline Send Email
Dec 7, 2004
8:01 pm
335
Thank you, I think this will work. Brad...
pelletierbrad
Offline Send Email
Dec 7, 2004
8:13 pm
336
Hi All, I've enjoyed reading many of the posts here. Thx to Jesse for all the help. I'm trying to get the Maverick Crunch instructions working on the EP9302. I...
trb
Offline Send Email
Dec 8, 2004
2:33 am
337
You probably want to make sure you (and crosstool) compiles with the -maverick-fix-invalid-insns GCC option. The default in GCC is to not. //Jesse Off...
Jesse Off
jesseoff
Offline Send Email
Dec 8, 2004
4:56 pm
338
I also highly suggest you get the book, Building Embedded linux systems from Orelilly publishing. ISBN number 0-596-00222-X it covers lots of these issues...
Tim
timgray.geo
Offline Send Email
Dec 8, 2004
6:22 pm
339
Out of curiousity, will the stock linux in the 8Meg flash be able to mount a FAT CF card insterted into it? T....
vocemanago
Offline Send Email
Dec 8, 2004
7:49 pm
340
Yep. It supports vfat and ext2. "vocemanago" <vocemanago@yahoo To: ts-7000@yahoogroups.com .com> cc: Subject: [ts-7000]...
Andrew Bealing
andrew_bealing
Offline Send Email
Dec 8, 2004
7:51 pm
341
hello again, i have been able to manage-complie the kernel fine. Now i want to test the redboot build. I have looked at a lot of code and ecos docs but still...
brucevicknair
Offline Send Email
Dec 8, 2004
9:37 pm
Messages 312 - 341 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