On i.MX8MQ platform, how to find device driver in ADB shell?
For example, I compile a device driver "ti-sn65dsi86.c"(PATH: vendor/nxp-opensource/kernel_imx/drivers/gpu/drm/bridge/ti-sn65dsi86.c),
and build the following OBJ files successfully.
/out/target/product/chimera/obj/KERNEL_OBJ/drivers/gpu/drm/bridge/ti-sn65dsi86.o
/out/target/product/chimera/obj/KERNEL_OBJ/drivers/gpu/drm/bridge/ti-sn65dsi86.ko
Where is the OBJ files of the device driver I can find after enter ADB shell?
For example, after enter ADB shell, and type command "ls vendor/lib",
the result only show *.so and there is no ti-sn65dsi86.so ?
Would you please tell me the location of drm driver in ADB shell, thanks.