Latest threads in Embedded Linuxshow only best voted threads

Subject Author Posted Replies
 
no version for "function x" found: kernel tainted
Hi All, I am using two Dual BSD/GPL drivers for a stack development project. Both modules use the MODULE_LICENSE("Dual BSD/GPL "). One of the drivers depends on the other. When the modules gets loaded...
3
3
 
Using GPIO... and including kernel headers
Hello all, this is a question about GPIO, but I believe it is also more general. I'm using an embedded Xilinx card (PPC processor), which I cross compile for from a Linux PC. I would like to make use...
 
bourne shell under uClinux
I am trying to get shell variables in the system rc file to be global for all shell scripts. The export command only seems to provide this for scripts run directly from the rc file. Where/how are the...
7
7
 
can anybody help
Hi all, I am getting the following warning while compiling the driver static DEVICE_ATTR(sd_host_version,S_IRUGO,show_sd_host_version,NULL); warning:initializing from incompitable pointer type. whats...
4
4
 
cross compilation issue
/*Sorry for cross posting, but as I didnt get in answers, so doing it here..i apologise for the inconvenience, but pls reply if someone is aware of this stuff...am badly stuck*/ Hi Everybody, am...
 
{Announcement} Safesquid Version 4.2.2.RC8.2 released
Hello friends, SafeSquid, Linux based Content Filtering Internet Proxy, Version 4.2.2.RC8.2 has been released. Highlights: A memory leak in request forwarding has been fixed. The disk cleaning...
 
Duplication of all threads or A new process with only one thread
Hi, Will there be duplication of all threads OR a new process with only one thread be created for a fork call by a thread in a process ? Thx in advans, Karthik Balaguru
6
6
 
Unable to handle kernel paging request at 00000000b1b06636
I create a ramfs during boot and map the file to all process (during process creation) at same address range to facilitate zero copy during IPC. I do see address range mapped to all processes....
1
1
 
daemonizing not quite working :o
Hi, I have an application featuring a verbose mode and a daemon mode. It's working just fine in verbose mode but in daemon mode it doesn't quite seem to be functioning properly (doesn't send off...
 
Using Intel Flash memory
I'm using the 2.6.10 kernel on a custom circuit board based on Freescales MCF5485evb evaluation board. My board has different flash memory than the evaluation board and so requires different flash...
 
kernel command line question
I am building a 2.6.10 kernel for iMX21ads board and it is not booting. (I have a 2.4.20 kernel port for the same board that works nice.) I am not getting uncompressing linux and anything beyond that....
1
1
 
Manipulation of block driver queue
Hi All Device : Embedded device with SD card Kernel : 2.6.14 Problem : while copying data take SD card out , put it back ,the system crashes Description: udev is used for destruction and creation of...
 
keyboard on i2c bus
Hi, where can i find a keyboard driver on i2c bus? If anybody can provide me a sample, will be grateful. Thanks, zix
 
problem with cp and rm files in yaffs.
[root@LHWT /]$ df Filesystem 1k-blocks Used Available Use% Mounted on /dev/root 7579576 7318032 0 100% / /dev/mtdblock/3 53248 37264 15984 70% /mnt [root@LHWT /]$ cp /tmp/Traumerei.wma /mnt [root@LHWT...
 
i2c driver in linux
Hi, I want to have the i2c drivers built standalone. I am able to find the i2c source i the kernel tree, but just wondering how to build it stand alone? I am working on at91 board, which I am being...