Go to file
Kostas Missos acdc8b580c [sdmmc] Fixes Part 1
* MMC/SD: Change many hardcoded values to named ones
* MMC/SD: Fix scr and csd byte/bitfield ordering
* MMC: Add ext csd parsing and using these variables isntead of arrays
* MMC: Fix BKOPS support but disabled
* SD: Add partial sd v1 support
* SD: Fix we support low voltage OCR bit
* SD: Add scr parsing and using these variables instead of hardcoded ones
2018-05-14 12:25:29 +12:00
ipl [sdmmc] Fixes Part 1 2018-05-14 12:25:29 +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 [Makefile]: Quality of life changes. 2018-05-13 13:12:46 +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}