Linux Kernel module development part-1

Linux kernel module is a piece of code that runs in Linux kernel space, kernel modules can access system hardware, peripheral registers, etc. Kernel modules are used to prevent building entire kernel every time modification is done to code. Kernel modules also used when there is need to interact with kernel data structures like network stack etc. […]

Wifi configuration on Raspberry Pi zero w

After successfully enabling serial console on “Raspberry Pi zero w” as described in the blog https://c2plabs.com/2019/04/23/enable-serial-console-on-raspberry-pi-zero-w/ In this post, we will focus on configuring wifi network using “raspi-config” and connecting to wifi network. This allows us to do ssh to Raspberry Pi and transfer files using scp from the host computer. Run the rasp-config command […]