From 4b42dfd36f4163a1e0a73ff6e47d40c14e7aa03d Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Sun, 29 Dec 2024 01:31:08 +0100 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d51852d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Macrosilicon/UltraSemi MS2130 firmware patcher +## Disables sharpening, scaling, etc. + +This tool patches the [firmware with 4K support](https://github.com/damnnfo/ms2130-firmware/blob/main/4k%20not%20tested/MS2130%204K2.bin) and applies the register changes also found in [hsdaoh](https://github.com/steve-m/hsdaoh). + +You can use [ms-tools](https://github.com/BertoldVdb/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