BeagleBoard/GSoC/BARD

From eLinux.org
Jump to: navigation, search

Introduction

BARD - Beagle Android Remote Display. The goal of this project is to build an "One cable to rule them all" interface between Beagle and Android. Aiming at building a system where all the basic peripherals - keyboard, mouse and display, can be connected to BeagleBone by attaching it with a USB cable to Android phone. This will be implemented as a kernel module running on BeagleBoard and a ready to use out-of-box app for Android which may be downloaded from Playstore.


Tools

This is a tentative list of tools we intend to use for this project.

Communication

The communication between Android and Beagle we will be over USB. The protocol will be Android Open Accessory (AOA) protocol. Beagleboard will be acting as an accessory that talks to Android using AOA.

Kernel ADK Host

ADK - Accessory Development Kit, needed for communication using AOA protocol. Beagle bone will be acting as an ADK host. Most of the existing implementations where Beagle bone acts as an ADK host are at user level. Some of them are: Custom firmware from rowboat, User level. Since we are aiming at kernel level implementation we will writing our own kernel modules for Beagle bone as an ADK host.

Display driver

udlfb is the original, fully functional, kernel framebuffer driver used by DisplayLink - the company that makes USB display modules. Essentially, udlfb has functions to fetch frames from framebuffer. The current plan is to modify or reuse parts of udlfb to obtain current display frames.


Source

Linux modules: https://github.com/praveendath92/bard-linux
Android app: https://github.com/praveendath92/bard-linux


Resources

GSoC Proposal: http://blog.praveenkumar.co.in/2014/05/gsoc-14-proposal-for-beagleorg.html
Melange: https://www.google-melange.com/gsoc/project/details/google/gsoc2014/praveendath92/5750085036015616
Status tracking: http://blog.praveenkumar.co.in/2014/05/beagle-gsoc-progress-tracking.html