Fix misleading part of README
This commit is contained in:
parent
4a3b49402b
commit
885d48ca85
|
@ -53,7 +53,7 @@ It needs to define an array or tuple `BOOTROM_KEYS` like this:
|
||||||
'normalkey': b'',
|
'normalkey': b'',
|
||||||
},
|
},
|
||||||
# etc.
|
# etc.
|
||||||
) * 0x40
|
)
|
||||||
|
|
||||||
Note that these are *bytes*. You can use [yellows8's boot9 tools](https://github.com/yellows8/boot9_tools) to extract the required keyX for slot 0x3b.
|
Note that these are *bytes*. You can use [yellows8's boot9 tools](https://github.com/yellows8/boot9_tools) to extract the required keyX for slot 0x3b.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue