Versions Compared

Key

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

...

  • 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 For i.MX platform download this preconfigured script: android_build.sh and run it on your Linux PC HOSHOST:

    • ./android_build.sh <BOARD_CODE> # Where <BOARD_CODE> can be “C61”, C43”, “C20”, etc [For example: ./android_build.sh C61 ]

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

    • ls -l lh ANDROID_11/Distros/

Detailed procedure:

  • Configure git:

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

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

...