Jump to content
UncleSlug

Android 11 for Tinkerboard R2.0 broken

Recommended Posts

It seems like a lot of the repos required for Android 11 on a Tinkerboard R2.0 have been deleted. The seem to have been replace with differently names ones which only have an Android 12 branch. E.g. build-soong -> rockchip-android-soong. When doing a repo sync every repo asks for a github username and password. When putting the github link into a browser it returns a 404 error.

Steps to reproduce (with a clean directory):

  1. repo init -u https://github.com/TinkerBoard-Android/manifest.git -b android11-rockchip -m tinker_board-android11-1.0.0.xml

     

  2. repo sync

How do I build something now?

Share this post


Link to post
Share on other sites

I see Android 12 has appeared and can be built with something like:

repo init -u https://github.com/TinkerBoard-Android/rockchip-android-manifest.git -b android12-rockchip
repo sync
source build/envsetup.sh
lunch Tinker_Board-userdebug
./build.sh -UCKAu

but I am still using Android 11...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...