> From: gusz <
randy....@gmail.com>
> Sent: Saturday, 20 June 2015, 16:17
> Subject: [linux-sunxi] Tronsmart/Allwinner AW80 Bluetooth
Unfortunately I can't tell you if it works or not, but I can give a little guidance.
You need to get the interface between the AW80 host and the AP6335 controller up first.
From the datasheet it looks as though there is only a UART serial interface to talk over, so
you need to figure out which UART it is and make sure it is configured in you DTS file
if you are using mainline kernel.
From what I understand Broadcom chips have a basic set of functionality and require firmware
to be uploaded. To test you are talking to the chip send an HCI reset command over the
serial line.
Once you are talking to the chip you will need to upload the firmware, this is different
firmware to the Wifi. It will be an .hcd file. A quick search found this:
https://github.com/gouwa/hwpacks/blob/master/system/vendor/firmware/bcm4339a0.hcd
used by this loader script:
https://github.com/gouwa/hwpacks/blob/master/wifibt/bluetooth-ap6335.conf
This should now be a similar procedure to the AP6210 bluetooth. See the wiki,
http://linux-sunxi.org/Bluetooth for more details.
It would be useful if you can confirm any of this works so the wiki page can be updated.
Good luck,
Al