mirror of
https://github.com/steve-m/ms2130_patcher.git
synced 2025-12-10 07:44:45 +01:00
Create README.md
This commit is contained in:
parent
3a7269947e
commit
4b42dfd36f
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue