Build Support Raspberry Pi 7" Display firmware » History » Version 1
Lion Wang, 08/06/2021 10:35 AM
| 1 | 1 | Lion Wang | h1. Build Support Raspberry Pi 7" Display firmware |
|---|---|---|---|
| 2 | |||
| 3 | Before to build support Raspberry Pi display firmware, |
||
| 4 | you need confirm your SB30 EVB is support DSI output or not. |
||
| 5 | |||
| 6 | Please reference %{color:red}Raspberry Pi Display rework guide% in |
||
| 7 | https://support.innocomm.com/redmine/projects/sb30-som-and-evb/documents |
||
| 8 | |||
| 9 | Please apply patch SB30_20191217_patch.tar.xz.zip |
||
| 10 | It can download from link in below. |
||
| 11 | https://support.innocomm.com/redmine/attachments/download/6/SB30_20191217_patch.tar.xz.zip |
||
| 12 | |||
| 13 | Unzip password is %{color:red}NdfJ08k4R2Vg% |
||
| 14 | |||
| 15 | h2. How to build image |
||
| 16 | |||
| 17 | Follow the following commands to build Android images for Raspberry-pi-7 touchscreen and display. |
||
| 18 | $ export INOCO_RPI=yes |
||
| 19 | $ source build/envsetup.sh |
||
| 20 | $ lunch sb30-userdebug |
||
| 21 | $ make -j8 |
||
| 22 | |||
| 23 | If you want disable it. |
||
| 24 | $ export INOCO_RPI= |