Level 2
randy
Level 2
Jul 31, 2022
10:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
1 Reply

Employee
Tushar_b
Employee
Aug 03, 2022
10:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
We need to ensure the following set of things before configuring the 1XA module.
- M.2 PCIe interface is configured in the device tree.
- BT_REG_ON pins or say GPIO is configured in the device tree.
- Install the Bluez package in the device.
Use the following commands for initialization.
$ hciattach /dev/ttymxc1 bcm43xx 3000000 flow -t 20
$ hcitool scan
bluetoothctl
[bluetooth] power on
[bluetooth] agent on
[bluetooth] scan on
Please find the reference document.
https://www.embeddedartists.com/wp-content/uploads/2019/03/iMX_Working_with_Linux_and_uboot.pdf
Regards,
Tushar