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 ...
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...
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...
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...
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...
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...
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...
... 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...
... 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...
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....
... 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...
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...
... 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...
... 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). ...
Hi Craig, ... Pointer access will most likely work. The PEEK/POKE routines are the most conservative approach. They ensure exactly the right processor ...
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...
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...
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...
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...
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@...
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@...
Aug 1, 2007 11:34 pm
7814
... Very good advice!!...
Christopher Friedt
cfriedt@...
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 ...
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...
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 ...
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...
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, ...
... 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 ...
... 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...