Spoken Tutorial, IIT Bombay https://spoken-tutorial.org Embedded Linux Device Driver Loading and Unloading a module - Assignment 1. Open the simple_module.c file.(This file is available in the code files link of this tutorial) 2. Change the message in printk function of init_function. 3. Load the module using insmod tool. 4. See the output of dmesg command. 5. Remove the module using rmmod tool.