Tag Archives: pravjot sir
successfully bring up olinuxino A13 board
complete the bring up process…………..attach more storage device like pendrive,mouse etc. easily copy data from pendrive to card home directory……………..
sucessfully bringup the olinuxino board
i have successfully bring up the olinuxino board. i did the two partition of sd card successfully.
Project 10
Successfully finished the bring up of OLINUXINO A13 Board. Now time for porting of GUI on the same board.
Project 10:Bring up OLINUXINO A 13 Board
Completed the bring up of OLINUXINO A13 Board…. Successfully logged in as root and performed simple commands like ls , cd , poweroff , etc…..
successfully bring up the beagleboard_xm
did successfully the bring up of beagleboard_xm did the two partiotions of sd card and format first partition with fat32 format and second partition with ext3. Move MLO,u-boot.bin and uImage to the first partition. Move file system to second partition.
Excessive kworker entries in process status table when system is idle.
When I list the processes executing on my system it displays many kworker/ processes with interruptible sleep (waiting for an event to complete) , an unknown value of tty and many different pids (even if my system is idle). Also … Continue reading
IPC: Client Server Project usinf FIFO and Pipe
Dear Friends, I Have Successfully Run 508 Clients in my project without using any SLEEP in server or client , But when I am trying to Run More Clients than this i got an error “multiply: error while loading shared … Continue reading
IPC using pipes
I’ve implemented IPC using pipes.
MDC complete
I’ve completed compression and decompression of all bits.
Project 01 MDCAEUIT Completed all Bits.
From 3bit to 7bit tested OK working fine using realloc, having compression and decompression as different programs.
ioctl
#ifndef _IOC_NONE # define _IOC_NONE 0U #endif #ifndef _IOC_WRITE # define _IOC_WRITE 1U #endif #ifndef _IOC_READ # define _IOC_READ 2U #endif please explain these MACROS and their Scalar values used for determining the direction