Difference between revisions of "Ultibo Quick Start"

From Lazarus wiki
Jump to navigationJump to search
m
m
Line 14: Line 14:
 
sudo reboot<br/>
 
sudo reboot<br/>
 
'''(login)'''<br/>
 
'''(login)'''<br/>
'''The reason binutils-arm-none-eabi is needed when running natively:''' [https://ultibo.org/wiki/Building_for_Raspbian#Installing_the_arm-none-eabi_Toolchain arm_none_eabi]
+
'''The reason binutils-arm-none-eabi is needed when running natively:''' [https://ultibo.org/wiki/Building_for_Raspbian#Installing_the_arm-none-eabi_Toolchain arm_none_eabi]<br/>
 
sudo apt install binutils-arm-none-eabi<br/>
 
sudo apt install binutils-arm-none-eabi<br/>
 
wget https://github.com/ultibohub/Tools/releases/latest/download/ultiboinstaller.sh<br/>
 
wget https://github.com/ultibohub/Tools/releases/latest/download/ultiboinstaller.sh<br/>

Revision as of 13:48, 25 September 2019

Our goal is to use a Raspberry Pi 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 Zero hardware (similar to this, but a little different as need USB hub and several micro to standard cables). PINN works with wireless keyboards and mice (unlike NOOBS)!
- Note: the script takes about 30 minutes on a RPi3B
- Power up your Raspberry Pi, configure Internet access (if using WiFi)
- Select your Language near the bottom of the screen
- Make sure both LibreELEC and Raspbian Lite are selected to install, then click the Install button.
- When reboots, select Raspbian to boot, and 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
./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
sudo poweroff (wait for LED off before remove power)

See also