Introduction
Flashing a custom OS onto your Raspberry Pi 5 Industrial Enclosure with a 10-inch TFT Display requires a specific version of the Raspberry Pi OS and running an installation script tailored for this hardware. This guide outlines the process and includes an alternative solution if the initial steps don’t work.
Prerequisites
Before you begin, ensure you have the following:
- Raspberry Pi 5 with Industrial Enclosure and 10-inch TFT Display.
- MicroSD card (at least 8GB recommended).
- An Internet connection is needed to download the OS and run the installation script.
- A computer with a tool like Raspberry Pi Imager to flash the OS.
Step-by-Step Instructions
Step 1: Flash the Raspberry Pi OS to the SD Card
- Download the OS Image:
- Obtain the Raspberry Pi OS image dated July 4, 2024, or later. You can download it from the Raspberry Pi OS download page.
- Flash the Image:
- Use a tool like Raspberry Pi Imager to write the downloaded OS image to your microSD card. Refer to the official installation guide if you need assistance.
Step 2: Boot the Device and Run the Installation Script
- Insert the SD Card:
- Place the flashed microSD card into the Raspberry Pi 5.
- Boot the Device:
- Power on the Raspberry Pi and allow it to boot into the Raspberry Pi OS.
- Execute the Command:
- Open a terminal window and run the following commandCopy
curl -s https://apt.edatec.cn/bsp/ed-install.sh | sudo bash -s “hmi3010_101c”
- This command downloads and executes an installation script for your specific hardware setup.
- Open a terminal window and run the following command
- Automatic Reboot:
- Once the script finishes, the device will reboot automatically. After the reboot, check that the system and display are functioning correctly.
Troubleshooting
If the steps above don’t work as expected, try this alternative:
- Use the Provided Image:
- Download the alternative OS image from this Google Drive link.
- Flash this image to your microSD card using Raspberry Pi Imager or a similar tool.
- Insert the SD card, boot the device, and verify if the issue is resolved.