Skip to content

r138

Latest

Choose a tag to compare

@yiboll yiboll released this 28 Oct 07:35

openFyde Prebuilt Image - Orange Pi 5 - r138

📄 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-r138.run --board orangepi5 --boot nvme
      
    • For orange pi 5 with SATA, execute:
       ./orangepi5-openfyde-r138.run --board orangepi5 --boot sata
      
    • For orange pi 5b, execute:
      ./orangepi5-openfyde-r138.run --board orangepi5b --boot emmc
      
    • For orange pi 5plus with NVME, execute:
      ./orangepi5-openfyde-r138.run --board orangepi5plus --boot nvme
      
    • For orange pi 5plus with EMMC, execute:
      ./orangepi5-openfyde-r138.run --board orangepi5plus --boot emmc
      

    Or, you can just simply run./orangepi5-openfyde-r138.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-r138.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)

2e40481cf0dbe8c961effce8ca0b60ddb67f7b3cbbbfd6e15d494c7544a8e1bd  orangepi5-openfyde-r138.run