Tuesday, December 9, 2014

Adafruit kernel module for PWM for RaspberryPi

I was trying to use the Adafruit kernel source to build my customized kernel. But for some reasons, the USB hub was not working after installing the kernel. So I spent sometime to extract the kernel modules from Adafruit from their source tree.

Here is the patch that I generate for official RaspberryPi kernel source tree.


RISC-v emulator

Changes are based on https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html For Ubuntu/Debian, in addition to sud...