Quand sciresM donne le top départ avec Atmosphere, en général, Hekate suit dans la foulée…voici donc la dernière mouture de ce couteau-suisse de la Switch. Le firmware 20.0.x est bien évidemment pleinement supporté, divers bugs ont été corrigés et fss0 a été dépréciée (*).
(*) Attention, la méthode fss0 (très utilisée) est désormais considérée comme obsolète, bien qu’elle soit encore supportée pour l’instant afin de garder la retro-compatibilité avec les anciennes configurations. Il est impératif de basculer dès que possible vers la nouvelle méthode « pkg3 key » (les exemples de configuration ont été mis au goût du jour pour vous aider). Dans un avenir proche, Hekate ne supportera plus du tout la méthoe fss0. Vous êtes prévenus !
↓ Nouveautés / Corrections (cliquer pour voir) ↓'
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: 20.0.1
hekate v6.3.0 changes
- HOS 20.0.0 support
- Config: Added pkg3 key support that replaces fss0 with the same exact functionality
fss0 will still work for compatibility reasons but it’s now deprecated.
At some point fss0 will become obsolete, so make sure you update your configs to use pkg3 instead.
The templates were updated to use that.
- Config: Added pkg3kip1skip key support. Only for advanced users, read README.
- Config: atmosphere key is now renamed to kernelprocid to match what it does
Only advanced users that do not use fss0/pkg3 are affected by this
- Config: fss0experimental key was renamed to pkg3ex
- Fixed parsing of system_settings.ini for usb3 enable. Thanks @new-waifu for reminding that.
- Fixed an issue that could have caused black screen on stock booting in some rare cases (kernelldr related)
- L4T: Updated SC7exit firmware to latest
- L4T: Added sld_type key that allows you to disable seamless display
Or use the deprecated coreboot method
- Various fixes and improvements
emuMMC Changes
Nyx v1.7.0 changes
- HOS 20.0.0 support
- SD/eMMC Benchmark now shows 95th and 5th percentile industry standard IOPS info. It also now uses in-spec A2 test sizes.
Additionally, the window was made more compact so the info underneath it is still visible for sharing screenshots.
It’s preferable to compare between sd cards on the same updated benchmark, because of the changes.
The 95% best accesses is generally your expected performance.
The 5% worst accesses shows degraded nand parts or copies from SLC/MLC to TLC/QLC nands, big cache flushes, bad controller management, fw bugs, etc.
- SD info now checks if card’s A2 support is proper or not. Green: full support, Yellow: needs quirks, Red: broken.
- SD info will now immediately show SDMMC errors before calculating free space in FAT partition
- Fixed an issue where emuMMC could fail to be found for backing up or restoring
- Fixed an issue where emuMMC could fail to be backed up
- RAM real capacity detection is now more robust
- Made Nyx a bit more faster.
- Fixed an issue where reserved Android partition size could be calculated wrong on the HOS leftover slider
- Fixed an issue where a window could not be closed with B button on Joy-Con
- Nyx reload will now check if nyx.bin still exists and not reload, so user can fix that with UMS again
- Various fixes and improvements
BDK changes
- DIRLIST: It now uses alphabetical ordering instead of ASCII based
- SDMMC: Do not allow out of bound accesses since they need a power cycle to clear the error
- SDMMC: Add performance extension register parsing support
- UITLS: qsort compare functions added for int, char and char case insensitive.
- SE: Support 0 sized SHA256 hashing
- SE and DISPLAY drivers do not use heap anymore
- Various fixes and improvements
GitHub