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 7792 - 7821 of 16535   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7792
Hi Rodrigo, Assuming you are booting initrd from Flash, just edit the linuxrc script, when you are finished type "save" that writes it back to flash. Regards ...
Ray
etheira
Offline Send Email
Aug 1, 2007
11:54 am
7793
I have been going through the sample programs and documentation for the TS-7xxx boards while writing code to access the ADC and GPIO pins of the TS7400. Some...
craig_ppri
Offline Send Email
Aug 1, 2007
1:03 pm
7794
Hi, Im new in TS-7200. I dont understand properly from the Manual.So,if any easy step by step "how-to " available pls give me. ... Boardwalk for $500? In...
Mostafijur Rahman
mostafijur_e...
Offline Send Email
Aug 1, 2007
1:04 pm
7795
I am building an embedded application that allows the user to setup wifi or ethernet through a keypad and LCD screen. At the moment my c program calls the...
sodo.2007
Offline Send Email
Aug 1, 2007
1:04 pm
7796
After some searching on the internet and this group, I found a similar situation: http://tech.groups.yahoo.com/group/ts-7000/message/1174 Andrew mention...
fabianmejia
Offline Send Email
Aug 1, 2007
1:37 pm
7797
thanks Justin. I seem to have had some limited success with rxtx 2.1 (the one you mention first) by simply creating a symlink from /dev/ttyAMO to /dev/ttyS0...
tedapt
Offline Send Email
Aug 1, 2007
1:48 pm
7798
I just spent two days trying to figure out why I got a "Segmentation Fault" every time my program tried to make a system call to the "stat" function. If I put...
Ed
kilgore54
Offline Send Email
Aug 1, 2007
1:57 pm
7799
... using ... The lesson is quite simple: don't ignore compiler warnings! If you fixed the warning you'd have found the mistake straight away. Why do you need...
j.chitte
Offline Send Email
Aug 1, 2007
2:28 pm
7800
... sorry Ed , I did not read your post carefully enough. That sort of thing is one of the joys of working in C. ... release. ... Yes, that compiler is rather...
j.chitte
Offline Send Email
Aug 1, 2007
2:38 pm
7801
The thing is... I didn't GET a warning when I compiled and linked it as separate modules. If I HAD gotten a warning I would never have had the problem....
Ed
kilgore54
Offline Send Email
Aug 1, 2007
2:39 pm
7802
... What warning flags are you using? I don't remember much about such old versions of GCC (I run NetBSD-current on my TS board, with gcc 4.x), but gcc has...
ali
ali.lindgren
Offline Send Email
Aug 1, 2007
3:18 pm
7803
Hi All, I just bought a $400 Acer laptop with a built in SD card reader, to speed up development/installation of my TS-7300 based system, and I installed...
PeterElliot
Offline Send Email
Aug 1, 2007
3:42 pm
7804
... No, I did not modify the .config file. ... Installing crostools-0.38 worked. I am able to compile a kernel with gcc-3.4.4 and glibc-2.3.2. Thanks for the...
siddh_c
Offline Send Email
Aug 1, 2007
3:43 pm
7805
... I was using the cross compiler and assembler. However, the version was an older one. I am able to compile now using newer version (using crosstools-0.38). ...
siddh_c
Offline Send Email
Aug 1, 2007
4:00 pm
7806
Hi Craig, ... Pointer access will most likely work. The PEEK/POKE routines are the most conservative approach. They ensure exactly the right processor ...
David Hawkins
dave_w_hawkins
Offline Send Email
Aug 1, 2007
4:27 pm
7807
Hey, Yeah, I am having a similar problem. I can write just fine. I set up a comm connection to the hyper term. But I can't receive anything back. I'll let...
justin@...
ticrus00
Offline Send Email
Aug 1, 2007
4:27 pm
7808
after a fresh install debian 3.1 on a new CF, two problem so far. 1, when booting from the CF it tells me "Cannot access the Hardware Clock via any known...
newpants2004
Offline Send Email
Aug 1, 2007
7:00 pm
7809
I have some rather strict timing requirements. I would like to get access to the arm's 16 bit free running counter to get 10us resolution of timing. I'm...
sennyk
Offline Send Email
Aug 1, 2007
7:46 pm
7810
OK, I'll let you know whatever I find too. Won't be able to get back to this and retest for a few days though. My test plan is to write a Java app that will...
tedapt
Offline Send Email
Aug 1, 2007
10:38 pm
7811
Hello. Where I can download the JamVM and classpathlib binaries for TS-7300 and TS-7260. (NOT the source code) Thanks. Rafael....
remg1997
Offline Send Email
Aug 1, 2007
10:46 pm
7812
You might want to try passing some kernel parameters... exec -c "console=ttyAM0,115200 root=/dev/mtdblock1" would be a safe suggestion. You can also see what...
Christopher Friedt
cfriedt@...
Send Email
Aug 1, 2007
11:28 pm
7813
As of gcc-4.x.x there are _many_ more checks for this type of thing... actually, some apps will plain not compile because there are so many warnings and / or...
Christopher Friedt
cfriedt@...
Send Email
Aug 1, 2007
11:34 pm
7814
... Very good advice!!...
Christopher Friedt
cfriedt@...
Send Email
Aug 1, 2007
11:42 pm
7815
See http://jamvm.sourceforge.net/ for the JamVM project, including the official download. Gnu classpath can be found at ...
tedapt
Offline Send Email
Aug 2, 2007
12:20 am
7816
You can also compile all of your code on the most recent version of gcc on your desktop, if you create dummy stubs for the board specific stuff. Best to keep...
Don W. Carr
carrdonw
Offline Send Email
Aug 2, 2007
12:42 am
7817
Here is some code: http://tech.groups.yahoo.com/group/ts-7000/message/1152 ... -- Dr. Don W. Carr J. G. Montenegro 2258 Guadalajara, Mexico +52-333-630-0704 ...
Don W. Carr
carrdonw
Offline Send Email
Aug 2, 2007
12:57 am
7818
Also make sure you compile with: -mcpu=arm9 But, peek and poke are just written using memory access. You should declare pointers as volatile to make sure that...
Don W. Carr
carrdonw
Offline Send Email
Aug 2, 2007
1:03 am
7819
Hi -- ... Hardware ... Well, only if you want the clock set properly at boot time. On my system the cause was that /sbin/hwclock was looking for /dev/rtc, ...
charliem_1216
Offline Send Email
Aug 2, 2007
3:45 am
7820
... me... ... I tried the patchset from http://arm.mydatex.cz/ARM_patch/patchset/ on Linux 2.6.21.4. However, one of the patch, arch_TS7250.patch, did not ...
siddh_c
Offline Send Email
Aug 2, 2007
6:13 am
7821
... Thanks for the suggestion. I got the commands on RedBoot right. Now, the kernel boots but hangs with some garbage characters. ... RedBoot> load -r -b...
siddh_c
Offline Send Email
Aug 2, 2007
6:31 am
Messages 7792 - 7821 of 16535   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