Difference between revisions of "Ultibo Quick Start"

From Free Pascal wiki
Jump to navigationJump to search
m
m
Line 2: Line 2:
 
<br/>
 
<br/>
 
- Use a PC to install [https://www.matthuisman.nz/2017/02/how-to-install-pinn-lite.html PINN Lite] onto a 8 GB SD card.
 
- Use a PC to install [https://www.matthuisman.nz/2017/02/how-to-install-pinn-lite.html PINN Lite] onto a 8 GB SD card.
- Set up hardware similar to [https://www.raspberrypi.org/learning/parents-guide/ this], but the Zero is a little different as need USB hub and several micro to standard cables. '''PINN works with wireless keyboards and mice (unlike NOOBS)!'''<br/>
+
- Set up hardware similar to [https://www.raspberrypi.org/learning/parents-guide/ this], but the Zero is a little different as need USB hub and several micro to standard cables.<br/>
 +
'''PINN works with wireless keyboards and mice (unlike NOOBS)!'''<br/>
 
- Power up your Raspberry Pi, configure Internet access (if using WiFi)<br/>
 
- Power up your Raspberry Pi, configure Internet access (if using WiFi)<br/>
 
- Select your Language near the bottom of the screen<br/>
 
- Select your Language near the bottom of the screen<br/>

Revision as of 23:58, 27 September 2019

Our goal is to use a Raspberry Pi (optional - Zero Wireless With Headers with Sense HAT documented more here, here, and here).

- Use a PC to install PINN Lite onto a 8 GB SD card. - Set up hardware similar to this, but the Zero is a little different as need USB hub and several micro to standard cables.
PINN works with wireless keyboards and mice (unlike NOOBS)!
- Power up your Raspberry Pi, configure Internet access (if using WiFi)
- Select your Language near the bottom of the screen
- Make sure Raspbian Lite is selected to install, then click the Install button.
- When reboots, delay login as Raspbian does updates automatically by itself, login (user pi and password raspberry)
- We are basically following the "headless" set up here.
- Enter the following lines (without bold comment text)
sudo sh -c "apt update && apt dist-upgrade && apt autoremove"
sudo raspi-config (to select timezone under Locale)
sudo reboot
(login)
The reason binutils-arm-none-eabi is needed when running natively: arm_none_eabi
sudo apt install binutils-arm-none-eabi
wget https://github.com/ultibohub/Tools/releases/latest/download/ultiboinstaller.sh
chmod u+rx ultiboinstaller.sh
Note: the script below takes about 30 minutes on a RPi3B
./ultiboinstaller.sh (confirm don't want Lazarus, do want to build the Hello World examples)
Completes on RPi3B. On Zero get: Fatal I/O error: Disk Full (may work on present script)
sudo poweroff (wait for LED off before remove power)

See also