Versions Compared

Key

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

...

After TRS system booted up, you need to download Android Cuttlefish image and uncompress it into a specific folder /home/leoy/android-cf-mainline/cf due to the overlay images contains the absolute path. The commands are:

Code Block
languagebashnone
# wget https://people.linaro.org/~leo.yan/arm_blueprint/aaos_on_xen/cuttlefish.tgz
# wget https://people.linaro.org/~leo.yan/arm_blueprint/aaos_on_xen/aaos_vm.cfg
# wget https://people.linaro.org/~leo.yan/arm_blueprint/aaos_on_xen/u-boot.bin
# mkdir -p /home/leoy/android-cf-mainline/cf/
# tar zxvf cuttlefish.tgz -C /home/leoy/android-cf-mainline/cf/

In the console, we need to firstly launch Xfce4 windows manager:

Code Block
languagebashnone
# startxfce &

Everything is ready, we can run Android automotive on Xen virtual machine:

...