hyperion.ng/docs/docs/en/user/HyperBian.md
2020-08-08 12:58:44 +02:00

2.9 KiB

HyperBian

Is a ready to use image for your Raspberry Pi. Based on the original Raspberry Pi Foundation image "Raspbian lite". Hyperion is already pre installed. So simply

  1. Download
  2. Burn image on SD
  3. Power on your Pi
  4. Visit with your Browser http://IpOfYourPi:8090 for configuration

Requirements

  • SD card with at least 2GB size
  • Raspberry Pi
  • Linux/Mac/Windows + SD card read/writer

Installation

::: tip As a image is already outdated the moment you create it. We update it once a week with latest sources from the Raspberry Pi Foundation. Or upon a new Hyperion release. :::

HyperBian WLAN

In case you want to use WLAN with your Raspberry Pi, you can include the WLAN SSID and password after you burned the HyperBian-XXXX.img to your SD card for auto configuration on first boot. Open the SD card with a file explorer. It's called "boot".

  • Create a new text file
  • Rename it to "wpa_supplicant.conf"
  • Add your WLAN credentials, replace YOUR_SSID and YOUR_PASSWORD with your values
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB

  network={
    ssid="YOUR_SSID"
    psk="YOUR_PASSWORD"
    key_mgmt=WPA-PSK
  }
- Save it! You are done, the WLAN will be configured during next boot

HyperBian SSH

You should never need it for daily usage, but for completion: To enable SSH access, plugin your sd card with HyperBian already installed into your computer, and open the "boot" partition with a file explorer. Create a empty file named ssh in the root directory (without file extension). SSH will be enabled now on next boot.
SSH LOGIN

  • User: pi
  • Password: raspberry