Difference between revisions of "Ultibo Quick Start"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "Will soon move [http://turbocontrol.com/easyultibo.htm EasyUltibo] here.")
 
Line 1: Line 1:
 
Will soon move [http://turbocontrol.com/easyultibo.htm EasyUltibo] here.
 
Will soon move [http://turbocontrol.com/easyultibo.htm EasyUltibo] here.
 +
 +
- Boot up your Raspberry Pi, configure Internet access (if using WiFi)
 +
- Select your Language near the bottom of the screen, and then make sure Raspbian Lite is the only OS selected, then click the Install button.
 +
- When reboots, login (user pi and password raspberry)
 +
- We are basically following the "headless" set up https://learn.sparkfun.com/tutorials/python-programming-tutorial-getting-started-with-the-raspberry-pi/introduction.
 +
- Enter the following lines '''(without bold comment text)''' in the terminal:
 +
sudo sh -c "apt update && apt dist-upgrade && apt autoremove"
 +
sudo raspi-config '''(to select timezone and other options)'''
 +
wget https://github.com/ultibohub/Tools/releases/download/1.0.5/ultiboinstaller.sh
 +
./ultiboinstaller.sh '''(confirm don't want Lazarus, do want hello app)'''
 +
sudo halt '''(wait for LED off before power off)'''

Revision as of 15:59, 19 September 2019

Will soon move EasyUltibo here.

- Boot up your Raspberry Pi, configure Internet access (if using WiFi) - Select your Language near the bottom of the screen, and then make sure Raspbian Lite is the only OS selected, then click the Install button. - When reboots, login (user pi and password raspberry) - We are basically following the "headless" set up https://learn.sparkfun.com/tutorials/python-programming-tutorial-getting-started-with-the-raspberry-pi/introduction. - Enter the following lines (without bold comment text) in the terminal: sudo sh -c "apt update && apt dist-upgrade && apt autoremove" sudo raspi-config (to select timezone and other options) wget https://github.com/ultibohub/Tools/releases/download/1.0.5/ultiboinstaller.sh ./ultiboinstaller.sh (confirm don't want Lazarus, do want hello app) sudo halt (wait for LED off before power off)