Skip to content

r132

Choose a tag to compare

@bytes-crafter bytes-crafter released this 16 Jun 04:34
· 1 commit to r114-dev since this release

openFyde Prebuilt Image - Orange Pi 5 - r132

📄 TL;DR

This is the prebuilt image for the orangepi5-openfyde board under the openFyde project. This image supports:

🌟 OS Highlights

👨‍🔧 Installation

  1. Download the release file with the .run extension

  2. Make the file executable by running the command chmod +x <filename>.run and then execute the file depending on your target storage type:

    • For orange pi 5 with NVME, execute:
       ./orangepi5-openfyde-r132.run --board orangepi5 --boot nvme
      
    • For orange pi 5 with SATA, execute:
       ./orangepi5-openfyde-r132.run --board orangepi5 --boot sata
      
    • For orange pi 5b, execute:
      ./orangepi5-openfyde-r132.run --board orangepi5b --boot emmc
      
    • For orange pi 5plus with NVME, execute:
      ./orangepi5-openfyde-r132.run --board orangepi5plus --boot nvme
      
    • For orange pi 5plus with EMMC, execute:
      ./orangepi5-openfyde-r132.run --board orangepi5plus --boot emmc
      

    Or, you can just simply run./orangepi5-openfyde-r132.run without any flag or parameter; the command line prompt will ask you questions to help you decide the --board and --boot values.

    The image orangepi5-openfyde-r132.img that supports booting from SATA/NVMe/eMMC per your choice will then be generated in the current directory.

  3. Flash the image to a TF (microSD) card using your favourite tool, e.g. dd or balenaEtcher.

❗Important notes:

  • All images generated from the .run file will support booting from a TF (microSD) card. The 'target storage' means the storage type where you want to install openFyde while running the openFyde installer.
  • The installation process is necessary for some features to work, for example, the "local OTA update" feature introduced since this release; hence it's recommended to carry it out if you want to keep your openFyde OS and use it regularly in the future.
  • You can flash the image directly to your onboard storage(SATA/NVMe/eMMC). However, you can then only choose the Try It First button at OOBE; you WILL NOT be able to perform installation under this circumstance.
  • The installation process takes approximately 10 minutes, depending on the storage speed.

🔑 Checksum (sha256sum)

280a70b6308d40d6cd40e7ac051808164de5c88fb37365f3385d5a0186ecc4d1  orangepi5-openfyde-r132.run