Actions
Build Support Raspberry Pi 7" Display firmware¶
Before to build support Raspberry Pi display firmware,
you need confirm your SB30 EVB is support DSI output or not.
Please reference Raspberry Pi Display rework guide in
https://support.innocomm.com/redmine/projects/sb30-som-and-evb/documents
Please apply patch SB30_20191217_patch.tar.xz.zip
It can download from link in below.
https://support.innocomm.com/redmine/attachments/download/6/SB30_20191217_patch.tar.xz.zip
Unzip password is NdfJ08k4R2Vg
How to build image¶
Follow the following commands to build Android images for Raspberry-pi-7 touchscreen and display.
$ export INOCO_RPI=yes
$ source build/envsetup.sh
$ lunch sb30-userdebug
$ make -j8
If you want disable it.
$ export INOCO_RPI=
Updated by Lion Wang over 3 years ago · 1 revisions