I am working on an user space app for an embedded Linux project using the 2.6.24.3 kernel. My开发者_StackOverflow app passes data between two file nodes by creating 2 pthreads that each sleep until a
I am trying to run an app which is using a kernel mode driver. System locks up every hour and the only way to recover it is a hard reset. Sysrq stops responding, telnet sessions 开发者_Python百科hang
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
We develop for a specific embedded device at our company, and part of that is making initial root disks that get loaded onto the devices over ethernet via netboot.We\'ve experienced some problems, and
One way to look at it - embedded Linux starts with desktop Linux & ditches the parts not needed for embedded systems (is this actually true?), whereas eCos is designed from the ground up for embed
I want to learn how to develop in embedded linux. What materials should I need? I don\'t have the actual embedded device so I plan to use some device emulator for the PC. I want to know 开发者_开发技巧
I\'m writing for an atmel at91sam9260 arm 9 cored single board computer [glomation gesbc9260] Using request_mem_region(0xFFFFFC00,0x100,\"name\"); //port range runs from fc00 to fcff
I am looking at approaches to Unit Test embedded systems code written in C. At the same time, I am also looking for a good UT framework that I can use.The framework should have a reasonably small num
I have a php application running on busybox httpd on an ARM-based embedded system. The application is quite slow but I would prefer not to rewrite it in C++开发者_StackOverflow. I\'m looking for a way