posix-h4-da14585: update README.md

This commit is contained in:
Matthias Ringwald 2018-07-08 16:44:12 +02:00
parent ecde56a6a0
commit b35f7fa291

View File

@ -1,11 +1,11 @@
# POSIX H4 Port for Dialog Semiconductor DA14581
# POSIX H4 Port for Dialog Semiconductor DA14585
This port allows to use the DA14581 connected via UART with BTstack running on a POSIX host system.
This port allows to use the DA14585 connected via UART with BTstack running on a POSIX host system.
It first downloads the hci_581_active_uart.hex firmware from the DA14581_HCI_3.110.2.12 SDK packet, before BTstack starts up.
It first downloads the hci_581.hex firmware from the 6.0.8.509 SDK, before BTstack starts up.
Please note that it does not detect if the firmware has already been downloaded, so you need to reset the DA14581 before starting an example.
Please note that it does not detect if the firmware has already been downloaded, so you need to reset the DA14585 before starting an example.
For production use, the HCI firmware could be flashed into the OTP and the firmware download could be skipped.
Tested with the official DA14581 Dev Kit on OS X.
Tested with the official DA14585 Dev Kit Basic on OS X.