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.
Once you have downloaded the package, it can be flashed as follows.
- 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.
- Unpack the downloaded zip package.
- Edit the file "boot/config.txt" for desired resolution. You can find more information here or here.
- Insert the memory card into your computer. All data on this card will be lost.
- Execute the install script from the downloaded package:
- Find the device name where the card is mounted (example: /dev/sdc)
- Use the "-p" flag to partition your card.
- Use the "-f" flag to format your card.
- Wait for the script to terminate. If everything went fine, put the memory card into the raspberry pi and power it on.
- Execute the gapps script from the downloaded package, if desired.
unzip rtandroid-[VERSION]-[DATE]-rpi3.zip -d .
sudo fdisk -l
bush ./install.sh -p -f /dev/sdc <- read out "/dev/sdc" from command sudo fdisk -l