Occuring boot error in android automotive 14 OS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Occuring boot error in android automotive 14 OS

218 Views
subash_p
Contributor III

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

Tags (1)
0 Kudos
Reply
4 Replies

195 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply

179 Views
subash_p
Contributor III

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

Tags (1)
0 Kudos
Reply

132 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Yes, none of the i.mx BSP include the driver that you need, in this case you will have to do it.

Regards

0 Kudos
Reply

124 Views
subash_p
Contributor III

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.

Tags (1)
0 Kudos
Reply