GithubHelp home page GithubHelp logo

sarathjeeva / bbb-android-device-files-bluetooth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asebak/bbb-android-device-files-bluetooth

0.0 2.0 0.0 94 KB

beaglebone black board support package enabling bluetooth support

License: Apache License 2.0

Makefile 55.98% Objective-C 1.26% C 22.99% Shell 19.77%

bbb-android-device-files-bluetooth's Introduction

bbb-android-device-files-bluetooth

Beagleboard Black Android Kernel with Bluetooth Support Android Kernel 4.4.4 Linux Kernel 3.14

Fetch Android Open Source Project (AOSP)

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 
$ chmod a+x ~/bin/repo
$ mkdir ~/aosp
$ cd aosp
$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.4_r1
$ repo sync -c

Get Android BSP for beaglebone black

$ cd ~/aosp/device
$ mkdir ti
$ cd ti
$ git clone https://github.com/asebak/bbb-android-device-files-bluetooth.git beagleboneblack

Setup ARM Compiler

$ wget http://releases.linaro.org/14.04/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz
$ sudo tar xvf gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz -C /opt/
$ cd /opt/
$ sudo mv gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/ gcc-arm-linux
$ export PATH=$PATH:/opt/gcc-arm-linux/bin

Compile U-Boot (Bootloader)

$ cd ~/aosp
$ git clone https://github.com/u-boot/u-boot.git u-boot
$ cd u-boot
$ make CROSS_COMPILE=arm-linux-gnueabihf- am335x_boneblack_defconfig
$ make CROSS_COMPILE=arm-linux-gnueabihf-

Compile the Linux Kernel

$ cd ~/aosp
$ git clone https://github.com/beagleboard/linux.git kernel
$ cd kernel
$ git checkout 3.14
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bb.org_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j4 uImage dtbs LOADADDR=0x80008000
$ croot

Compile the Android Kernel

$ cd ~/aosp
$ source build/envsetup.sh
$ lunch #Select beagleboneblack-bluetooth-eng
$ make -j8

Create an SD Card

./sdcard.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.