Hello F&S team,
in the default fus-image-std the serial port /dev/ttyLP1 seems not to be available. The datasheet of the imx93 mentions the following "UART_B is shared with WiFi/BT Module. If BT is used UART_B is not connected.". Makes sense, since by defaut the BT is registered. However, what's the most convenient way to disable Bluetooth?
I've got a custom layer in yocto: /meta-<custom layer>/recipes-kernel/linux and tried to load a custom *.cfg in my linux-fus.bbappend to disable (=n) only the parameter CONFIG_BT_HCIUART and CONFIG_BT_NXPUART via KERNEL_CONFIG_FRAGMENTS += "bt-off.cfg". Probably the device tree picocoremx93.dts needs to be overwritten as well to comment out the line "#define CONFIG_PICOCOREMX93_UART_B_BT".
It's not working so far. What's your suggestion resp. the recommended way? Thanks
Best regards,
BS