Skip to content

1.1.0 - 14.0.0 support

Latest
Compare
Choose a tag to compare
@CaramelDunes CaramelDunes released this 02 Apr 08:33
  • Adds support for 14.0.0.

What happened is that, until 14.0.0, on boot, the device id from fuses was compared against the one embedded in Rsa2048DeviceCertificate or EccB233DeviceCertificate.
Now, Rsa2048ETicketCertificate is used instead, but prodinfo_gen didn't write the device id string there.

Not sure why this changed, it does make the logic simpler as Rsa2048ETicketCertificate is available on every console, whereas newer consoles lack an EccB233DeviceCertificate.

Thanks @xiaojiangGangGang, @stanz328, @lsp199308, and @laotoulyh for reporting/testing 👍

Closes #24.