fail0verflow / shofel2

Tegra X1 bootrom exploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not work for python > 3.9 - fix included

nicman23 opened this issue · comments

need to change line

data = s.ep1_read(4096).tostring()

from toString -> toBytes

relevant fix a different project (i tested and it booted mainline 5.0).

https://github.com/python-intelhex/intelhex/pull/46/files

thanks, you can try 16e2e9c to see if it's working. (I haven't actually tested locally 🙃)