Atmosphère 0.8.4 avec support du firmware 7.x (sans clés)
La nouvelle fournée pour le Custom Firmware Atmosphère vient tout juste d’arriver. SciresM avait promis une mise à jour rapide afin notamment de supporter le firmware 7.x (sans fournir les clés), voilà qui est fait, grâce à l’implémentation d’un nouveau payload très prometteur, nommé « sept », qui génère automatiquement les clés dérivées nécessaires. La team ReSwitched en a profité pour inclure les fameux patches kernel si chers aux amateurs de homebrews qui demandent de la puissance/optimisation (mupen64plus-next) afin de bypasser les contrôles renforcés au niveau de la RAM, libérant ainsi tous les chevaux disponibles.
On notera également une amélioration du module de gestion de l’alimentation de la console. Ainsi, l’option « Redémarrer » permettra de relancer Atmosphère (paramétrable dans le fichier system_settings.ini) tandis que l’option « Éteindre » ne posera plus de problème sur les consoles en autoRCM.
Attention : le payload fusee-primary a été mis à jour en conséquence. Veillez à bien utiliser la dernière version avec votre méthode d’injection préférée.
I know you've all been waiting…Happy June 15th! Atmosphere 0.8.4 has released: https://t.co/y5aXxApsub
Full support for 7.0.x, bug fixes, improved reboot-to-payload/shutdown options, kernel JIT patches…
I hope you all enjoy! 🙂
— Michael (@SciresM) February 21, 2019
Nouveautés / Corrections :
0.8.4 is Atmosphère’s eleventh official release.
fusee-primary was last updated in: 0.8.4.
The following was changed since the last release:
- Support for 7.0.0/7.0.1 was added.
- This is facilitated through a new payload,
sept
, which can be signed, encrypted, and then loaded by Nintendo’s TSEC firmware. sept
will derive the keys needed to boot new firmware, and then loadsept/payload.bin
off the SD card and jump to it.
- This is facilitated through a new payload,
- Recognition of applications for override/mitm has been improved.
- Nintendo’s official Title ID range (
0x0100000000000000
–0x01FFFFFFFFFFFFFF
) is now enforced.
- Nintendo’s official Title ID range (
- A deadlock condition was fixed involving libstratosphere mitm sysmodules.
- Kernel patches for JIT support were added (Thanks, @m4xw!).
- These loosen restrictions on caller process in svcControlCodeMemory.
set.mitm
andfs.mitm
were merged into a singleams_mitm
sysmodule.- This saves a process ID, allowing users to run one additional process up to the 0x40 process limit.
- A
bpc.mitm
component was added, performing custom behavior on shutdown/reboot requests fromam
or applications.- Performing a reboot from the reboot menu now reboots to atmosphere. This can be configured via
system_settings.ini
. - Performing a shutdown from the reboot menu now works properly with AutoRCM, and does a real shutdown.
- Performing a reboot from the reboot menu now reboots to atmosphere. This can be configured via
- General system stability improvements to enhance the user’s experience.
For information on the featureset supported by 0.8.0, please see the official release notes.