2016年11月20日 星期日

Install Android on Raspberry pi 3 from linux platform

Download and follow the instruction from there:

https://git.embedded.rwth-aachen.de/rtandroid/downloads/raspberry-pi/


Below is some minor changes:
 
Flashing RTAndroid

This section describes how to flash RTAndroid. Please use a Linux destribution for the installation process. Windows users should use a Live-CD or VirtualBox.
Once you have downloaded the package, it can be flashed as follows.
  1. Make sure you have a micro SD card with UHS speed class of 4 or higher. Slow memory cards will slow down the system significantly.
  2. Unpack the downloaded zip package.
  3. unzip rtandroid-[VERSION]-[DATE]-rpi3.zip -d .
  4. Edit the file "boot/config.txt" for desired resolution. You can find more information here or here.
  5. Insert the memory card into your computer. All data on this card will be lost.
  6. Execute the install script from the downloaded package:
    • Find the device name where the card is mounted (example: /dev/sdc)
    • sudo fdisk -l
    • Use the "-p" flag to partition your card.
    • Use the "-f" flag to format your card.
    • bush ./install.sh -p -f /dev/sdc <- read out "/dev/sdc" from command sudo fdisk -l
    • Wait for the script to terminate. If everything went fine, put the memory card into the raspberry pi and power it on.
  7. Execute the gapps script from the downloaded package, if desired.
Depending on the memory card the first system boot can take up to 15 minutes until RTAndroid will be fully functional. Feel free to use the comment section below or the RPi discussion group for feedback and further questions.

沒有留言:

張貼留言