Tag Archives: EmbLogic
Project 05: Character Device Driver
Makefile for a basic kernel module
obj-m += hello-1.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean Continue reading →
Posted in Character Driver
|
Tagged char driver, Character Device Driver, Device Drivers, EmbeddedTraining, EmbLogic, Linux Device Drivers Training
|
14 Comments
What is Embedded Linux
Over the last decade, a sea change has occurred in the world of embedded systems, driven by the appearance of sophisticated new products such as PDAs and cell phones and by the continual increase in the amount of resources that … Continue reading →