Has anyone had any experience using GTK+ frame buffer version ? It looks like a great way to utilize the 7300 features AND write portable apps....
8917
naturalwatt
Nov 4, 2007 3:21 pm
... This is completely right. I have been writing a Labjack USB device driver as Labjack only provide a driver fro 2.6 kernels onwards. You must implement...
8918
Paul Wachendorf
ts7800user
Nov 4, 2007 5:39 pm
Hi David, cool I'll try this too. That you very much. Sorry for my late reply, but I wasn't in town on weekend and had no internet... Have a nice Sunday, Paul ...
8919
Alvaro Aguirre
alvaro.aguirre
Nov 5, 2007 12:53 pm
I try it once but I don't remember the results :s...
8920
abd_rsh2001
Nov 5, 2007 1:51 pm
Hi, I am trying to run (keypad.c) on TS-7300, so I connected to the DIO-1 the ,then I compile ( gcc keypad.c),but when I run it as (./a.out),it does not work,...
8921
jotdion
Nov 5, 2007 1:51 pm
... I switched to gcc-3.3- ... Hi, I've been trying to compile this crosstool for 2 weeks. I tryed on 3 different PC. 1 running Ubuntu Festy, 1 Fedora and 1...
8922
Martin Guy
martinwguy
Nov 5, 2007 4:16 pm
... Hi folks If you want to make a cross toolchain (note the position of the space) your best bet is to use crosstool (note the lack of a space). Crosstool is...
8923
David Hawkins
dave_w_hawkins
Nov 5, 2007 5:10 pm
Hi Jonathan, ... Did you follow the notes I wrote? http://www.ovro.caltech.edu/~dwh/ts7300 ... Versions are important. The host tools on a new 2.6-based distro...
8924
weber_udo
Nov 5, 2007 8:31 pm
We tried GTK+ on a EP9302 board we developed by our own (32MB SDRAM, 16 MB NOR Flash) and not on the TS7300 a year ago. Compiling an application was not easy,...
8925
Frank Pagliughi
fpagliughi
Nov 5, 2007 9:55 pm
Yes, I've had considerable luck using an older host compiler when working with crosstools, especially for older cross-compilers. I use Fedora for a host. I...
8926
siddh_c
Nov 5, 2007 11:49 pm
Hi, I accidently erased /dev/mtd0 partition which seems to be the redboot partition (using the flash_eraseall /dev/mtd0 command). However, I have not yet...
8927
bibhu
bibhu_420
Nov 6, 2007 8:32 am
Peter, If I loose the SVGA output because of reprogramming the FPGA, can't I get it back ? Also, can't I have my program along with the image or whatever that ...
8928
Alvaro Aguirre
alvaro.aguirre
Nov 6, 2007 2:10 pm
About C on the FPGA: http://www.xilinx.com/products/design_tools/logic_design/advanced/esl/index.htm http://en.wikipedia.org/wiki/Electronic_system_level On...
8929
David Hawkins
dave_w_hawkins
Nov 6, 2007 5:57 pm
Hi Alvaro, ... It depends if you know how to write VHDL, and what sort of operations the VHDL is performing. If its lots of similar parallel logic, then its...
8930
PeterElliot
Nov 6, 2007 6:46 pm
... FPGA, ... whatever that ... Hi Bibhu, If you load a custom FPGA file you will loose the SVGA code. If you reload the TS file the SVGA will come back. The...
8931
naturalwatt
Nov 6, 2007 6:53 pm
... I was using OSX (10.4) and was eventually able to build the GCC 3-3-4, GlibC 2-3-2 crosscompiler as required to build the 2.4.6-ts11 kernel. The upgrade to...
8932
sdherr06
Nov 6, 2007 7:36 pm
... my ... Martin, you've got my attention! Any details you care to share would be appreciated. Steve...
8933
waulf256
Nov 6, 2007 8:07 pm
Hello, I would like to know if anybody sucessfully installed Jetty on their TS-7XXX? If so, what java implementation did you use? Did you have to do any...
8934
carol9078
Nov 7, 2007 3:27 am
make make[1]: Entering directory `/devel/devel/newstuff/build/modutils- build/util39; /opt/crosstool/gcc-3.3.4-glibc-2.3.2/arm-unknown-linux-gnu/bin/arm- ...
8936
kmoore37918
Nov 7, 2007 6:41 am
I'm currently running 2.6.22.6 on a TS-7260 and would like to be able to use an SD card for storage. I have all of the MMC options configured, but the kernel...
8937
lua201068
Nov 7, 2007 7:49 am
yes jetty works (with minor changes) on J2ME (on ts-7250) Link to J2ME: https:// <https://phoneme.dev.java.net/content/phoneme_platforms.html#phonemeadva\ ...
8938
ferenc.mikula
Nov 7, 2007 12:28 pm
Hello, use gcc-3.3.4-glibc.2.3.2 for this kernel release.. bye...
8939
carol9078
Nov 7, 2007 12:29 pm
Looks like this wont compile natively on the host system, and stops for the same error, so cross-compiling might well be picking up elements of the host system...
8940
Eddie Dawydiuk
dawydiuk
Nov 7, 2007 2:44 pm
Hello, ... There is a 2.6.21 SD driver for TS-72xx boards available here ftp://ftp.embeddedarm.com/sd/tssdcard.ko -- Best Regards, ...
8941
naturalwatt
Nov 7, 2007 3:51 pm
I did what any self-respecting member of this fine community would do, and hacked it. Add the line #include <linux/limits.h> near the beginning of...
8942
kmoore37918
Nov 7, 2007 4:46 pm
... thanks, but it doesn't work with my kernel, and it's not immediately clear what changes I'd have to make to my kernel to use it. what's the chance of...
8943
naturalwatt
Nov 7, 2007 4:57 pm
I was successfully using crosstool 0.42 on my Mac until I upgraded to Leopard. Then for some reason the gcc executable which had reported itself as a Mach-O...
8944
Ilya Goldberg
ilya_igoldberg
Nov 7, 2007 5:51 pm
... I'm here too. I've been using my mac's gcc for syntax checking only, and the TS-7260 (with the gcc on TS's flash USB drive) to do the actual compile. ...
8945
Tom Panzarella
tpanzarella
Nov 7, 2007 10:11 pm
Samuel, Out of curiosity, did you get this issue resolved? If so, do you mind sharing what you did. I'm working through the same problem that you had right...
8946
bassig1
Nov 8, 2007 3:07 am
Hey there Im having kind of the same problem. I think you are missing the "make all LINUX_DIR=(kernel source for TS7XX in your laptop) You should download the...