2020-06-13 22:02:47 +00:00
# hekate - Nyx
2018-06-18 06:00:53 +00:00
2019-06-30 03:38:48 +00:00
![Image of Hekate ](https://user-images.githubusercontent.com/3665130/60391760-bc1e8c00-9afe-11e9-8b7a-b065873081b2.png )
2018-06-18 06:00:53 +00:00
2020-06-13 22:02:47 +00:00
Custom Graphical Nintendo Switch bootloader, firmware patcher, tools, and many more.
2018-05-01 05:15:48 +00:00
2018-06-01 16:22:11 +00:00
2021-09-12 14:34:05 +00:00
- [Features ](#features )
- [Bootloader folders and files ](#bootloader-folders-and-files )
- [Bootloader configuration ](#bootloader-configuration )
* [hekate global Configuration keys/values ](#hekate-global-configuration-keysvalues-when-entry-is-config )
* [Boot entry key/value combinations ](#boot-entry-keyvalue-combinations )
* [Boot entry key/value combinations for Exosphère ](#boot-entry-keyvalue-combinations-for-exosphère )
* [Payload storage ](#payload-storage )
* [Nyx Configuration keys/values ](#nyx-configuration-keysvalues-nyxini )
2021-08-28 15:13:08 +00:00
## Features
- **Fully Configurable and Graphical** with Touchscreen and Joycon input support
- **Launcher Style, Background and Color Themes**
- **HOS (Switch OS) Bootloader** -- For CFW Sys/Emu, OFW Sys and Stock Sys
- **Android & Linux Bootloader**
- **Payload Launcher**
- **eMMC/emuMMC Backup/Restore Tools**
- **SD Card Partition Manager** -- Prepares and formats SD Card for any combo of HOS (Sys/emuMMC), Android and Linux
- **emuMMC Creation & Manager** -- Can also migrate and fix existing emuMMC
- **Switch Android & Linux flasher**
- **USB Mass Storage (UMS) for SD/eMMC/emuMMC** -- Converts Switch into a SD Card Reader
- **USB Gamepad** -- Converts Switch with Joycon into a USB HID Gamepad
- **Hardware and Peripherals info** (SoC, Fuses, RAM, Display, Touch, eMMC, SD, Battery, PSU, Charger)
- **Many other tools** like Archive Bit Fixer, Touch Calibration, SD/eMMC Benchmark, AutoRCM enabler and more
2018-08-23 01:27:49 +00:00
## Bootloader folders and files
2018-05-01 05:15:48 +00:00
2019-06-30 00:57:45 +00:00
| Folder/File | Description |
| ------------------------ | --------------------------------------------------------------------- |
| bootloader | Main folder. |
2021-09-17 20:37:43 +00:00
| \|__ bootlogo.bmp | It is used if no `logopath` key is found. User provided. Can be skipped. |
2021-09-12 14:34:05 +00:00
| \|__ hekate_ipl.ini | Main bootloader configuration and boot entries in `Launch` menu. |
| \|__ nyx.ini | Nyx GUI configuration |
2019-10-31 14:26:46 +00:00
| \|__ patches.ini | Add external patches. Can be skipped. A template can be found [here ](./res/patches_template.ini ) |
2021-09-12 14:34:05 +00:00
| \|__ update.bin | If newer, it is loaded at boot. Normally for modchips. Auto updated and created at first boot. |
| bootloader/ini/ | For individual inis. `More configs` menu. Autoboot is supported. |
2019-06-30 00:57:45 +00:00
| bootloader/res/ | Nyx user resources. Icons and more. |
2021-09-12 14:34:05 +00:00
| \|__ background.bmp | Nyx - Custom background. User provided. |
2019-06-30 00:57:45 +00:00
| \|__ icon_switch.bmp | Nyx - Default icon for CFWs. |
| \|__ icon_payload.bmp | Nyx - Default icon for Payloads. |
2021-09-12 14:34:05 +00:00
| bootloader/sys/ | hekate and Nyx system modules folder. |
| \|__ emummc.kipm | emuMMC KIP1 module. !Important! |
2019-06-30 00:57:45 +00:00
| \|__ libsys_lp0.bso | LP0 (sleep mode) module. Important! |
2021-09-12 14:34:05 +00:00
| \|__ libsys_minerva.bso | Minerva Training Cell. Used for DRAM Frequency training. !Important! |
| \|__ nyx.bin | Nyx - hekate's GUI. !Important! |
| \|__ res.pak | Nyx resources package. !Important! |
| \|__ thk.bin | Atmosphère Tsec Hovi Keygen. !Important! |
2019-06-30 00:57:45 +00:00
| bootloader/screenshots/ | Folder where Nyx screenshots are saved |
2021-09-12 14:34:05 +00:00
| bootloader/payloads/ | For the `Payloads` menu. All CFW bootloaders, tools, Linux payloads are supported. Autoboot only supported by including them into an ini. |
| bootloader/libtools/ | Reserved |
2018-08-23 01:27:49 +00:00
2019-03-08 20:19:25 +00:00
2018-08-23 01:27:49 +00:00
## Bootloader configuration
The bootloader can be configured via 'bootloader/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.
2018-05-01 05:15:48 +00:00
2018-07-01 17:21:25 +00:00
There are four possible type of entries. "**[ ]**": Boot entry, "**{ }**": Caption, "**#**": Comment, "*newline*": .ini cosmetic newline.
2021-09-12 14:34:05 +00:00
**You can find a template [Here ](./res/hekate_ipl_template.ini )**
2019-10-31 14:31:16 +00:00
2021-09-12 14:34:05 +00:00
### hekate Global Configuration keys/values (when entry is *[config]*):
2018-07-01 17:21:25 +00:00
| Config option | Description |
| ------------------ | ---------------------------------------------------------- |
| autoboot=0 | 0: Disable, #: Boot entry number to auto boot. |
2019-03-30 17:10:49 +00:00
| autoboot_list=0 | 0: Read `autoboot` boot entry from hekate_ipl.ini, 1: Read from ini folder (ini files are ASCII ordered). |
2021-08-28 15:13:08 +00:00
| bootwait=3 | 0: Disable (It also disables bootlogo. Having **VOL-** pressed since injection goes to menu.), #: Time to wait for **VOL-** to enter menu. Max: 20s. |
2022-10-11 04:49:17 +00:00
| noticker=0 | 0: Animated line is drawn during custom bootlogo, signifying time left to skip to menu. 1: Disable. |
2018-09-29 23:09:18 +00:00
| autohosoff=1 | 0: Disable, 1: If woke up from HOS via an RTC alarm, shows logo, then powers off completely, 2: No logo, immediately powers off.|
2019-02-24 00:43:13 +00:00
| autonogc=1 | 0: Disable, 1: Automatically applies nogc patch if unburnt fuses found and a >= 4.0.0 HOS is booted. |
2020-10-20 07:16:12 +00:00
| bootprotect=0 | 0: Disable, 1: Protect bootloader folder from being corrupted by disallowing reading or editing in HOS. |
2019-12-11 22:13:32 +00:00
| updater2p=0 | 0: Disable, 1: Force updates (if needed) the reboot2payload binary to be hekate. |
2018-09-18 21:01:42 +00:00
| backlight=100 | Screen backlight level. 0-255. |
2018-07-01 17:21:25 +00:00
2020-04-30 13:33:14 +00:00
### Boot entry key/value combinations:
2018-06-01 16:22:11 +00:00
2019-06-30 02:23:20 +00:00
| Config option | Description |
| ---------------------- | ---------------------------------------------------------- |
2021-09-12 14:34:05 +00:00
| warmboot={FILE path} | Replaces the warmboot binary |
| secmon={FILE path} | Replaces the security monitor binary |
| kernel={FILE path} | Replaces the kernel binary |
| kip1={FILE path} | Replaces/Adds kernel initial process. Multiple can be set. |
| kip1={FOLDER path}/* | Loads every .kip/.kip1 inside a folder. Compatible with single kip1 keys. |
| fss0={FILE path} | Takes an Atmosphere `package3` binary (formerly fusee-secondary.bin) and `extracts` all needed parts from it. kips, exosphere, warmboot and mesophere if enabled. |
2020-03-09 06:58:12 +00:00
| fss0experimental=1 | Enables loading of experimental content from a FSS0 storage |
2021-09-12 14:34:05 +00:00
| exofatal={FILE path} | Replaces the exosphere fatal binary for Mariko |
| ---------------------- | ---------------------------------------------------------- |
| kip1patch=patchname | Enables a kip1 patch. Specify with multiple lines and/or in one line with `,` as separator. If actual patch is not found, a warning will show up |
| emupath={FOLDER path} | Forces emuMMC to use the selected one. (=emuMMC/RAW1, =emuMMC/SD00, etc). emuMMC must be created by hekate because it uses the raw_based/file_based files. |
2020-04-30 13:33:14 +00:00
| emummcforce=1 | Forces the use of emuMMC. If emummc.ini is disabled or not found, then it causes an error. |
2020-06-13 22:02:47 +00:00
| emummc_force_disable=1 | Disables emuMMC, if it's enabled. |
2021-10-15 13:52:11 +00:00
| stock=1 | Disables unneeded kernel patching and CFW kips when running stock or semi-stock. `If emuMMC is enabled, emummc_force_disable=1` is required. emuMMC is not supported on stock. If additional KIPs are needed other than OFW's, you can define them with `kip1` key. No kip should be used that relies on Atmosphère patching, because it will hang. If `NOGC` is needed, use `kip1patch=nogc` . |
2021-09-12 14:34:05 +00:00
| fullsvcperm=1 | Disables SVC verification (full services permission). Doesn't work with Mesosphere as kernel. |
| debugmode=1 | Enables Debug mode. Obsolete when used with exosphere as secmon. |
| atmosphere=1 | Enables Atmosphère patching. Not needed when `fss0` is used. |
| ---------------------- | ---------------------------------------------------------- |
| payload={FILE path} | Payload launching. Tools, Android/Linux, CFW bootloaders, etc. Any key above when used with that, doesn't get into account. |
| ---------------------- | ---------------------------------------------------------- |
2022-12-20 15:00:33 +00:00
| l4t=1 | L4T Linux/Android native launching. |
| boot_prefixes={FOLDER path} | L4T bootstack directory. |
| ram_oc=0 | L4T RAM Overclocking. Check README_CONFIG.txt for more info. |
2023-07-28 01:04:03 +00:00
| ram_oc_vdd2=1100 | L4T RAM VDD2 Voltage. Set VDD2 (T210B01) or VDD2/VDDQ (T210) voltage. 1050-1175. |
| ram_oc_vddq=600 | L4T RAM VDDQ Voltage. Set VDDQ (T210B01). 550-650. |
2022-12-20 15:00:33 +00:00
| uart_port=0 | Enables logging on serial port for L4T uboot/kernel. |
| Additional keys | Each distro supports more keys. Check README_CONFIG.txt for more info. |
| ---------------------- | ---------------------------------------------------------- |
2023-07-28 00:23:03 +00:00
| bootwait=3 | Overrides global bootwait from `[config]` . |
2021-09-12 14:34:05 +00:00
| id=IDNAME | Identifies boot entry for forced boot via id. Max 7 chars. |
| logopath={FILE path} | If it exists, it will load the specified bitmap. Otherwise `bootloader/bootlogo.bmp` will be used if exists |
| icon={FILE path} | Force Nyx to use the icon defined here. If this is not found, it will check for a bmp named as the boot entry ([Test 2] -> `bootloader/res/Test 2.bmp` ). Otherwise defaults will be used. |
2018-06-01 16:22:11 +00:00
2020-04-30 13:33:14 +00:00
2021-06-03 00:25:51 +00:00
**Note1**: When using the wildcard (`/*`) with `kip1` you can still use the normal `kip1` after that to load extra single kips.
**Note2**: When using FSS0 it parses exosphere, warmboot and all core kips. You can override the first 2 by using `secmon` /`warmboot` after defining `fss0` .
You can define `kip1` to load an extra kip or many via the wildcard (`/*`) usage.
**Warning**: Careful when you define *fss0 core* kips when using `fss0` or the folder (when using `/*` ) includes them.
2021-09-12 14:34:05 +00:00
This is in case the kips are incompatible between them. If compatible, you can override `fss0` kips with no issues (useful for testing with intermediate kip changes). In such cases, the `kip1` line must be under `fss0` line.
2021-06-03 00:25:51 +00:00
2021-09-12 14:34:05 +00:00
### Boot entry key/value combinations for Exosphère:
2020-04-30 13:33:14 +00:00
| Config option | Description |
| ---------------------- | ---------------------------------------------------------- |
| nouserexceptions=1 | Disables usermode exception handlers when paired with Exosphère. |
| userpmu=1 | Enables user access to PMU when paired with Exosphère. |
| cal0blank=1 | Overrides Exosphère config `blank_prodinfo_{sys/emu}mmc` . If that key doesn't exist, `exosphere.ini` will be used. |
| cal0writesys=1 | Overrides Exosphère config `allow_writing_to_cal_sysmmc` . If that key doesn't exist, `exosphere.ini` will be used. |
2021-06-03 00:25:51 +00:00
| usb3force=1 | Overrides system settings mitm config `usb30_force_enabled` . If that key doesn't exist, `system_settings.ini` will be used. |
2020-04-30 13:33:14 +00:00
2021-06-03 00:25:51 +00:00
**Note**: `cal0blank` , `cal0writesys` , `usb3force` , as stated override the `exosphere.ini` or `system_settings.ini` . 0: Disable, 1: Enable, Key Missing: Use original value.
2019-03-08 20:19:25 +00:00
2021-06-03 00:25:51 +00:00
**Note2**: `blank_prodinfo_{sys/emu}mmc` , `allow_writing_to_cal_sysmmc` and `usb30_force_enabled` in `exosphere.ini` and `system_settings.ini` respectively, are the only atmosphere config keys that can affect hekate booting configuration externally, **if** the equivalent keys in hekate config are missing.
2019-03-08 20:19:25 +00:00
2018-06-01 16:22:11 +00:00
2019-02-24 00:43:13 +00:00
### Payload storage:
2019-10-31 14:31:16 +00:00
hekate has a boot storage in the binary that helps it configure it outside of BPMP enviroment:
2019-02-24 00:43:13 +00:00
2020-04-27 06:30:53 +00:00
| Offset / Name | Description |
| ----------------------- | ----------------------------------------------------------------- |
2021-08-28 15:13:08 +00:00
| '0x94' boot_cfg | bit0: `Force AutoBoot` , bit1: `Show launch log` , bit2: `Boot from ID` , bit3: `Boot to emuMMC` . |
2021-09-12 14:34:05 +00:00
| '0x95' autoboot | If `Force AutoBoot` , 0: Force go to menu, else boot that entry. |
2020-04-27 06:30:53 +00:00
| '0x96' autoboot_list | If `Force AutoBoot` and `autoboot` then it boots from ini folder. |
2021-08-28 17:08:44 +00:00
| '0x97' extra_cfg | When menu is forced: bit5: `Run UMS` . |
2020-04-27 06:30:53 +00:00
| '0x98' xt_str[128] | Depends on the set cfg bits. |
2020-09-06 21:10:23 +00:00
| '0x98' ums[1] | When `Run UMS` is set, it will launch the selected UMS. 0: SD, 1: eMMC BOOT0, 2: eMMC BOOT1, 3: eMMC GPP, 4: emuMMC BOOT0, 5: emuMMC BOOT1, 6: emuMMC GPP, |
2020-04-27 06:30:53 +00:00
| '0x98' id[8] | When `Boot from ID` is set, it will search all inis automatically and find the boot entry with that id and boot it. Must be NULL terminated. |
| '0xA0' emummc_path[120] | When `Boot to emuMMC` is set, it will override the current emuMMC (boot entry or emummc.ini). Must be NULL terminated. |
2019-02-24 00:43:13 +00:00
2021-09-12 14:34:05 +00:00
### Nyx Configuration keys/values (nyx.ini):
| Config option | Description |
| ------------------ | ---------------------------------------------------------- |
2022-10-11 05:32:32 +00:00
| themebg=2d2d2d | Sets Nyx background color in HEX. EXPERIMENTAL. |
2021-09-12 14:34:05 +00:00
| themecolor=167 | Sets Nyx color of text highlights. |
2022-05-13 00:49:32 +00:00
| entries5col=0 | 1: Sets Launch entry columns from 4 to 5 per line. For a total of 10 entries. |
2021-09-12 14:34:05 +00:00
| timeoff=100 | Sets time offset in HEX. Must be in HOS epoch format |
| homescreen=0 | Sets home screen. 0: Home menu, 1: All configs (merges Launch and More configs), 2: Launch, 3: More Configs. |
| verification=1 | 0: Disable Backup/Restore verification, 1: Sparse (block based, fast and mostly reliable), 2: Full (sha256 based, slow and 100% reliable). |
2022-05-13 00:49:32 +00:00
| ------------------ | ------- The following options can only be edited in nyx.ini ------- |
2021-09-12 14:34:05 +00:00
| umsemmcrw=0 | 1: eMMC/emuMMC UMS will be mounted as writable by default. |
| jcdisable=0 | 1: Disables Joycon driver completely. |
2022-03-22 22:49:47 +00:00
| jcforceright=0 | 1: Forces right joycon to be used as main mouse control. |
2023-02-22 23:25:19 +00:00
| bpmpclock=1 | 0: Auto, 1: Fastest, 2: Faster, 3: Fast. Use 2 or 3 if Nyx hangs or some functions like UMS/Backup Verification fail. |
2018-09-18 21:01:42 +00:00
2018-06-01 16:22:11 +00:00
```
2020-04-30 11:10:08 +00:00
hekate (c) 2018, naehrwert, st4rk.
2024-06-02 04:41:18 +00:00
(c) 2018-2024, CTCaer.
2020-04-30 11:10:08 +00:00
2024-06-02 04:41:18 +00:00
Nyx GUI (c) 2019-2024, CTCaer.
2018-06-01 16:22:11 +00:00
Thanks to: derrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8.
Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute.
Open source and free packages used:
2024-06-02 04:41:18 +00:00
- Littlev Graphics Library,
Copyright (c) 2016-2018 Gabor Kiss-Vamosi
- FatFs R0.13c,
Copyright (c) 2006-2018, ChaN
Copyright (c) 2018-2022, CTCaer
- bcl-1.2.0,
Copyright (c) 2003-2006, Marcus Geelnard
- blz,
Copyright (c) 2018, SciresM
- elfload,
Copyright (c) 2014 Owen Shepherd,
Copyright (c) 2018 M4xw
2018-05-01 05:15:48 +00:00
2018-06-01 16:22:11 +00:00
___
.-' `'.
/ \
| ;
| | ___.--,
_.._ |0) = (0) | _.---'`__.-( (_.
__ .--'`_.. '.__.\ '--. \_.-' ,.--'` `""`
( ,.--'` ',__ /./; ;, '.__.'` __
_`) ) .---.__.' / | |\ \__..--"" """--.,_
`---' .'.''-._.-'` _./ /\ '. \ _.--''````'''--._`-.__.'
| | .' _.-' | | \ \ '. `----`
\ \/ .' \ \ '. '-._)
\/ / \ \ `=.__` '-.
/ /\ `) ) / / ` "".`\
, _.-'.'\ \ / / ( ( / /
`--'` ) ) .-'.' '.'. | (
(/` ( (` ) ) '-; [switchbrew]
2018-06-27 21:40:43 +00:00
```