LogoLogo
  • Project PANOPTES
  • Overview
    • πŸ€·β€β™€οΈFAQ
    • πŸ€–PANOPTES Units
    • ☎️Contact
  • Building Docs
    • πŸ”­Start Building!
      • Building Overview
      • Safety Guide
      • Parts Listing
    • πŸ› οΈHardware
      • Control Box
        • Electronics
        • Hardware and Assembly
        • Network Setup
        • Power Distribution
      • Camera Box
        • Camera Setup
        • Electronics
        • Hardware and Assembly
        • 4 Camera Design
      • Mount and Pier
        • Pier
          • Fabrication
          • Assembly
        • Mount
          • Assembly
          • Saddle Plate Rotation
          • Balancing
      • Weather Station
    • πŸ‘©β€πŸ’»Software
      • Installation
        • Installing OS
        • Installing POCS
        • Installing PowerBoard
      • Configuration
      • POCS Command Line
        • Mount
        • Config Server
        • PowerBoard
        • Weather Station
      • Appendix
        • SSH Access
        • Command Line & The Shell
        • tmux / byobu
        • Services
    • πŸ“‹Testing
    • πŸ‘·β€β™€οΈDeployment
      • Site Planning
      • Camera Focus
      • Polar Alignment
        • Overview
        • Drift Method
        • Procedure
          • Find Misalignment
          • Fix Misalignment
    • πŸͺOperation
      • Automatic Operation
      • Manual Operation
  • Science
    • πŸ“ŠData
Powered by GitBook
LogoLogo

Links

  • Forum
  • GitHub
  • Contact

Site

  • Getting Started
  • Teams
  • Data

2023 Project PANOPTES

On this page
  • Imager Software
  • Customize install options
  1. Building Docs
  2. Software
  3. Installation

Installing OS

A guide to installing the operating system for Raspberry Pi.

PreviousInstallationNextInstalling POCS

Last updated 1 year ago

You can use the Raspberry Pi Imager tool to install the OS.

We use Ubuntu Server 64-bit as our default OS as it has the best support for all of our hardware.

You can choose this option in the Imager tool by selecting the "Other general purpose OS" menu as seen below:

Imager Software

Customize install options

After choosing the OS and the storage option, you can select the small gear box in the lower-right corner of the Imager to customize your installation. We recommend the following settings:

  • Hostname: The name the computer will be known by. If you have been assigned a Unit ID, you should use that, e.g. PAN021. You can slo use any name you want although it should not container spaces or any unusual characters. We will be using PAN021 in the example for this guide.

You will use the hostname to access the unit, either via a web browser (running juputer notebooks) or via ssh, so it's important to choose something meaningful.

  • Enable SSH: Click to enable and make sure "Use password authentication" is selected (unless you know what you are doing with ssh keys).

  • Set username and password: Set the username to panoptes. Set an appropriate password.

  • Configure wireless LAN: For the control box, leave this blank. For the camera box, set this to your wifi connection. Make sure to change the Wireless LAN country to your appropriate country, e.g. US.

  • Set locale settings: Select your timezone, which should have been auto-detected.

When the process is finished the Imager program will say it is okay to "eject" the card. You can then remove the micro SD and place it in the Raspberry Pi to boot.

The first time you boot the Raspberry Pi you should ensure that it is connected to the internet. The simplest way to check that is to have an ethernet cable going to the running Mango router (see Network Setup). The new OS will finish some installation procedures on the first boot and some of these utilize an internet connection.

When you're done you are ready to install POCS on the newly running OS!

If you don’t have a monitor and keyboard connected, see SSH Accessfor details on how to talk with your computer and then proceed to Installing POCS.

sudo apt install lubuntu-desktop

If you'd like to have a graphical environment, we recommend installing . This can be done with:

πŸ‘©β€πŸ’»
Lubuntu
Raspberry Pi OS – Raspberry PiRaspberry Pi
The official Imager tool for installing an Operating System on your Pi.