MS2130 firmware patcher for optimized video quality - Disables sharpening, scaling, etc.
Find a file
2024-12-30 01:39:42 +01:00
4k2.bin Initial commit 2024-12-29 01:22:29 +01:00
LICENSE Initial commit 2024-12-29 01:22:29 +01:00
Makefile Initial commit 2024-12-29 01:22:29 +01:00
ms2130_patch.c fix double close in error case 2024-12-29 14:00:38 +01:00
ms2130_patched_v1.bin Initial commit 2024-12-29 01:22:29 +01:00
patched.png Add comparison pictures 2024-12-30 01:39:42 +01:00
README.md Create README.md 2024-12-29 01:31:08 +01:00
unpatched.png Add comparison pictures 2024-12-30 01:39:42 +01:00

Macrosilicon/UltraSemi MS2130 firmware patcher

Disables sharpening, scaling, etc.

This tool patches the firmware with 4K support and applies the register changes also found in hsdaoh.

You can use ms-tools to flash the firmware. Make sure to backup your firmware:

./cli --log-level=7 read FLASH 0 --filename=backup.bin

and then flash the new firmware with:

./cli --log-level=7 --no-patch write-file FLASH 0 ms2130_patched_v1.bin