OpenHD
GitHubTelegramDonate
2.0
2.0
  • Introduction
  • General
    • Features
    • Getting Started
    • FAQ
    • Contributing
  • Hardware
    • Wiring
    • WiFi Adapters
    • Supported SBC's
    • Cameras
    • Displays
    • Antennas
    • Audio
  • Software Setup
    • Telemetry and OSD
    • SmartSync
  • RC Control
    • General
    • RC over MAVLink
    • RC over Serial
  • Advanced Setup
    • Bidirectional Telemetry
    • USB Tethering
    • WiFi Hotspot
    • Ethernet Hotspot
    • Ground Recording
    • Using only a USB Camera
    • Using only an IP Camera
    • Using an IP or USB Camera as second camera
    • Bandwidth switching
    • LTE Connection
    • Ground Power Monitoring
  • Ground Station Software
    • QOpen.HD (recommended)
    • Mission Planner
    • QGroundControl
    • Tower
    • FPV_VR
    • GStreamer
    • FishingFanCam
    • RaspberryPi Camera Viewer
  • Developer Corner
    • The Open.HD Ecosystem
    • Making a Release
    • Update packages on a Pi
    • Change packet source on a Pi
    • Building an Image
    • Essentials
    • QOpenhd Tips
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Developer Corner

Change packet source on a Pi

PreviousUpdate packages on a PiNextBuilding an Image

Last updated 2 years ago

Was this helpful?

In order to change where apt or apt-get pull the openhd packages (to test a custom package for instance) you might want to alter the package-repo path in: /etc/apt/sources.list.d/openhd-2-0.list

The default for 2.0.8 is:

Nano to the package list file and modify to the list you want. For Example "openhd-2-0-testing.list"

To clear out old key and avoiding the error associated with an unsigned repo… get the error key by doing sudo apt-get update sudo gpg --keyserver dl.cloudsmith.io --recv-key F856E94C65F425D6

Then sudo apt-get upgrade openhd