Skip to content

manual/generic/android/pre-built

Description

Test if the pre-build image can be installed and boot-up ok

Maintainer

  • botao.sun@linaro.org

OS

  • android

Scope

  • functional

Devices

  • panda
  • panda-es
  • vexpress-a9
  • vexpress-tc2
  • arndale

Steps to reproduce

  • On host PC, download binary "img.bz2" file from build page
  • Extract the "img" file from the compressed package: $ tar xjvf XXXXX.img.bz2
  • Plug in SD card to host PC, in terminal, run: $ sudo fdisk -l $ sudo dd if=XXXXX.img of=/dev/sdX bs=4M
  • After SD card flashing completed, then insert it to the board and power on
  • Note: Remember to replace "XXXXX" and "sdX" to yours