Skip to content

bob8436/htp1-mods

Repository files navigation

HTP-1 Firmware modifications

This repo exists to address the bootlooping issues with the Monoprice HTP-1 AV Processor. The output of these scripts is a runnable SD-card image - it will not modify the HTP-1's internal storage.

Building

This build has been tested on Debian 11. The build uses Docker to contain scripts in a controlled environment and run scripts "inside" the eventual filesystem that runs on the HTP-1. As the HTP-1 is ARM-based, the ability to run ARM-based Docker containers is essential. These following commands will ensure you can run the ARM containers (Debian/Ubuntu):

sudo apt-get install qemu binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Then just run build.sh. If that exits successfully the build succeeded.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published