Other Parts Discussed in Thread: WL1837
Tool/software:
Hello TI
Android 14 (SDK 10) for AM62x,
We would like to know BT/WIFI SW stack and Radio (AM/FM) Tuner driver are available in the SDK?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Paul,
Bluetooth and Radio are unsupported, even in the latest Android 15 release (SDK 10.1)
In SDK 10.0, WiFi is supported via 2 chips:
- M.2-CC3301 via the M2 connector (https://www.ti.com/tool/M2-CC3351)
- the WI-Link WL1837 on-board WiFi for older AM62X revisions (1,2,3)
In order to enable support for one of these 2 chips, you need to configure a device tree overlay as documented here:
https://software-dl.ti.com/processor-sdk-android/esd/AM62X/10_00_00/docs/devices/AM62X/android/Application_Notes_dtbo_support.html
For detailed hardware set-up instructions, you can refer to the Linux SDK guide:
https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/10_00_07_04/exports/docs/linux/How_to_Guides/Target/How_To_Enable_M2CC3301_in_linux.html?highlight=cc33#hardware-installation
Hope that helps,
Mattijs