Downloads
This page is for Wandboard development board documentation and sourcecode. In addition to documentation a number of demo images are posted here. We welcome patches from everyone to add extra functions to the Wandboard and to become part of the Wandboard community.
Documentation and materials
![]() |
Documentation |
Date : 8 February 2013 | |
Wandboard Quick Start Guide Wandboard SOLO/DUAL REV A1. User Guide + Schematics Wandboard QUAD REV B1 Userguide + Schematics Wandboard CPU MOdule REV C1 Schematics Wandboard Baseboard REV C1 Schematics Wandboard Enclosure Assembling Guide |
|
![]() |
Wandboard and enclosure 2D and 3D files |
Date : 8 February 2013 | |
Wandboard 2D files Wandboard Solo/DL 3D files Wandboard Quad + Heatsink 3D files Enclosure 3D files |
|
Operating system SD card images
Operating systems from the community
These are unsupported software images, gathered all around the world wide web.
![]() |
Open SUSE SD card images |
Date : 8 July 2015 | |
WB All: Open SUSE 12.3 Darthmouth (login with root/linux, install packages with yast) | |
WB All: Open SUSE 13.2 Harlequin (login with root/linux, install packages with yast) | |
![]() |
Kodi/XBMC SD card images |
Date : 18 May 2015 | |
WB All: Geexbox XBMC/Kodi 20150518 snapshot (if needed, login with root/root) |
|
This image has the screen blanking bug fixed. | |
![]() |
Fedora SD card images |
Date : 20 May 2015 | |
WB All: Fedora 22 (login with root/wandboard22) |
|
![]() |
Ubuntu (Canonical) SD card images |
Date : 6 November 2015 | |
WB All: Ubuntu 15.04 | |
WB All: Ubuntu 15.10 (login with wandboard/wandboard or root/root) |
|
![]() |
OpenMandriva LX SD card images |
Date : 3 June 2015 | |
WB All: OpenMandriva LX 2015 (login with ovm/ovm or root/root, install packages with urpmi) |
|
![]() |
Archlinux SD card images |
Date : 9 June 2015 | |
WB All: Arch Linux (login with root/root, install packages with pacman) |
|
![]() |
Free BSD SD card images |
Date : 16 June 2015 | |
WB Quad: Free BSD 11.0 (login with root) |
|
![]() |
Open WRT SD card images |
Date : 15 July 2015 | |
WB All: OpenWRT 14.07 (login with root/root) |
|
![]() |
Debian SD card images |
Date : 18 August 2015 | |
WB All: Debian 8 Jessie (login with debian/temppwd, start UI with startx) |
|
For developers
Linux kernel git: https://www.github.com/wandboard-org/linux
(Don't forget to select branch)
Basic board support package (bootloader+kernel source code, documentation, firmware etc)
For Android source code:
# cd ~
# mkdir myandroid
# cd myandroid
# curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ./repo
# chmod a+x ./repo
# ./repo init -u git://www.wandboard.org/android/manifest.git -m default.xml
# ./repo sync -j4