4
votes
5answers
118 views
Lightweight debugging on embedded Linux
I'm developing an application that runs on a small Linux-based SBC (~32MB RAM). Sadly, my app recently became too large to run under GDB anymore. Does anyone know of any good, lightweight debugging …
1
vote
4answers
167 views
Is ubuntu 9.04 good choice for embedded linux application development ?
Hi Friends,
I want to change linux distro my Development(Host) Machine which I use for embedded development.
I cross-compile applications for many different processors. It is required for me to …
2
votes
3answers
45 views
Embedded Linux Reading List
I have some experience developing on Linux systems and am looking to get my hands really dirty with Embedded Linux soon.
What would be a good list of books someone could read to get a good grasp on …
0
votes
1answer
75 views
Compiling tesseract-ocr on ARM/Gumstix?
Is it possible to compile tesseract-ocr for the Intel PXA270 found in certain Gumstix boards? Has anyone done this successfully, and if so, how did you do so?
0
votes
1answer
53 views
Taking a Screen Shot of an Embedded Linux Framebuffer
I'm running Embedded Linux on an evaluation kit (Zoom OMAP35x Torpedo Development Kit). The board has an LCD and I would like to be able to take screen shots convert them into a gif or png. I can get …
0
votes
1answer
51 views
Which windowing system for embedded Linux supports Hardware Overlay?
Which windowing system for embedded linux supports hardware overlay?
Is it possible to add hardware overlay support in Qt for embedded Linux?
0
votes
4answers
101 views
Resources to learn QT/Embedded 4.5 ?
Can you please give me Resources(Books, Tutorials, Other useful links ) to learn QT/Embedded 4.5, To get quick start in QT programming.
P.S. I am quite familiar with windoing system programming and …
1
vote
2answers
41 views
Reading from a block device in kernel space
Hello
I am writing a kernel module and need to perform reads from an existing block device. (/dev/something).
Does anyone know of any other modules that do these that I can use as reference ?
Any …
4
votes
5answers
144 views
what are active linux / embedded linux forums available online ?
Hi friends,
what are other active linux / embedded linux forums available online ?
Thanks and regards,
Sunny.
1
vote
2answers
160 views
How do I calculate network utilization for both transmit and receive
How do I calculate network utilization for both transmit and receive either using C or a shell script?
My system is an embedded linux. My current method is to recorded bytes received (b1), wait 1 …
1
vote
2answers
189 views
How to make ARM9 custom device emulator?
Hi SO Friends,
I am working on ARM 9 processor with 266 Mhz with fpu support and 32 MB RAM, I run linux on it.I want to emulate it on pc ( I have both linux and windows availabe on pc ). I want to …
1
vote
4answers
117 views
Is there any 2D renderer library with complete fixed point support for embedded linux?
Hi SO Friends,
I am working on embedded linux, Is there any open source 2D renderer available which can draw on memory, scanline based, complete fixed-point support.
I work in c or cpp programming …
0
votes
2answers
51 views
I have a dynamic library, how to know if it calls malloc during run-time?
Hi, I need to do networking in uCsimm, Motorola Dragon Ball. As I'm running uClinux with RTAI patch, and I need real-time performance, therefore all malloc and its friends are undesirable. I have the …
4
votes
2answers
111 views
Is qt-embedded-linux drawing library fixed point ?
Hi Friends,
I am working on embedded device which does not have Floating Point Unit, I want to port QT-embedded-linux to it. So Please tell me that whether drawing library of qt has fixed-point or …
0
votes
4answers
134 views
Which window-toolkit to use for embedded linux?
Hi Friends,
I am using embedded-linux for device which has Arch ARMv5 Speed 266MHZ, vfpu and 32bit bus, 32MB 133 Mhz DDR Ram. can you tell me which windowing system should I use,
1).QT for embedded …
