EmbLogic's Blog

Author Archives: amritpreet.singh

Linux OS porting using Storage

successfully done:- 1.toolchain creation 2.beagle board bring-up.

Posted in Project 9: Embedded Linux on ARM, Uncategorized | Leave a comment

project 5: character driver status

succesfully implemented: #cdev_init function #cdev_add function #initialised the value of sculldev  for 20 nods #Open and release functions #container_of() #scull_trim function

Posted in Uncategorized | Leave a comment

ipc status: client-server using fifo and semaphores.

implemented client server program for around 400 clients using fifo and semaphores. issues:- while compilation gcc was unable to get the size for variable of union semun.

Posted in Uncategorized | 1 Comment

ipc status:client server using fifo and pipes

implemented # fork statement(duplicate process) # exec function(replace process) # signals and sigaction # pipes #fifo issues faced:- 1.file descriptor was not being passed using execl() system call. ->resolved by passing address of the fd in the arguments of execl(). … Continue reading

Posted in Uncategorized | Leave a comment