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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3159 - 3188 of 11366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3159
from www.embeddedarm.com : - In the sample program button.c, there is a reference to /dev/mem. what is this file? any source available ? regards Thomas...
thomas
chh12675
Offline Send Email
Jul 3, 2006
4:34 am
3160
see.... http://www.linuxmanpages.com/man4/mem.4.php or try man mem on the command line of a linux system with the standard man pages. /dev/mem is a pseudo...
Jim Jackson
jimbox51
Offline Send Email
Jul 3, 2006
7:51 am
3161
Thanks Jimmy, What does the statement do: start = mmap(0, getpagesize(), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0x80840000); ragards Thomas ... there is a...
thomas
chh12675
Offline Send Email
Jul 3, 2006
7:59 am
3162
... You want to be carefull - I might be Glaswegian :-) ... on a linux machine with pages try man mmap for the gory details - man pages are also on many web...
Jim Jackson
jimbox51
Offline Send Email
Jul 3, 2006
10:59 am
3163
Hi Rich, I was reading your messages with interest last week and tried some of the commands that you were having problems with, but I was getting normal...
Phil
mccarl1978
Offline Send Email
Jul 3, 2006
1:40 pm
3164
On my system, this problem was caused by inappropriate permissions for / (root). Mine were 666 iirc; I think 755 is more appropriate, and allows non-root to...
Rich Wilson
richw42
Offline Send Email
Jul 3, 2006
2:02 pm
3165
I've develop a driver module for the SSP in SPI slave mode. I 've an interrupt on the SSP fifo to catch the received data. When I work at 850KHz, all work, all...
suptouch
Offline Send Email
Jul 3, 2006
3:15 pm
3166
Rich, Thanks for the info. I looked into what you mentioned and found the same on my board, incorrect permissions. For whatever reasons, running the -ts10...
Phil
mccarl1978
Offline Send Email
Jul 3, 2006
3:16 pm
3167
... Before to change the debian linux, I want to test somme possibilites with the fast boot mode with a bigest initrd ... Jesse, Have you release the fast boot...
suptouch
Offline Send Email
Jul 3, 2006
3:39 pm
3168
Hi, I'm facing the following problem on a TS-7200 board. The board is equipped with the standard TS-linux release and by loading the proper modules I'm able to...
Baschieri Francesco
the_bask
Offline Send Email
Jul 4, 2006
6:46 pm
3169
I am considering serial interface options on a TS-7260. I am looking at some sensors with SPI and I2C interfaces. I know I can use the SPI device, but is there...
linux@...
Send Email
Jul 4, 2006
7:05 pm
3170
Hi all, I've just taken delivery of a ts-7250, what a nice piece of kit. Having booted first using flash, I notice the kernel is 2.4.26-ts11. There doesn't...
Matt Godbolt
themoog5
Offline Send Email
Jul 4, 2006
8:04 pm
3171
Hi! I need to receive 22Mbyte/sec stream (22M 8 bit words per sec). The duration of burst is 30 ms. In case of 16 bit bus, it is 11M 16 bit words per sec. Is...
Evgeny Belyanco
evgeny_cd
Offline Send Email
Jul 4, 2006
9:01 pm
3172
... looking at some ... device, but is ... this application. ... worse case -> you write the adpter driver to use the gpio pins (a small task) on the...
john bogus
bogusemail98230
Offline Send Email
Jul 4, 2006
10:04 pm
3173
Hi, Has anyone used libusb on the TS7260? Any comments on how to go about using that package on the board would be greatly appreciated. Regards Anand S...
Anand S Madhusoodanan
anandmadhuso...
Offline Send Email
Jul 5, 2006
2:31 am
3174
the good ekrnel should be the ts10. You can find it and the modules in the new cd from the FTP : ftp://ftp.embeddedarm.com/ts-arm-linux-cd/ -...
suptouch
Offline Send Email
Jul 5, 2006
9:48 am
3175
Answering my own question here...the ts11 kernel source is available from the root of the Embedded ARM ftp server. Cheers, Matt -==-...
Matt Godbolt
themoog5
Offline Send Email
Jul 5, 2006
11:36 am
3176
hi, I have a factory default TS-7300. in /var/www i've created a hello.php file that contains: <html> <body> <%php echo 'hello world' ; %> </body> </html> now...
Jahan Jamshidi
jahanjamshidi
Offline Send Email
Jul 5, 2006
11:45 am
3177
... Thanks - if the ts10 kernel is the current stable; any ideas why ts11 is the one that shipped with the board? Not a huge issue, I've found the ts11 kernel...
themoog5
Offline Send Email
Jul 5, 2006
12:34 pm
3178
I encountered a similar problem when trying to use the TS-7200 SPI port and I don't think its your software or the way you are trying to set up as the slave....
Brian Newberry
briannewberry2
Offline Send Email
Jul 5, 2006
1:30 pm
3179
... I too am looking for this information (I'd rather not recompile the kernel every time I need to add some exotic USB device), so if find anything out ...
Michael Surran
michael@...
Send Email
Jul 5, 2006
1:38 pm
3180
Thanks, I was hoping it would be easy. If you have code I can look at, I would be very happy to have it. I am just getting ready to get the board, and trying ...
linux@...
Send Email
Jul 5, 2006
1:40 pm
3181
I use RS485 Half-Duplex for many of my applications and it works perfectly. With this option, COM2 is still defaulted to RS232 and there's only a register to...
mathlaj
Offline Send Email
Jul 5, 2006
2:44 pm
3182
Dear brian , What's you're configuration, slave or master ? In slave mode do you use the SPI_FRAME ? When I look with my oscilliscope nothing seem to be...
suptouch
Offline Send Email
Jul 5, 2006
3:16 pm
3183
I use libusb to communicate with a USB interface chip to a 1-Wire network. I'm certainly not a linux expert but, the following may help. To install libusb on...
Dino Sbrocca
sbroccad
Offline Send Email
Jul 5, 2006
3:19 pm
3184
... Why ask here? Why not ask Technologics direct? They don't bite....
Jim Jackson
jimbox51
Offline Send Email
Jul 5, 2006
4:31 pm
3185
Hi, I would really appreciate it if you could send me some source code. I shall try out what you said and chances are it is not going to work the first time...
Anand S Madhusoodanan
anandmadhuso...
Offline Send Email
Jul 5, 2006
4:33 pm
3186
... You probably need to modify your apache config file to run files with .php as an extension through a php interpreter. If php is not installed then you...
Mark Carlson
dextromulous
Offline Send Email
Jul 5, 2006
5:27 pm
3187
Hi, I tried to compile apache 1.3.x with mod_proxy enabled because the stock apache shipped with my ts-7260 does not have it. As others have noticed, building...
Ollie Eisman
ollie_e
Offline Send Email
Jul 5, 2006
5:33 pm
3188
I should have mentioned in my last post that I am using Fedora Core 5 as the platform for cross-compiling and the cross-compile tools for linux from the TS...
Ollie Eisman
ollie_e
Offline Send Email
Jul 5, 2006
5:40 pm
Messages 3159 - 3188 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