This script builds a Debian image for the Orange Pi RV2 single-board computer.
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.
-
Clone the repository:
git clone https://github.com/zerokaze420/build_image_script.git
-
Navigate to the project directory:
cd build_image_script/ -
Make the script executable:
chmod +x main.sh
-
Run the build script:
./main.sh
-
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.
- 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.
This script is provided as-is. The author is not responsible for any damage to your device. Use it at your own risk.