In theory, writing a Linux device driver shouldn’t be that hard, but it is harder than it looks. However, using libusb, you can easily deal with USB devices from user space, which, for many purposes, ...
[Johannes 4GNU_Linux] has been filming a video series on how to write Linux device drivers for a couple of years now, but luckily, you won’t need that long to watch them or to create your own driver.
In previous articles, we looked at how to configure the kernel as well as the key components of an embedded operating system (OS). This new article focuses on the hardware components of embedded Linux ...