Skip to content
Marcel Thürmer edited this page Sep 7, 2018 · 8 revisions

Welcome to the Blueberry-PI wiki!

This wiki is intended to be used to completely build your own image for the Blueberry PI.
Since the Allwinner V3s has only 64Mb of RAM, it is very smart to customize your image to fit your needs.
To build your own image you will need a running Ubuntu / Debian (or other distros).
To build the image you will need to complete these steps:

  1. Install a cross compiler toolchain and all needed packages
  2. U-boot mainline or U-boot with VGA LCD support
  3. Kernel
  4. Buildroot
  5. Imagepacker

This is the first time I wrote a tutorial, so if you spot a mistake just send me an email to let me know.

I also created a prebuilt image to easily get started with your Blueberry PI.
You can download this image here
This image comes with the new 4.18 kernel and mainline U-boot.
Following interfaces are enabled in this image:
Uart0 (PB8, PB9)
Uart2 (PB0, PB1)
I2C0 (PB6, PB7)
I2C1 (PE21, PE22)
SPI0 (PC0, PC1, PC2, PC3)
MMC0 and MMC1 (RTL8723BS), USB, Ethernet and audio.
Password for root: root
please change this password immediately!

Clone this wiki locally