Configuring the Kernel#
To ensure that the driver software works on every platform, the kernel can be compiled with mandatory components/options to enable various features of the SiWx91x RCP Driver :
The steps used for Kernel Compilation are as follows. Super user permissions are needed to make these changes:
Navigate to the kernel source folder.
Execute the "make" command.
Execute the "make modules" command.
Execute the "make modules_install" command.
Execute the "make install" command. This ensures that the customized kernel is installed, and the boot loader is updated appropriately.
Reboot the system to boot up with the customized kernel.