Hi, I wanted to compile my own version of the 2.6 kernel for the TS-7350 board and ran into some difficulties. I downloaded the kernel source and an eabi...
12461
Steve Longerbeam
steve.longer...
Sep 1, 2008 10:45 pm
Hi, maybe someone has already done this, but attached is a RTC driver for the DS1685/1687 RTC chip. The main driver is platform-independent code at...
12462
Alexander Clouter
alex@...
Sep 1, 2008 11:10 pm
... It would probably be worth mainlining your rtc-ds1685.c independently. ... What 'TS780039; do you have, the RTC chip on mine is a M48T86PC1 affair that is ...
12463
Frank
frankuzz
Sep 2, 2008 12:34 am
I didn't get any explicit 'permission39; complaints either. You might just want to doublecheck the permissions on the root directory. ls -al / If you don't see...
12464
Yuping Dong
yupingdong
Sep 2, 2008 2:26 pm
Hi Frank, Thanks! There is 'x' on each root displayed with ls -al /. I solved this problem by just creating a 'home' directory under /. Now I can create new ...
12465
Fred
damotclese
Sep 2, 2008 4:26 pm
... How about displaying the value of errno to see what other information might be available? errno should be one of the following problems: EACCES The...
12466
Randall Philipson
rtphilipson
Sep 2, 2008 4:39 pm
Has anyone got the the TS-7kV running with the TS-7800 runing the 2.6 kernel. when I modprobe ts7kvfb I get the following errors; fb: Unknown symbol...
12467
Steve Longerbeam
steve.longer...
Sep 2, 2008 4:52 pm
Hi Alexander, Looking at this schematic for the TS7800: http://www.embeddedarm.com/documentation/ts-7800-schematic.pdf shows the RTC chip as a DS1687. That's...
12468
Alexander Clouter
alex@...
Sep 2, 2008 5:08 pm
Hi, ... I have the same schematic (downloaded months ago) as you and seems mislabelled. Probably pin compatible and cheaper so they went for the M48T86PC :) I...
12469
sccjazz1
Sep 2, 2008 8:41 pm
... permission ... pathname, ... reached. ... device ... be ... directory ... link. ... no ... process ... file ... access ... held ... Thank you Fred for...
12470
williampdev
Sep 3, 2008 1:56 pm
Maybe I'm slow, but if the built-for-ARM GdbServer from the TS supplied SD Card doesn't work, why will a copy of GdbServer I build myself be any different? ...
12471
janne.kario
Sep 3, 2008 7:20 pm
I'm running into trouble with my TS-7620 and TS-GSM1. Everything is working smoothly to the point where the modem needs to interact with the network. I can...
12472
gpimentel074
Sep 4, 2008 10:36 am
Hi, i'm trying to compile a new kernel image with the embedded arm kernel source code, but without success... I have generated the zImage and i have copy it to...
12473
josmare
Sep 4, 2008 10:54 am
Hello, Has anyone got the dhcp server (udhcpd) for the wireless network working with the ts7260, kernel 2.4.26ts11? I have managed to get the board working as...
12474
MAGGEN ENDRAN
maggendran_84
Sep 4, 2008 10:54 am
Hi, I would like to know the list of camera (spcaxx) which can be used with TS7800 SBC. So i really need help 2 choose better camera. Thanks, MaC Dapatkan nama...
12475
sywatec
Sep 4, 2008 12:10 pm
Hello, does anyone know what's the right io addresses of pld,fpga,video io for the ts7kv used together with a ts7800? (it's not the 0x11e0000). thanks markus...
Hi guys, Got some questions: 1. Is it possible to recompile debian-arm kernel on the SD card for TS-7260? 2. Have any of u guys did that? 3. Is there any...
12478
oemuerhan
Sep 5, 2008 5:46 am
... for ... since...
12479
oemuerhan
Sep 5, 2008 5:51 am
I apologize for my previous e-mail. I guess yahoo's new editor corrupted it. see my comments below ... gdbserver was built had some issues. What you say...
12480
Stephan
sfabel
Sep 6, 2008 12:28 am
Hello group, I would like to use a PC running Linux and Eclipse to connect to the TS-7800. I know that on the SD card, there is a Windows Partition containing...
12481
sccjazz1
Sep 6, 2008 4:44 am
Hi, I've designed a html web page GUI, with buttons that invoke C executables to control GPIO on my ts-7260. This works very nice. After the C executable is...
12482
Alexander Clouter
alex@...
Sep 6, 2008 8:10 am
Hi, ... This is a CGI (but more fundementally just an HTTP/HTML question) and has nothing to do with: 1) embedded systems 2) the TS-7xxx series of ARM board 3)...
12483
janne.kario
Sep 6, 2008 1:34 pm
... JP7 solved the problem....
12484
PeterElliot
Sep 6, 2008 3:06 pm
Alex, He was asking a question relating to his TS-7260... I filter out and delete messages which are not specific to this group, but I feel that Steve's post...
12485
Theodore A. Roth
dredunit
Sep 6, 2008 3:29 pm
... You need to use javascript to do this. Write an 'onClick39; event handler and attach it to the button. Best if the button does not have type=submit. Use the...
12486
naturalwatt
Sep 6, 2008 6:53 pm
... I strongly suspect you are right. I had a GSM card, and it would reboot whilst trying to log onto the GSM network. The thing was trying to draw over 3...
12487
Alexander Clouter
alex@...
Sep 6, 2008 7:36 pm
Hi, ... However in completely in inappropriate place. He would be suffering the same issue if he was using a quad-core Pentium thingy-mcwhatsit or...
12488
sccjazz1
Sep 6, 2008 9:01 pm
... after ... have ... the ... using ... the ... user ... and-dojo/ajax-transports ... Hi Ted, Thank you very much for the info. I will definately look into...
12489
Yuping Dong
yupingdong
Sep 7, 2008 6:18 pm
Hi Everyone, I used the crosstool to compile my C code into arm binary file. Now I want to upload this file to the TS-7250 SBC through FTP as said in the ...