Hi, i need to turn off the BT and WiFi on Colibri IMX6ULL, the WiFi and Bt service are not enabled, but how i can check that the module is not emitting radio signal? There is a command to turn off completely the module?
Thanks
Hi @gb20,
Please confirm which Toradex BSP are you using, and which version of Colibri iMX6ULL are you using as well?
Regarding the WiFi, it’s handled by connman in our current BSP.
So you can disable WiFi by using this command:
connmanctl disable wifi
You can do the same for Bluetooth:
connmanctl disable Bluetooth
Please let me know if that helped.
Best regards,
André Curvello
Thanks, the Colibri iMX6ULL is V1.1A, the BSP used is 2.6 Thud.
Hi @gb20,
Thanks for the information.
Did the connmanctl commands helped your case?
Best regards,
André Curvello
yes, i’ve tried the commands and the module seems turned off, thanks
Good to know!
Thanks.