Update README.md
This commit is contained in:
parent
adcec7ed28
commit
96ace68cde
12
README.md
12
README.md
|
@ -75,8 +75,10 @@ that point to the `.bss` segment are checked to determine the return value of
|
||||||
`is_licensed`. There are no other obvious references to these locations in
|
`is_licensed`. There are no other obvious references to these locations in
|
||||||
`start.elf`, so memory-breakpoint debugging (**TBD**) is probably needed.
|
`start.elf`, so memory-breakpoint debugging (**TBD**) is probably needed.
|
||||||
|
|
||||||
in /boot/start.elf and /boot/start_x.elf
|
-
|
||||||
search for 47E933363248
|
How to patch the latest version of start.elf?<br>
|
||||||
after this hex string:
|
in /boot/start.elf and /boot/start_x.elf<br>
|
||||||
if you have 3C18 replace 18 with 1F
|
search for 47E933363248<br>
|
||||||
if you have 1D18 replace 18 with 1F
|
after this hex string:<br>
|
||||||
|
if you have 3C18 replace 18 with 1F<br>
|
||||||
|
if you have 1D18 replace 18 with 1F<br>
|
||||||
|
|
Loading…
Reference in New Issue