Latest threads in Embedded Linuxshow only best voted threads

Subject Author Posted Replies
 
HPCNCS-08 Draft paper submission deadline is just few days from now
HPCNCS-08 Draft paper submission deadline is just few days from now The 2008 International Conference on High Performance Computing, Networking and Communication Systems (HPCNCS-08) (website: ) will...
 
Installing linux on an IDE flash drive. Swap partition question
Been using a base installation of Debian on a 2GB IDE flash drive plugged into one of these: My question is about the swap partition on the flash drive. Flash eventually wears out. Surely a flash...
17
17
 
[Commercial] Training on Linux System and Kernel Programming from Professionals
Hello All, Linux System and Device Driver Programming training is one of flagship training solutions offered by Concepts Systems. This training has become special one due to Concepts faculties having...
 
Network server won't accept connections
I'm trying to make a simple network server out of an Embest SBC2410-II board with an Ethernet port. The code below is my server thread. There is a main thread that continually displays ThreadStatus,...
2
2
 
Embedded Linux Workshop
Hi, we'll be running an Embedded Linux Workshop at the next UK Embedded Masterclass. - full details on the LInux page. regards Richard Blackburn (organiser)
 
½Ð°Ý
»?n??¦£½?åspss²?p¤??R¶Ü : 1.±?z²?p 2.TÀ?w 3.ANOVA 4.¬ÛÃö¤??R 5.¦]¯????R 6.³æ¦]¤lÅ?§¼???R ©?O¥´¦r.§@·~.½?.¼g³ø§i.®?Z....
 
Call For Presentation: LSM '08 Conference on free software for Embedded Systems
Dear all; The LSM/RMLL '08 meeting (Libre Software Meeting - Rencontres Mondiales du Logiciel Libre) is organized at Mont de Marsan, FRANCE during the 1st to 5th july 2008. The embedded systems are...
 
Divide by zero does not crash
I noticed that my application does not crash when there is a divide by zero. For example, the following test code: int i; i = 10/0; printf("i = %d ", i); gives: i = 0 It does not crash. Is there a way...
6
6
 
[Commercial] Safesquid Version 4.2.2.RC7 released
Hello friends, SafeSquid, Linux based Content Filtering Internet Proxy, has released Version has been enhancements related to memory management, reporting, logging of IPs along with username, plug-in...
 
LTIB kernel booting problem
hai, I am sabarinath i am using LTIB i customized the kernel and poted on MPC8555 series Channel card product name "SPTWIMAXCC1E" AMC Channel Card i copied the kernel in to the RAM in the Board But at...
 
Embedded linux: With or without MMU
Hi all, In extend of my thread "Embedded Linux Vs. Real time Linux" I have another question regarding embedded systems based on Linux. Is it possible to run an ordinary linux on an 32bit architecture...
20
20
 
Unable to handle kernel paging request at virtual address -- ARM linux
Hello, i'm trying to boot a linux image (ftp:// pub/armli...in/zImage.qvga) on a PXA270 processor based board. I am getting this crash dump, but I don't have any idea how to fix this. Any suggestions...
1
1
 
ISR
hi , I am working in arm926ejs processor,i am writting the arm interrupt controller code,below i have mentioned reference code,my doubt is where can i write appication cade in guide me.... Interrupt...
 
Driver reading configuration file
Is it possible for a Linux device driver to read a variable put into a configuration file, e.g., when it is loaded? If so how? What is the syntax in the configuration file and what is the syntax in...
5
5
 
spin_unlock_irqrestore parse error
In my device driver module, when I call spin_unlock_irqrestore(&lock, flags) after previously calling spin_lock_irqsave(&lock, flags), I get the following error: error: parse error before '-' token I...
2
2