Raspberry Pi Ubuntu quickstart: Difference between revisions

From Bitpost wiki
(Created page with "Ubuntu on Pi is suggested for ROS. == Installation == * Install the [https://www.raspberrypi.com/software/ Pi Imager] * Run the Imager and select... OS > Other general-purp...")
 
Line 3: Line 3:
== Installation ==
== Installation ==


* Install the [https://www.raspberrypi.com/software/ Pi Imager]
* Install the [https://www.raspberrypi.com/software/ Pi Imager] and run it
* Run the Imager and select...
sudo dpkg -i imager_1.7.2_amd64.deb
sudo rpi-imager&
* Pick Ubuntu server
  OS > Other general-purpose > Ubuntu > Ubuntu Server 22.04 LTS 64-bit
  OS > Other general-purpose > Ubuntu > Ubuntu Server 22.04 LTS 64-bit
* Burn microSD and boot
* Burn microSD
* Connect directly to the Pi to pull initial info
* Plug ethernet and keyboard into the Pi
** Plug an ethernet and power cable into the Pi
* Temporarily plug melange's HDMI into the Pi
** Temporarily plug melange's HDMI into the Pi
* Plug in the power cable and boot it up
** Log in as ubuntu/ubuntu
* Log in as ubuntu/ubuntu and perform [[Linux barebones quickstart|initial setup]] - make sure ssh is running before disconnecting and switching to an SSH session:
** Start sshd
  sudo service sshd start
  sudo service sshd start
** Make note of IP and MAC.
ip a

Revision as of 21:22, 6 June 2022

Ubuntu on Pi is suggested for ROS.

Installation

sudo dpkg -i imager_1.7.2_amd64.deb
sudo rpi-imager&
  • Pick Ubuntu server
OS > Other general-purpose > Ubuntu > Ubuntu Server 22.04 LTS 64-bit
  • Burn microSD
  • Plug ethernet and keyboard into the Pi
  • Temporarily plug melange's HDMI into the Pi
  • Plug in the power cable and boot it up
  • Log in as ubuntu/ubuntu and perform initial setup - make sure ssh is running before disconnecting and switching to an SSH session:
sudo service sshd start