Difference between revisions of "Ultibo Quick Start"

From Free Pascal wiki
Jump to navigationJump to search
Line 7: Line 7:
 
- Note: the rest takes about 47 minutes on a RPi3B<br/>
 
- Note: the rest takes about 47 minutes on a RPi3B<br/>
 
<br/>
 
<br/>
Our goal is to use a Raspberry Pi Zero Wireless With Headers (with [https://ultibo.org/wiki/Unit_RPISENSEHAT Sense HAT] documented more here and here and here).<br/>
+
Our goal is to use a Raspberry Pi Zero Wireless With Headers (with [https://ultibo.org/wiki/Unit_RPISENSEHAT Sense HAT] documented more [https://www.raspberrypi.org/products/sense-hat/ here] and [https://astro-pi.org/wp-content/uploads/2018/09/T05.2_Meet-the-Sense-HAT.pdf here] and [http://www.esa.int/Education/AstroPI/European_Astro_Pi_Challenge_2019-20_now_open here]).<br/>
 
<br/>
 
<br/>
 
- Boot up your Raspberry Pi, configure Internet access (if using WiFi)<br/>
 
- Boot up your Raspberry Pi, configure Internet access (if using WiFi)<br/>

Revision as of 16:34, 19 September 2019

Will soon move EasyUltibo here.

Overview


- Install NOOBS Lite onto a 8 GB SD card
- Note: the rest takes about 47 minutes on a RPi3B

Our goal is to use a Raspberry Pi Zero Wireless With Headers (with Sense HAT documented more here and here and 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/latest/download/ultiboinstaller.sh
./ultiboinstaller.sh (confirm don't want Lazarus, do want hello app)
sudo halt (wait for LED off before power off)

See also