raspOVOS

RaspOVOS: A Beginner’s Guide to Setting Up Your Raspberry Pi with OVOS

This tutorial is designed for users new to Raspberry Pi and RaspOVOS. Follow these steps to set up and optimize your device for the best experience.


Step 1: Prepare Your Hardware

Raspberry Pi Model Recommendations

Storage Options

Power Supply Considerations

Raspberry Pi boards are notoriously picky about power supplies. Insufficient power can lead to performance issues, random reboots, or the appearance of the undervoltage detected warning (a lightning bolt symbol in the top-right corner of the screen).


Step 2: Install RaspOVOS Image

  1. Download and Install Raspberry Pi Imager
    • Visit Raspberry Pi Imager and download the appropriate version for your OS.
    • Install and launch the imager.
  2. Flash the Image to Storage
    • Insert your SD card or USB drive into your computer.
    • In the Raspberry Pi Imager:
      • Choose OS: Select “Use custom” and locate the RaspOVOS image file.
      • Choose Storage: Select your SD card or USB drive.

image

image

image

  1. Advanced Configuration Options
    • Click Next and select Edit Settings to customize settings, including:
      • Password: Change the default password.
      • Hostname: Set a custom hostname for your device.
      • Wi-Fi Credentials: Enter your Wi-Fi network name and password.
      • Keyboard Layout: Configure the correct layout for your region.

    Important: Do NOT change the default username (ovos), as it is required for the system to function properly.

image

image

  1. Write the Image
    • Click Save and then Yes to flash the image onto your storage device.
    • Once complete, safely remove the SD card or USB drive from your computer.

Step 3: Initial Setup and First Boot

Connect and Power On

First Boot Process

  1. Initialization:
    • The system will expand the filesystem, generate SSH keys, and perform other setups.
  2. Reboots:
    • The device will reboot up to three times during this process.
  3. Autologin:
    • The ovos user will automatically log in to the terminal after boot.
  4. Check System Status:
    • Use the ologs command to monitor logs and confirm that the system has fully initialized.

Step 4: Setting Up Wi-Fi

Option 1: Configure Wi-Fi Using Raspberry Pi Imager

The most straightforward method is to set up Wi-Fi during the imaging process.

  1. Open Raspberry Pi Imager and select Edit Settings Option.
  2. Enter your SSID (Wi-Fi network name) and password in the Wi-Fi configuration fields.
  3. Write the image to your SD card or USB drive, and your Wi-Fi will be pre-configured.

Option 2: Use Audio-Based Wi-Fi Setup (ggwave)

  1. Open ggwave Wi-Fi setup on a device with speakers.
  2. Enter your SSID and password and transmit the data as sound.
  3. Place the transmitting device near the Raspberry Pi microphone.
  4. If successful, you’ll hear an acknowledgment tone.
    • If decoding fails or credentials are incorrect, you’ll hear an error tone.

🚧 Note: ggwave is a work-in-progress feature and does not have any dialogs or provide on-screen feedback. 🚧

image


Step 5: Running OVOS

OVOS First Launch


Step 6: Using OVOS Commands

Helpful Commands

Once the terminal appears, you’ll see a guide with OVOS commands. Some key commands include:

You use the command ovos-help to print the message with all commands again at any point

Check Logs in Real-Time


Enjoy your journey with RaspOVOS! With your Raspberry Pi set up, you can start exploring all the features of OpenVoiceOS.

Running into issues? check out the troubleshooting docs