Difference between revisions of "OLD Bare Metal System Image"

From Open Mower Wiki
Jump to navigation Jump to search
(Created page with "This page will guide you through the steps to install a basic system image. On this image you will have the ROS base system, the OpenMower installation, local configuration for your mower and some tools to help you work with the mower. === Installing the Base System === The first step is to install the base system. We're using Ubuntu 20.04 Server for the Raspberry Pi. This is, because this image gives us best support ROS Noetic. Installing the base image is easy: # G...")
 
Line 3: Line 3:
On this image you will have the ROS base system, the OpenMower installation, local configuration for your mower and some tools to help you work with the mower.
On this image you will have the ROS base system, the OpenMower installation, local configuration for your mower and some tools to help you work with the mower.


=== Installing the Base System ===
==Prerequisites==
In order to follow this guide, you will need the following:
 
#A Raspberry Pi 4 (4GB or more recommended, 2GB works with swap, see below)
#An SD card
#A soldered OpenMower mainboard
 
==Installing the Base System==
The first step is to install the base system. We're using Ubuntu 20.04 Server for the Raspberry Pi. This is, because this image gives us best support ROS Noetic.
The first step is to install the base system. We're using Ubuntu 20.04 Server for the Raspberry Pi. This is, because this image gives us best support ROS Noetic.


Installing the base image is easy:
Installing the base image is easy:


# Get the Raspberry Pi Imager software [https://www.raspberrypi.com/software/]
#Get the Raspberry Pi Imager software [https://www.raspberrypi.com/software/]
#
#Select the correct operating system:  ''Other-general-purpose OS > Ubuntu > Ubuntu Server 20.04.4 LTS (RPI 3/4/400)''
#Insert your SD card into your PC and select it in the ''Storage'' part of the software
#Click ''write'' and wait for the process to finish
 
 
Once you have successfully flashed your image, remove the SD for your PC '''and reinsert it again.'''
 
Then replace the '''/boot/config.txt''' file with the one provided here: [https://github.com/ClemensElflein/OpenMower/blob/main/configs/RaspberryPiConfig/config.txt]
 
This will enable all hardware serial ports on the Raspberry Pi.
 
 
Once you have done this step, you can eject the SD card and plug it into your Raspberry Pi 4.

Revision as of 18:47, 6 June 2022

This page will guide you through the steps to install a basic system image.

On this image you will have the ROS base system, the OpenMower installation, local configuration for your mower and some tools to help you work with the mower.

Prerequisites

In order to follow this guide, you will need the following:

  1. A Raspberry Pi 4 (4GB or more recommended, 2GB works with swap, see below)
  2. An SD card
  3. A soldered OpenMower mainboard

Installing the Base System

The first step is to install the base system. We're using Ubuntu 20.04 Server for the Raspberry Pi. This is, because this image gives us best support ROS Noetic.

Installing the base image is easy:

  1. Get the Raspberry Pi Imager software [1]
  2. Select the correct operating system: Other-general-purpose OS > Ubuntu > Ubuntu Server 20.04.4 LTS (RPI 3/4/400)
  3. Insert your SD card into your PC and select it in the Storage part of the software
  4. Click write and wait for the process to finish


Once you have successfully flashed your image, remove the SD for your PC and reinsert it again.

Then replace the /boot/config.txt file with the one provided here: [2]

This will enable all hardware serial ports on the Raspberry Pi.


Once you have done this step, you can eject the SD card and plug it into your Raspberry Pi 4.