Skip to content

This script builds a Debian image for the Orange Pi RV2 single-board computer.

Notifications You must be signed in to change notification settings

zerokaze420/build_image_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Orange Pi RV2 Debian Image Builder

This script builds a Debian image for the Orange Pi RV2 single-board computer.

Prerequisites

Before you begin, ensure you have the following software installed on your system:

  • Git: For cloning the repository.
  • balenaEtcher: For flashing the generated image to an SD card. You can download it from the official website.

How to Use

  1. Clone the repository:

    git clone https://github.com/zerokaze420/build_image_script.git
  2. Navigate to the project directory:

    cd build_image_script/
  3. Make the script executable:

    chmod +x main.sh
  4. Run the build script:

    ./main.sh
  5. Flash the image:

    After the script finishes, you will find the generated image file in the project directory. Use balenaEtcher to flash the image onto your SD card.

Features

  • Lightweight: The generated Debian image is minimal and optimized for the Orange Pi RV2.
  • Easy to Use: The build process is automated with a single script.
  • Customizable: You can easily modify the build script to add or remove packages and configurations.

Disclaimer

This script is provided as-is. The author is not responsible for any damage to your device. Use it at your own risk.

About

This script builds a Debian image for the Orange Pi RV2 single-board computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors