10-30-2021, 06:15 AM
I finally got this working (big thanks to Paul on the chat).
Here are the steps that I did:-
Install Ubuntu 18.04 server edition (i then put xfce4 on top).
Install all the packages that Google tell you to install to compile AOSP.
Additionally install using apt-get install:-
libssl-dev
device-tree-compiler
liblz4-tool
Also do pip install pyelftools (I didn't need sudo for this)
cd into rk from the unpacked tar.gz
do the following:-
source/envsetup.sh
lunch (pick the build you want from the menu, I went for rk3566_rgo-userdebug)
./build.sh -AUCKu
If you open the build.sh in a text editor it tells you what the AUCKu options mean.
I will write this up properly on the wiki
The build from the tar file seems one version older than the dd images. I am waiting for the pinenote SDK to download because I suspect it might also work and be newer
Here are the steps that I did:-
Install Ubuntu 18.04 server edition (i then put xfce4 on top).
Install all the packages that Google tell you to install to compile AOSP.
Additionally install using apt-get install:-
libssl-dev
device-tree-compiler
liblz4-tool
Also do pip install pyelftools (I didn't need sudo for this)
cd into rk from the unpacked tar.gz
do the following:-
source/envsetup.sh
lunch (pick the build you want from the menu, I went for rk3566_rgo-userdebug)
./build.sh -AUCKu
If you open the build.sh in a text editor it tells you what the AUCKu options mean.
I will write this up properly on the wiki
The build from the tar file seems one version older than the dd images. I am waiting for the pinenote SDK to download because I suspect it might also work and be newer