Skip to content

Releases: CTCaer/hekate

hekate v6.1.1 & Nyx v1.6.1

29 Mar 15:53
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 18.0.1

hekate v6.1.1 changes

  • HOS 18.0.0 support
  • Failed Stock booting because of pkg1 issues will now reboot to OFW if conditions are met (T210B01 or no autorcm for T210)
  • Fixed an issue with clearing system counters
  • L4T and ARC changes:
    • Advanced ram timings config (ram oc opt) is now finalized (check the helper site for the new %)
    • Fixed an issue with ram bank priorities (increases performance 1-5%, depends on usage range)
    • Adjusted scaling for SDMMC1 and DDR200
    • T210: Frequencies passed changed from 204/408/666/800/1600/OC to 204/408/800/1333/1600/OC

emuMMC Changes

Nyx v1.6.1 changes

  • HOS 18.0.0 support
  • Add 6.2" OEM display clone ID
  • Add details to imu cal error (if eMMC/prodinfo is mangled)

BDK Changes

  • RTC: Added max77620_rtc_set_epoch_offset and max77620_rtc_get_time_adjusted for setting the time offset and getting an adjusted date/time
  • CCPLEX: Added no reset vector locking and cluster powergating
  • DISPLAY: Add 6.2" clone lcd panel
  • SMMU: Refactor driver
  • SMMU: 34-bit PAs support
  • SMMU: 4MB region mapping support
  • SMMU: Allow any ASID to be configured
  • SMMU: Correct payload load OP, disable ccplex after setting smmu enable and remove redundant code from anywhere else
  • HEAP: Added zalloc (like calloc but only takes a single size argument)

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other supported distro.
    For android you can get Android 10 or 11.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Download:

hekate v6.1.0 & Nyx v1.6.0

22 Feb 16:15
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 17.0.1

hekate v6.1.0 changes

  • Fixed an issue where emuMMC sector offset parsing was failing if SD card was bigger than 1TB.
  • L4T and ARC changes:
    • Allow boot partition to be exFAT
      This will need an update of the bootstack of various L4T releases. Mostly important for Lakka and for users that do not want to format.
    • Significant changes were done to Arachne for RAM OC to increase performance and stability
    • Several timings were improved and corrected for both T210/LPDDR4 and T210B01/LPDDR4X
    • Stability was improved for higher frequencies for T210/LPDDR4
      It also significantly affects high density ram modules like in 8GB configurations
      Additionally, they can be improved extra with the ram_oc_opt ac mode also.
    • Fixed an issue where sometimes timing reduction was not allowed on 1600 MHz
    • A new ram_oc_opt= parameter was added to support advanced ram oc configuration for both T210 and T210B01.
      Mostly for users with T210/LPDDR4 because of low frequencies and others that like to optimize (T210B01/LPDDR4X).
      Read more in wiki.
    • ram_oc_vdd2 max voltage limit was raised to 1237mV for T210. T210B01 remains at Jedec max of 1175mV.
    • Fixed an issue for DDR200 on T210 when RAM frequency was oc one

Nyx v1.6.0 changes

  • Support was added for Android 13+ dynamic partition scheme and also raised system partition size to 3GB for legacy (Android 10-11)
  • Fixed an issue where emuMMC sector offset parsing was failing if SD card is bigger than 1TB
  • Fixed an issue with some sd cards showing incomplete info (e.g. ADATA)
  • Improved fuses info (corrected major/minor and added parsed iddq info)
  • 3rd-gen RAM modules model name from Hynix and Micron are now shown properly
  • Hw info will now show per chip ram info instead of single chip and 2 channels.
  • Joycon auto calibration on init was relaxed to fix an issue with drifting with HAL effect based joystick mods.
    Additionally, that fix was also incorporated in the Switch to PC gamepad USB mode.
  • Added built-in 6axis calibration dumping for all the rest Switch SKUs and stick type for Lite for use in L4T
  • Added info for sd card max supported bus speed and consolidate all UHS classes into one field.
  • Added info about some LCD panel clones and new official revisions
  • Fan is now controlled in a finer way

BDK Changes

  • DRAM: Hynix 3rd gen ram was renamed to the proper model name.
  • DRAM: Added extra info about Micron 3rd gen ram.
  • DRAM: Added per chip MRR info
  • HWINIT: reordered sdmmc1 power disable
  • INPUT: Samsung touch panel was renamed to just TSP. BH2109 is manufacture date.
  • SE: Added se_aes_cmac_128, se_aes_crypt_hash and se_aes_iv_updated_clear functions
  • ACTMON: changed to average sampling
  • MINERVA: Change pll input divider for 2200-2266 mhz and some other fixes
  • UTILS: sprintf will now reject NULL terminated characters for %c
  • UTILS: allow strtol to parse unsigned integers if base is 16 and number is positive

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Download:

hekate v6.0.7 & Nyx v1.5.6

13 Oct 04:07
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 17.0.1

hekate v6.0.7 changes

  • HOS 17.0.0 support
  • Optimized HOS INI1 packaging when it can fit inside the kernel region.
  • L4T: Allow undervolting of RAM for stock frequencies
  • L4T: Corrected some timings for Arachne that were higher than they should have

emuMMC Changes

Nyx v1.5.6 changes

  • HOS 17.0.0 support
  • K4U6E3S4AB-MGCL dram was validated via photo and now is properly named in info

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Release is based on d1ee0e3

Download:

hekate v6.0.6 & Nyx v1.5.5

22 Aug 15:26
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 16.1.0

hekate v6.0.6 changes

Boot entries:

  • Allow overriding bootwait
    bootwait can now be used on boot entries to override the global one.

L4T/Arachne T210 (Erista) and T210B01 (Mariko) changes:

  • Automatically set rated DRAM frequency for T210B01 by default.
    Since Arachne is now final and stable use 1866 MHz for old ones and 2133 MHz for newer ones.
    T210 will still use 1600 by default, since these chips are rated as such.
  • Allow T210B01 RAM OC up to 3200 MHz (from 3000) and T210 RAM OC up to 2366 MHz (from 2133)
    Some ram models and binning can handle it. This needs L4T 5.1.2 release and up to work.
  • Improved 8GB table creation for T210
  • Allow ram undervolting. VDD2 min: 1050mV, VDDQ min: 550.
  • Some timings were corrected to use latency based base values instead of frequency
    Raises overall bandwidth performance and lowers latency
  • Added Memory PTSA DDA rework support for increased efficiency
    This needs L4T 5.1.2 release and up for the custom rework changes, to work.

Wiki must be re-read after 5.1.2 L4T release before using these. As always OC must be balanced, not just cranked to max.

Nyx v1.5.5 changes

  • emuMMC backup can now be migrated as a file based emuMMC directly, without moving it
  • emuMMC restore now uses /backup/{sn}/restore/emummc folder
    The parent restore folder is now avoided since it was always for eMMC restoring.
    This helps avoiding copying emuMMC backup to restore/ and then restoring it to eMMC.
  • Fixed an off-by-one issue with setting year on clock offset
  • Fixed an issue where Nyx would fail to launch on first boot without a hekate_ipl.ini
  • Improved ram channel detection on info
  • Added more cal0 info
  • Added public key info in fuses

BDK Changes

  • FUSES: All fuse register defines were added
    And T210B01 ones have B01 suffix now
  • FUELG: Register dumping moved to bdk for use by other applications
  • T210: Added many useful memio addresses and macros
  • I2C: Fixed stack buffer overflow
  • MINERVA: OC freq is now handled by Arachne

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Release is based on e84367e

Download:

hekate v6.0.5 & Nyx v1.5.4

09 Jun 16:13
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 16.0.3

Hotfix:

Nyx was updated in v2 zip. If you have a Lite and want gamepad calibration, redownload release and rerun Dump Joy-Con BT

hekate v6.0.5 changes

  • L4T: Add BPMP-FW support for T210 (power management).
  • L4T: Add fine tuned DRAM voltage selection via ram_oc_vdd2 and ram_oc_vddq.
    More info will be in the L4T 5.1.1 config readme.

Nyx changes

  • Lite Gamepad Calibration dumping
    The Dump Joy-Con BT button can now be used to dump calibration data for Lite Gamepad. (Used in L4T 5.1.1, not yet released.)
    v2 zip has a fix for that.
  • Now eMMC errors will always be reported in eMMC info, even if eMMC init fails.
  • Updated DRAM info about 2 of the 3 newer ram chips (not yet validated).

BDK Changes

  • MINERVA: Fixed an issue where the wrong number of tables could be used.
  • MINERVA: Normalize selected frequency. This allows user to not be precise on ram freq for l4t.
  • MINERVA: Add support for 1966MHz (1958.4) and 2033MHz (2035.2) for T210.
  • DRAM: Add support for custom dram id 7 for T210 (7 is easy to burn on top of any T210 ids in fuses). This is for 8GB ram chips.
  • DRAM: Name 2 of the 3 new ram chips (Not yet validated, but an educated guess, since all previous ones were correct in the end.)
  • DRAM: Corrected SKU info about mid cycle Hynix RAM chips.
  • PMIC: Reduced max allowed dram voltage for new L4T dram voltage tuning support to be inside official limits.
  • TIMER: A new isleep function was added that allows instruction timed based sleep.
  • SDMMC: Fixed an issue where the wrong error reason was reported for the calibration pad for SD/eMMC.

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Release is based on https://github.com/CTCaer/hekate/tree/6e954f5cdff2e73d68ff2c9b463197c99544b387

Download:

hekate v6.0.4 & Nyx v1.5.3

09 May 08:23
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 16.0.3

hekate v6.0.4 changes

  • HOS 16.0.3 support

emuMMC Changes

Nyx changes

No changes

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Download:

hekate v6.0.3 & Nyx v1.5.3

06 Apr 15:22
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 16.0.2

hekate v6.0.3 changes

  • A mitigation was added for bad chainloaders that leave sd gpios in a bad state
  • L4T: Now some 2019 T210B01 Samsung ram chips can be overclocked to 2133 MHz for Linux/Android.
  • L4T: Added a mandatory change for supporting SD UHS DDR200 bus speed for Linux/Android.
  • Fixed an edge case where if hekate was run and the rtc alarm was fired after, booting to HOS would power off the device.
    Since in that case the Switch was awakened via Power or USB, all flags are now cleared during Auto HOS Power off checks.
  • Various fixes and improvements

Nyx v1.5.3 Changes

  • SD Card/eMMC benchmark now stalls less between each read, in order to stress the cards more.
  • Various fixes and improvements

BDK Changes

  • GPIO: Reorder configuration of input/output functions in order to mitigate bad configs from previous loaders
  • GPIO: Added a dobounce set function
  • SDMMC: Added SD UHS DDR200 bus speed mode, capable of reaching 200MB/s on UHS-I bus.
    Can be enabled with the BDK_SDMMC_UHS_DDR200_SUPPORT build time flag
  • SDMMC: Added proper SD DDR50 bus speed mode. Not used by default.
  • SDMMC: Corrected the order of setting SD power limit. By spec, it only matters on SDR50 and up.
  • SDMMC: Fixed an issue with sd removal detection
  • SDDMC: Added sdmmc driver type set support
  • SDMMC: Added debug printing functions of all SD card registers (CID/CSD/SCR/SSR).
  • SDRAM: Added a function that allows latency allowance for SDMMC1 to be patched to eMMC values
  • INPUT: Reordered power on of touchscreen in order to induce a small reset at start
  • UTILS: Removed stop rtc alarm from power management functions

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Download:

hekate v6.0.2 & Nyx v1.5.2

23 Feb 09:00
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 16.0.1

hekate v6.0.2 changes

  • HOS 16.0.0 Support
  • Fixed an issue which could, in some cases, cause Stock-mode to hang on boot on HOS 1.0.0 to 6.1.0.
  • Fixed an issue on TUI mode where user could not access options without a hekate_ipl.ini
    In case hekate started with removed or broken SD and was plugged later
  • L4T Loader: updated T210B01 SC7-Exit firmware to account for new burnt fuses count
  • Various other improvements.

emuMMC Changes

Nyx v1.5.2 Changes

  • HOS 16.0.0 Support
  • Improve SD error handling on init. Added retries in case of failure.
    If it still fails to load them, now user will properly get a fatal error message.
  • Added support for bpmpclock=3 which further reduces clock speed for the worst binned SoCs
    Additionally, the first boot clock test now lasts fro 10s on first boot, instead of 5s.
    To change bpmpclock, you need to manually edit nyx.ini, since it's not in the GUI options.
  • Reboot to OFW button now gets disabled if AutoRCM is enabled
  • Fixed an issue on PKG1/2 dump tool which would produce incorrect binaries on PKG1 dumping.
  • Various improvements/fixes

BDK Changes

  • SDMMC: Improve init error handling
  • GPIO: Added gpio_direction_input and gpio_direction_output functions that can fully configure a pin easier.
  • 5V Regulator: Removed X3 pin for T210B01. VBUS regulator should not be managed there.
  • HW Deinit: Do not touch APE clocks on T210B01
  • HW Deinit: Remove support for broken HW init
  • CLOCK: Improve PLLC deinit
  • BM92T36: Added sanity checks for comms. Fixes hanging in case of broken i2c to that chip.
  • SDRAM: Removed support for (LP)DDR2/3. Only LPDDR4(X) is used anyway.

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Download:

hekate v6.0.1 & Nyx v1.5.1

22 Dec 11:03
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 15.0.1

hekate v6.0.0/6.0.1 changes

  • L4T Loader
    Mandatory for new L4T releases and especially for Mariko support.
    Coreboot is no more (Still supported until everything gets updated though).
  • R2P for Mariko. Will be used by L4T.
  • Auto HOS power off will blink 3 times on OLED panels now
    The previous method of slow fade out doesn't work on OLED panels, so blink instead.
  • Changed battery enough limits
    Increased by 50-100mV. As always if you see the hekate battery empty icon, charge your switch, otherwise it can easily randomly shut off.
  • Various improvements/fixes
  • Hotfix 6.0.1 - L4T Loader:
    Fixed an issue with some FW data not propagating on T210B01.
    Fixed an issue with passing incorrect number of mtc tables on T210.

Nyx v1.5.0/1.5.1 Changes

  • Fixed an issue where UMS eMMC mount could hang
  • Added no border and colorized combo for launch options
    Icons must have the _hue_nobox.bmp suffix to enable that
  • Name the vendor of the new dram chips. Models still unknown.
  • Make all backup/restore options to always use 4 MB for BOOT0/1 partitions
    Adds better compatibility with custom eMMCs that have bigger boot partitions
  • Added 17 burnt fuses info missing from previous update
  • Added more SD vendors
  • 1.5.1: Fixed an issue where the transition from hekate logo to Nyx could be jarring on some LCD panels.
  • Various improvements/fixes

BDK Changes

  • eMMC: add emmc_set_partition
  • UMS: fixed a use of stack without initialization issue
  • SDRAM: Renamed new chips
  • max77812: do not allow setting RAM1 regulator if not 211 phase
  • clocks: host1x is now managed by hw-init only and not display/VIC/TSEC
  • RTC: Added T210B01 R2P
  • BQ24193: Remove charger forced enable
    Any software that depends on that should properly manage the charger via the gpio instead of randomly disabling it
  • ini: ini_check_payload_section changed to ini_check_special_section to accommodate for l4t special key
  • Various improvements/fixes

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Download:

hekate v6.0.0 & Nyx v1.5.0

20 Dec 16:32
Compare
Choose a tag to compare

hekate-nyx-banner

Supports booting ALL current CFWs, Android/Linux booting and payload tools.
No more SD card removals

Supports: Erista (T210) and Mariko (T210B01) units

Latest HOS supported: 15.0.1

hekate 6.0.0 changes

  • L4T Loader
    Mandatory for new L4T releases and especially for Mariko support.
    Coreboot is no more (Still supported until everything gets updated though).
  • R2P for Mariko. Will be used by L4T.
  • Auto HOS power off will blink 3 times on OLED panels now
    The previous method of slow fade out doesn't work on OLED panels, so blink instead.
  • Changed battery enough limits
    Increased by 50-100mV. As always if you see the hekate battery empty icon, charge your switch, otherwise it can easily randomly shut off.
  • Various improvements/fixes

Nyx v1.5.0 Changes

  • Fixed an issue where UMS eMMC mount could hang
  • Added no border and colorized combo for launch options
    Icons must have the _hue_nobox.bmp suffix to enable that
  • Name the vendor of the new dram chips. Models still unknown.
  • Make all backup/restore options to always use 4 MB for BOOT0/1 partitions
    Adds better compatibility with custom eMMCs that have bigger boot partitions
  • Added 17 burnt fuses info missing from previous update
  • Added more SD vendors
  • Various improvements/fixes

BDK Changes

  • eMMC: add emmc_set_partition
  • UMS: fixed a use of stack without initialization issue
  • SDRAM: Renamed new chips
  • max77812: do not allow setting RAM1 regulator if not 211 phase
  • clocks: host1x is now managed by hw-init only and not display/VIC/TSEC
  • RTC: Added T210B01 R2P
  • BQ24193: Remove charger forced enable
    Any software that depends on that should properly manage the charger via the gpio instead of randomly disabling it
  • ini: ini_check_payload_section changed to ini_check_special_section to accommodate for l4t special key
  • Various improvements/fixes

FAQ

Click to expand FAQ notes
  • Which Linux/Android distributions are supported in Partition Manager?
    For L4T Linux you can use the official Ubuntu Bionic 3.4.0 and newer or any other distro betas.
    For android you can get Android 10.

  • I don't care about emuMMC/Linux/Android. Can the Part manager be used for something else?
    Yes. You can still reformat your SD card to a single FAT32 partition.
    You can even use it when you have exFAT and you want to format to FAT32.
    It is also suggested to format your sd card via hekate. That's because it prepares it for performance. something that many partitioning tools neglect.

Notes

Check readme.md for more.

NOTE:
For maximum performance of UMS in Windows, you need to run nyx_usb_max_rate__run_only_once_per_windows_pc.reg, only once per PC you have.
It only affects hekate's usb device. You can also view that file with text editor and see what it does. Linux/Mac OS users do not need that.

How to update:

  • Drag n drop bootloader folder into sd card root and hit merge/replace.
    No need to delete that folder first, especially if you want your configs and payloads.
  • You can choose to update your RCM injection device or PC with the new hekate_ctcaer_x.x.x.bin or not.
    In any case, bootloader/update.bin, will be checked and if newer it will get loaded.
    update.bin is hekate and it is already copied with the bootloader folder drag n drop update process.

Notice about Atmosphere 1.0.0 and up: The fss0=atmosphere/fusee-secondary.bin in hekate_ipl.ini must be changed to fss0=atmosphere/package3. And make sure that atmosphere/contents folder does not have old Atmosphere components.
Notice about resized emuMMC: Resized emuMMC does not have the slow bug anymore. You can create a new one or recreate it via Nyx and the issue will be gone.

Download: