DEV Community

Forlinx Jason
Forlinx Jason

Posted on

NXP i.MX8MP Platform Porting Driver Tutorial

Hey everyone! Just wanted to share an amazing tutorial on writing and porting drivers on the NXP i.MX8MP platform.

Image description

It takes you through the entire process from creating the directory and files, configuring Kconfig and Makefile, integrating into the kernel build system, compiling the driver, and finally testing it.

A must-read for those interested in driver development!

Top comments (0)