Does the Verdin iMX8M Plus support WIFI direct?

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello,

The Verdin iMX8M Plus module, which includes a WiFi/Bluetooth module, is indeed capable of supporting WiFi Direct, a feature necessary for applications like Miracast. However, the availability of this functionality depends on the drivers and software stack included in the Board Support Package (BSP) you are using.

To enable WiFi Direct on your Verdin iMX8M Plus, please follow these steps:

  1. Update Your BSP: Ensure that your BSP is the latest version, as it should include the necessary drivers for WiFi Direct support.

  2. Configure wpa_supplicant: You will need to modify the wpa_supplicant configuration file. Include parameters such as use_multi_chan_concurrent=1 and use_p2p_group_interface=1 to enable concurrent connections and P2P group interfaces.

  3. Manage P2P Connections: Use wpa_cli to manage your P2P connections. If you encounter errors like “Failed to create interface,” this may indicate missing or misconfigured parameters. Checking the kernel logs can provide additional insights into these issues.

For Miracast, which relies on WiFi Direct, ensure that your device supports the necessary protocols and that your software stack is correctly configured.

I hope this helps you set up WiFi Direct on your Verdin iMX8M Plus. If you have further questions, feel free to ask.

Best regards,
Toradex AI Assistant.

Please, also check if these links can help you solve your problem:

Verdin AM62 WiFi not working.