Difference between revisions of "BeagleEPD"

From eLinux.org
Jump to: navigation, search
(Current Status)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category: Linux]]
 
[[Category: Linux]]
 
[[Category: OMAP]]
 
[[Category: OMAP]]
[[BeagleBoard]] E-Ink Platform Driver is a port of am300epd.c (a platform driver for the Broadsheet E-Ink display controller on mach-pxa) over to the BeagleBoard, and an open design for an interface adapter board that allows the beagleboard expansion header to be connected to the beagleEPD interface board that contains the Broadsheet controller that controls the E-Ink panel.
+
[[BeagleBoard]]  
 +
 
 +
=== Introduction ===
 +
This project aims to interface an E-Ink display directly with a beagleboard. This is done by creating an interface board that is connected to the Beagleboard expansion header and converts the relevant gpio signals into the levels appropriate for interfacing with the E-Ink display controller. The second part is to write a driver which is a port of am300epd.c from mach-pxa to mach-omap in order to support the E-Ink broadsheet framebuffer driver directly on beagleboard. All of this results in making it possible to connect any E-Ink display controller to a Beagleboard (via the expansion header) and to then treat any E-Ink display as another framebuffer.
 +
 
 +
The target display controller is the Broadsheet E-Ink controller that supports interfacing with all the current E-Ink display panels from various vendors. These are the same panels used in products like the Kindle and PRS-505/700 ebook reader devices.
 +
 
 +
=== Current Status ===
 +
* First pass  [http://elinux.org/upload/b/b4/Beagleepd_firstpass.patch beagleepd patch posted]
 +
* Schematic and driver development in progress.
 +
 
 +
=== Known bugs ===
 +
* None
 +
 
 +
=== Next steps ===
 +
* complete interface board schematic and layout
 +
* complete mach-omap/beagleepd.c
 +
 
 +
=== Getting the source code ===
  
 
Currently, am300epd.c and broadsheetfb.c have been merged into the Arm tree. See the  
 
Currently, am300epd.c and broadsheetfb.c have been merged into the Arm tree. See the  
 
[http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5353/1 patch info].
 
[http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5353/1 patch info].
  
The next step for BeagleEPD is the completion of the interface board design and then to start work on beagleepd.c which will be the am300epd.c port for the Beagle board.
+
Code for BeagleEPD will be under the same GPL license as am300epd and will be posted to the arm mailing list during development as was done for am300epd.c. Links will be added here as it progresses. The design for the interface board will be under a creative commons license that will be determined. The schematic is currently being designed using Protel but will be published in PDF format only.
 +
 
 +
Some videos that may be of interest to readers:
 +
 
 +
[http://www.youtube.com/watch?v=YsmY4OGWLJA Android on E-Ink using am300epd/broadsheetfb]
 +
 
 +
[http://www.youtube.com/watch?v=tgNgQ6CMBfU Midori-webkit-gtk on E-Ink using OE Angstrom as the base]
  
Code for BeagleEPD will be under the same GPL license as am300epd and will be posted to the arm mailing list during development as was done for am300epd.c. Links will be added here as it progresses. The design for the interface board will be under a creative commons license that will be determined. The schematic is currently being designed using Protel but will be published in PDF format only.
+
[http://www.youtube.com/watch?v=k4WBdagDgSg Fennec on E-Ink using OE Angstrom as the base]
 +
 
 +
and some blog articles on this [http://highlycomposite2.blogspot.com/search/label/e-ink are here].
  
Note, there is a different effort done by a company called Moto Labs (as pointed out by Dirk here) [http://labs.moto.com/android-meets-e-ink/ Android Beyond the Phone] . That development is not related and is not similar at all. That design does not talk to E-Ink directly, instead it uses a USB connection to an XScale CPU. In contrast, BeagleEPD is intended for direct interfacing.
+
Note, there is a different effort done by a company called Moto Labs [http://labs.moto.com/android-meets-e-ink/ Android Beyond the Phone] . That development is not related and is not similar at all. That design does not talk to E-Ink directly, instead it uses a USB connection to an XScale CPU. In contrast, BeagleEPD is intended for direct interfacing so that only the BeagleBoard and the E-Ink display controller are needed.

Latest revision as of 05:09, 27 February 2009

BeagleBoard

Introduction

This project aims to interface an E-Ink display directly with a beagleboard. This is done by creating an interface board that is connected to the Beagleboard expansion header and converts the relevant gpio signals into the levels appropriate for interfacing with the E-Ink display controller. The second part is to write a driver which is a port of am300epd.c from mach-pxa to mach-omap in order to support the E-Ink broadsheet framebuffer driver directly on beagleboard. All of this results in making it possible to connect any E-Ink display controller to a Beagleboard (via the expansion header) and to then treat any E-Ink display as another framebuffer.

The target display controller is the Broadsheet E-Ink controller that supports interfacing with all the current E-Ink display panels from various vendors. These are the same panels used in products like the Kindle and PRS-505/700 ebook reader devices.

Current Status

Known bugs

  • None

Next steps

  • complete interface board schematic and layout
  • complete mach-omap/beagleepd.c

Getting the source code

Currently, am300epd.c and broadsheetfb.c have been merged into the Arm tree. See the patch info.

Code for BeagleEPD will be under the same GPL license as am300epd and will be posted to the arm mailing list during development as was done for am300epd.c. Links will be added here as it progresses. The design for the interface board will be under a creative commons license that will be determined. The schematic is currently being designed using Protel but will be published in PDF format only.

Some videos that may be of interest to readers:

Android on E-Ink using am300epd/broadsheetfb

Midori-webkit-gtk on E-Ink using OE Angstrom as the base

Fennec on E-Ink using OE Angstrom as the base

and some blog articles on this are here.

Note, there is a different effort done by a company called Moto Labs Android Beyond the Phone . That development is not related and is not similar at all. That design does not talk to E-Ink directly, instead it uses a USB connection to an XScale CPU. In contrast, BeagleEPD is intended for direct interfacing so that only the BeagleBoard and the E-Ink display controller are needed.