I'm trying to bring up the Quectel EC20 on my i.MX 8QXP custom board. When I added usb-serial.c as a loadable module in my kernel, some errors occurred during boot. I will share the errors below. However, no errors occurred when using Android Automotive 13 OS
[ 4.815790][ T1] usbserial: exports protected symbol usb_serial_resume
Thanks,
subash
Hello,
Different carrier boards rarely require a different kernel unless there is some hardware on the carrier board which uses a driver. An example is that there are some serial UARTs as part of the SoC, and the drivers would be for that. There are usually other serial drivers as well. If you had a custom carrier board which has an implementation of a serial UART from some other unknown chipset, then you’d need a driver for that.
Regards
Hi @Bio_TICFSL
I have also tried in my im8qxp evaluation borad but occuring same error in boot time, is there any solution for that?, kernel version of this OS is 6.1 .
Thanks,
Subash
Hello,
Yes, none of the i.mx BSP include the driver that you need, in this case you will have to do it.
Regards
Hi @Bio_TICFSL
I didn't added the usb-serial.c driver file externally it's an inbuilt driver file and also i didn't added any other driver file externally i just enabled these usb-serial.c to Module
Thanks,
subash.