Update README.md

New 2021 patch
This commit is contained in:
rapi3 2022-02-13 14:32:47 +01:00 committed by GitHub
parent 6d9c6145b0
commit 95d7b46088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@ MPEG-2 and VC-1 hardware video encoding.
## How to patch the latest version of start.elf?<br>
in /boot/start.elf and /boot/start_x.elf<br>
## NEW 2021 Patch
search for 47E934363248<br>
after this hex string:<br>
if you have 3C18 replace 18 with 1F<br>
if you have 1D18 replace 18 with 1F<br>
## Old 2020 Patch
search for 47E933363248<br>
after this hex string:<br>
if you have 3C18 replace 18 with 1F<br>