📘
PANOPTES User Guide
  • PANOPTES User Guide
  • FAQ
  • Building
    • Getting Started
      • Building Overview
      • Safety Guide
      • Parts Listing
    • Hardware Build
      • Camera Box
        • Camera Setup
        • Electronics
        • Hardware and Assembly
        • 4 Camera Design
      • Control Box
        • Electronics
        • Hardware and Assembly
      • Power and Network
        • Network Setup
        • Host Site (Mains) Power
        • UPS and Battery Backup
        • Power Distribution
      • Mount and Pier
        • Pier
          • Fabrication
          • Assembly
        • Mount
          • Assembly
          • Saddle Plate Rotation
          • Balancing
    • Software
      • Installing OS
      • Installing POCS
        • PANOPTES Unit Install
        • Developer Install
      • Arduino - Power Distribution
  • Deploying
    • Deployment Guide
      • Site Planning
      • Camera Focus
      • Polar Alignment
        • Overview
        • Drift Method
        • Procedure
          • Find Misalignment
          • Fix Misalignment
  • Running
    • Operating Guides
      • Automated Operation
      • Manual Operation
Powered by GitBook

Links:

  • Website
  • Forum
  • Software

2023 Project PANOPTES

On this page
  • Prerequisite Steps:
  • Installing Operating System

Was this helpful?

  1. Building
  2. Software

Installing OS

A guide to installing the operating system for Raspberry Pi.

PreviousSoftwareNextInstalling POCS

Last updated 2 years ago

Was this helpful?

This guide will help you install Ubuntu Server, the recommended operating system (OS) for the Raspberry Pi, in the Control Box and the Camera Box.

Prerequisite Steps:

Update operating system:

If you have already installed an older version of Ubuntu on the SD card, you will need to update Ubuntu to the newest version if you wish to keep any files. If needed, follow the to update your Ubuntu version.

Installing Operating System

By default Ubuntu Server does not come with a desktop environment, which means if you have a monitor plugged in during the first boot all you will see is a text-based login prompt. A desktop environment can be installed during Step 5 of instructions below. We recommend lubuntu-desktop.

If you are comfortable (or want to learn!) how to use the command line environment via ssh, you can skip installing the desktop environment.

Follow the official instructions for installing Ubuntu Server:

During Step 3 of the instructions above, it recommends changing some of the Advanced Options. This is where we can customize the install for POCS. Enter the following:

  • Hostname: Can be anything, but should identify which raspberry pi is being used, e.g. control-box, pocs-control-box, PAN021-control, PAN021-camera-box, maia-control, maia-camera, etc.

  • 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: We recommend setting the username to panoptes. Set an appropriate password.

  • Configure wireless LAN: 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.

Click the Save button and then proceed with the official instructions.

official instructions
How to install Ubuntu Server on your Raspberry Pi | UbuntuUbuntu
The official instructions for installing Ubuntu Server on a Raspberry Pi. A desktop envrionment can be installed on top of the Server edition for easier use.
Logo