Difference between revisions of "Ultibo Quick Start"

From Lazarus wiki
Jump to navigationJump to search
m
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)
+
- Boot up your Raspberry Pi, configure Internet access (if using WiFi)<br/>
- 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.
+
- 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.<br/>
- When reboots, login (user pi and password raspberry)
+
- When reboots, login (user pi and password raspberry)<br/>
- We are basically following the "headless" set up https://learn.sparkfun.com/tutorials/python-programming-tutorial-getting-started-with-the-raspberry-pi/introduction.
+
- We are basically following the "headless" set up https://learn.sparkfun.com/tutorials/python-programming-tutorial-getting-started-with-the-raspberry-pi/introduction.<br/>
- Enter the following lines '''(without bold comment text)''' in the terminal:
+
- Enter the following lines '''(without bold comment text)''' in the terminal:<br/>
sudo sh -c "apt update && apt dist-upgrade && apt autoremove"
+
sudo sh -c "apt update && apt dist-upgrade && apt autoremove"<br/>
sudo raspi-config '''(to select timezone and other options)'''
+
sudo raspi-config '''(to select timezone and other options)'''<br/>
wget https://github.com/ultibohub/Tools/releases/download/1.0.5/ultiboinstaller.sh
+
wget https://github.com/ultibohub/Tools/releases/download/1.0.5/ultiboinstaller.sh<br/>
./ultiboinstaller.sh '''(confirm don't want Lazarus, do want hello app)'''
+
./ultiboinstaller.sh '''(confirm don't want Lazarus, do want hello app)'''<br/>
sudo halt '''(wait for LED off before power off)'''
+
sudo halt '''(wait for LED off before power off)'''<br/>

Revision as of 16:02, 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)