Skip to content

Android P9 pre built images (Development Images Only)

vraevsky edited this page Jun 23, 2019 · 1 revision

Android P9 pre-built images

Pre-built image

Create Android P9 SD-Card

From now we assume the device name of the SD card on your Linux PC is /dev/sdX.

⚠️ It is up to the user to figure out what the real device node name is.

  • Clean up the uSD card:
sudo dd if=/dev/zero of=/dev/sdX bs=1M count=16
sudo partprobe /dev/sdX
  • Deploy the image onto the uSD card:
xz -dc /path/to/android.p9.8G.img.xz | sudo dd of=/dev/sdX bs=1M status=progress

Boot from the SD-card

  • ucm-imx8m-mini
  1. Insert the prepared SD card into micro-SD socket P23
  2. Power on the board
  3. Press and hold SW6 (RESET) and SW7 (ALT_BOOT) buttons
  4. Release SW6 and then SW7