Configured TELNET and SSH server …
I have successfully bring up the olinuxino board and i’m try to bring up the giu on the same board
complete the bring up process…………..attach more storage device like pendrive,mouse etc.
easily copy data from pendrive to card home directory……………..
i have successfully bring up the olinuxino board.
i did the two partition of sd card successfully.
Successfully finished the bring up of OLINUXINO A13 Board.
Now time for porting of GUI on the same board.
Completed the bring up of OLINUXINO A13 Board…. Successfully logged in as root and performed simple commands like ls , cd , poweroff , etc…..
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.
Completed Compression/ Decompression for 4 bit code length.
Running properly.
It creats a compress file and a key file(contaning masterarray).
For decompression it uses compress file and key file.
trying for any code length.
Sir,
i have completed read, write operation in character driver, using semaphore,ioctl. Also implementing kernel timer.
How can we access directory thorough a c program?
Question is to write a program to find all the files with ext ‘.txt’ in a current directory.
so, How can we access a directory? or any hint …
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 when I execute “top” it does not display any entry of kworker.
I am using fedora 16_64bit and 3.4.9-1.fc16.x86_64 kernel.
Can anyone please explain what kworker is/does? Why are there so many entries for kworker processes in the process status table?