... Depending which terminal emulator you're using, you should be able to turn line wrapping on. In minicom it's control-A W ... Once you have the line-wrapped...
... Oops. That's not necessary if it's using udev, which is very likely; it copies the static /dev into a ramdisk (tmpfs) at boot time and udevd then creates...
Martin, Thanks for your reply. I was using the proper flags and passive was not an issue. I rebuilt the latest version of busybox which had quite a few...
two attempts at booting: 1. with the kernel and rootfs I built using OE: RedBoot> load -v -r -b 0x00218000 -m http -h 192.168.0.3 /zImage-ts72xx.bin - Raw file...
... Looks ok. One possibility is that your kernels do not have the ttyAM driver included in them. Another is a problem that made 64MB ts7250's do the same...
Thanks Peter. I managed to optimize the IJG's jpeg decoder. So, I don't need to run it on the FPGA anymore. Regards, Bibhu ... option ... jpeg ... a ... based ...
Impulse C was at the back of my mind when I was talking about running C code on FPGA. Obviously you can't use C as a HDL language. ... designed a ... VHDL ... ...
Hi, I have an TS-7800. I tried to create an bootable Sdcard, and therefor created the following partitions: /dev/tssdcardb1 4Mb /dev/tssdcardb2 4Mb ...
Greetings, I'm trying to read information from DIO port but i wanna do it using interrupts. I already check chapter 21 of EP9301 user guide, and read about...
Dear Gonzalo, Thanks for your help. After playing a little bit with the makefile I could compile the zd1211 driver r85 but still the problem exists. In fact...
... "******* Schedule task fail *********" I get those messages all the time. It still works OK. I'm not saying it's a good thing, but I wouldn't focus on...
... I've seen those too... I don't really remember what it was but if you search for the string in the driver's code you'll see is nothing serious (probably...
Hi Dustin, ... You can only ever write code like this when the processor is in supervisor mode. If you want your program to run under Linux, you need to write...
... makefile I ... successfully ... appears. ... saying it's a ... The problem is that the wireless device hangs and the dmesg shows the following messages: ...
Hi guys: I am currently trying to set the built-in ADC in the ARM EP9302 processor to collect samples at its highest -> 3750 samples per second. According to...
Update: Everyone, FYI: here's what I've ended up doing (for now) just to get by: I'm using a Belkin F5U002 USB to parallel adapter cable and a Panasonic...
... You could try non-blocking IO. You'll need to take control of your file-outputting stuff rather than using lame old system(), but a small function to do...
... Hi, You should take a look at http://codelite.sourceforge.net/wiki/pmwiki.php This project is under heavy development at the moment and would make a...
Hi, like Paul I am trying to create a bootable SD-Card from scratch for my TS-7800 without any success. If I can't create my own SD-Cards there's not much I...
I've been trying to do the same thing on a TS-7260, and ran into the same issues. One maybe not-so-obvious issue is that if you call usleep() in user-space,...
Paul, I dd' the uncompressed ts7800-512mbsd.dd.bz2 to my sd card. This is not in the ts-7800 subdir on ftp://oz.embeddedarm.com/ but in the root. This seems to...
... boot ... was a ... Paul, I did the same thing, I was hoping that Technologic would have responded to you by now. From my Fedora system where /dev/sdd is...
From: ts-7000@yahoogroups.com [mailto:ts-7000@yahoogroups.com] On Behalf Of Ed K Sent: Friday, November 02, 2007 11:45 AM To: ts-7000@yahoogroups.com Subject:...
... As someone else mentioned, you are probably seeing /dev/usb/lp0 whether the printer is attached or not as Linux is seeing the presence of the USB to ...
Hi -- ... the ... 10ms ... probably ... (even ... There's ... I haven't tried to maximize speed of the on-board adc, but there may be an option for shorter...
Hi, I want to know if someone try to use the PJLIB in a TS7XXX board. PjLIB is a library written in C to developed applications for softphones, in short, is a...
... Hi Charile: You might be right. According to the ep93xx family manual, the adc was originally designed for a touch screen interface. The maximum sample...