Skip to content
peyo-hd edited this page Dec 15, 2015 · 35 revisions

Usage

Screen resolution

  • Default build (framebuffer mode) : 1280x720 : Any monitor/TV which support this resolution could be connected.
  • vc4 build : 1920x1080 : Only full HD monitor/TV could be used.

Keymap with generic PC keyboard

  • F1 : Home
  • F2 : Back
  • F3 : Menu

ADB connection

  • Boot the android image with ethernet connected.
  • Check IP address of the board at Settings->About->Status
  • At host do 'adb connect '

How to use vc4 drm/mesa driver

Since vc4 build is still unstable & slow (but working), it's not documented on the README

After 'repo sync' step of https://github.com/peyo-hd/local_manifests/tree/marshmallow do 'git checkout vc4' on following sources.

  • kernel/rpi
  • device/brcm/rpi2

Then follow README of https://github.com/peyo-hd/device_brcm_rpi2/tree/vc4

For vc4 original work of Eric Anholt, refer to http://dri.freedesktop.org/wiki/VC4 And his github : https://github.com/anholt

Clone this wiki locally