Raspbian Lite is the only OS selected
-When reboots, login (user pi and password raspberry)
– Everytime boot up, hit the key an extra time (as first prompt is erased)
– Enter the following lines (without bold comment text) in the terminal:
sudo apt-get update sudo apt-get upgrade sudo dpkg-reconfigure tzdata sudo apt-get install binutils-arm-none-eabi sudo apt-get install fpc-3.0.0 --fix-missing fpc -i | more wget http://turbocontrol.com/easyultibo121517.zip mkdir hello unzip easyultibo121517.zip -d hello cd hello ./uin.sh export PATH=/home/pi/ultibo/core/fpc/bin:$PATH fpc -i | more cd QEMU ../helloqv.sh cd .. cd RPi ../hellob.sh cd .. cd RPi2 ../hello2b.sh cd .. cd RPi3 ../hello3b.sh cd ..