... OK. When you compile with -static, it uses the ARM glibc on your x86 box. When you compile without, it uses the glibc on your TS-7250. The conclusion is...
Hi Michael, I'll leave the DIO interrupts to someone else (ie someone who knows what they're talking about)... ... The eight (as configured as standard) serial...
Greetings All, Has anyone been able to get a USB audio device to work on the TS-7200? If so, what steps does it take... Thanks, Tom...
Tom Hoover
thoover@...
Apr 4, 2006 4:49 pm
2441
Does anybody have TS-XDIO sample code? I can not find anything on the web, and when I wrote to Technologic Systems, I only got more descriptions that were not...
I'm trying to test my I/O board before writing a full driver using a user space program. I started with the port_test2.c program and it's not working at all......
I am creating two simple apis for the lcd display and keypad that I would like to share with the rest, but first, I would appreciate any comments on the apis,...
I'm considering putting a codec on the SPI port hoping to use the internal audio features of the EP9302... Does anyone have experience using NetBSD on the...
Don, ... Functions for this sort of stuff are ok for new/custom programs, but the problem is you have compile this functionailty in to every program you want...
... read ... codes to ... Google for kbde; it is a module that injects key codes directly into the kernel. Cross compiles fine, works like a charm. There are...
Don, It's only an opinion, but I think for any API you're best to stick to each function doing one thing only. For example, I think you'd be better off with an...
Thanks for the comments, personally, I need a version to get a keystroke that is non-blocking for my real time application. I process real-time values 10 times...
... Arguably, you should never use snprintf() and only use sprintf(). After watching an afternoon-long IRC argument about this, I would like to add the...
During bootup of Linux on a TS-7250, this message implies that there are 3 USB ports: hub.c: USB hub found hub.c: 3 ports detected The specs for the TS-7250...
I suppose we could talk TS into adding it to the distribution, but I think we might be better off with simple light-weight libraries that do it all in user...
I am planning on creating a shared object file that can be placed in /lib, then you only have one copy on the computer. Here is an example of the commands to...
For me, I do safety critical things, so I can not use dangerous functions, even to be portable, and I insist on minimums, such as a recent g++ compiler and...
... The EP9302 is listed as having two USB ports, but all the EP93xx models are really just the same chip, but each in their own package. (At least, that's...
Using a USB thumb drive on a TS-7250, do you foresee any problems due to un-graceful shutdowns? On bootup, I see EXT2-fs warning: mounting unchecked fs,...
I'm booting from internal flash and chroot to USB flash. ftpd and probably other processes are using the filesystem in internal flash rather than the USB flash...
... I don't think I understand you. The USB flash is mounted somewhere say /usbflash you ftp to the box, login in and if the owenrship and permissions of...
Jim- I chroot to the usb flash so that '/' (root) is on the usb flash. I'm using scripts derived from /usr/bin/loadUSB.sh in on-board flash. What's seen via...
I have the TS-7200 board for developing some lighting control software. It will have a web interface for configuring the device. It will also control light...
sounds like what you really need is a boot via a suitable initrd setup so that the whole system actually has the correct '/' I think you misunderstand what...
Jim- Good. That's confirming some doubts I'm having about doing a chroot to usb. There are problems with /proc that I start seeing as a message "Error opening...
... Ok remember you can mount filesystems anywhere. In traditional unix systems many have '/' as a smallish partition, with another partition mounted as /usr,...
Has anyone tried these? I've been playing with a Planex GW-CF11X, a CF card released in Japan... It works fine, but will not do ad-hoc mode. Except for that,...