This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Linux SDK - Bluez 5.40 integration

Hi,

I work on sitara am335x with ti-processor-sdk-linux-am335x-evm-02.00.00.00 and I want to ask how to  build Bluez 5.40 into

ti-processor-sdk-linux-am335x-evm-02.00.00.00 sdk?

Thanks Oded

  • I will ask the software team to comment.
  • Hello Oded,

    You can integrate the Bluez 5.40 to ti-processor-sdk-linux-am335x-evm-02.00.00.00 by this way.
    processors.wiki.ti.com/.../Processor_SDK_Building_The_SDK

    $ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-02.00.00.00-config.txt
    $ cd sources/oe-core/meta/recipes-connectivity/bluez5/
    $ cp bluez5_5.28.bb bluez5_5.40.bb
    $ sed -i 's/bc20a8285530758c68f6a60e4ca62a15/eb24c0d9eaeb1fb69833f322ec669e8b/g' bluez5_5.40.bb
    $ sed -i 's/85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9/dada8b812055afcad4546d9966f9a763e4723169e89706e2b240c7b7e998dc27/g' bluez5_5.40.bb
    $ cd ../../../../../build
    $ . conf/setenv
    $ export PATH=$HOME/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin:$PATH
    $ MACHINE=am335x-evm bitbake bluez5

    Best regards,
    Kemal