Go to file
Kostas Missos 5363029e60 Add support for SD cards that report wrong info
Some vendors, *I'm looking at you Samsung*, report support for 1.8 voltage, even though the card does not support it.

So, disable low voltage support for now until the behavior is changed to act more like what Linux does. (re-initializing the SD card and disables the low voltage switch).

Fix the switch to high speed mode for high voltages also.

Additionally, correct the IF COND reply. 0xAA is the important part.
2018-05-09 02:25:00 +12:00
ipl Add support for SD cards that report wrong info 2018-05-09 02:25:00 +12:00
tools So it has come to this. 2018-05-01 17:22:03 +12:00
.gitignore So it has come to this. 2018-05-01 17:22:03 +12:00
LICENSE License. 2018-03-27 12:04:16 +13:00
Makefile Make it smaller 2018-05-02 15:37:15 +12:00
README.md So it has come to this. 2018-05-01 17:22:03 +12:00

hekate

Image of Hekate

Nintendo Switch bootloader, firmware patcher, and more.

ipl config

The ipl can be configured via 'hekate_ipl.ini' (if it is present on the SD card). Each ini section represents a boot entry, except for the special section 'config' that controls the global configuration.

Possible key/value combinations:

  • warmboot={SD path}
  • secmon={SD path}
  • kernel={SD path}
  • kip1={SD path}