nbhw16: use bluetooth in non_st mode
If bluetooth is used in non_st mode we can use the normal uart_hci driver. This driver works much better and the whole setup is much easier. We don't need the Shared Transfer stuff anyhow, because the module does not have GPS or FM.
This commit is contained in:
parent
8c64671994
commit
1f7a154924
|
|
@ -50,6 +50,7 @@ IMAGE_INSTALL_cortex9hf_append = " kernel-devicetree "
|
|||
IMAGE_INSTALL_append_am335x-nbhw16 = " \
|
||||
nbhw16-ctrl \
|
||||
tibluetooth \
|
||||
bluez5-obex \
|
||||
"
|
||||
|
||||
LICENSE = "BSD"
|
||||
|
|
|
|||
Loading…
Reference in New Issue