Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Building a custom Android 11 for SECO board is a really simple operation.

Requirements:

  • a power PC HOST with Linux OS system (Ubuntu, Debian, ARCH Linux are valid options);

  • a docker environment installed and running;

  • a configured git and repo environment;

  • 250 GB of free space on HD;

  • a good Internet connection;

If you are in hurry:

  • Download this preconfigured script: android_build.sh and run it on your Linux PC HOS:

    • ./android_build.sh

  • You will find the result of the build process in the folder ANDROID_11/Distros:

    • ls -l ANDROID_11/Distros

Detailed procedure:

  • Configure git:

    • git config --global user.name "Your Name"

    • git config --global user.email "your.name@example.com"

...

Info

The predefined android_build.sh script contains all the commands described above and can be used to speedup the build process, or can be modified to be adapted for specific use

Ready for installing:

Refer to Install Android 11 on SECO boards for installation procedure.

...