96boards / meta-96boards

OpenEmbedded BSP Layer for the 96boards.org boards
MIT License
41 stars 59 forks source link

Added TIInit_11.8.32.bts which is required for bluetooth #288

Open nishantpoorswani opened 5 years ago

nishantpoorswani commented 5 years ago

Signed-off-by: Nishant nishantpoorswani@gmail.com

TIInit_11.8.32.bts is not available in the linux-firmware repository. Hence, we need to add it. Bluetooth on Hikey-960 doesn't work without TIInit_11.8.32.bts

nishantpoorswani commented 5 years ago

Hi @fboudra and @koenkooi ,

I did not have any failures while building rpb-minimal-image for hikey960 with the bluetooth addition. The bluetooth works smoothly on hikey960. Here is my build configuration:

build-conf.txt

I have changed the toolchain from linaro-7.2 to 8.2.0. Linaro-7.2 fails for libxcrypt recipe. I changed the toolchain in rpb.inc file. Could you'll have a look at it? The linaro-7.2 compiles firmware correctly as well.

The jenkins build which uses linaro-7.2 also has the same issue. Here is the result in the jenkins build:

18:48:58 Summary: 1 task failed: 18:48:58 /srv/oe/build/conf/../../layers/openembedded-core/meta/recipes-core/libxcrypt/libxcrypt_4.4.1.bb:do_configure

The error has nothing to do with the bluetooth patch.

nishantpoorswani commented 5 years ago

@fboudra @koenkooi Any updates on this patch?