HamletDuFromage / aio-switch-updater

Update your CFW, cheat codes, firmwares and more directly from your Nintendo Switch!
GNU General Public License v3.0
1.29k stars 107 forks source link

Feature request: Replace reboot payload but also copy latest fusee to a specific location #275

Closed abjugard closed 1 year ago

abjugard commented 1 year ago

What feature are you suggesting? When updating Hekate it's great that the reboot payload can be replaced with Hekate.

However, I have Hekate configured to boot atmosphere by loading fusee.bin from /bootloader/payloads/fusee.bin.

When atmosphere is updated I need to update this payload in order for boot to succeed from Hekate, but I also want Hekate to be my reboot payload.

Describe the solution you'd like I think this is a common-ish configuration, but regardless, a solution that would work for me would be if AiO Switch Updater could be configured to automatically run a simple script after installing an atmosphere update, then I could just make a script that copied /atmosphere/reboot_payload.bin to /bootloader/payloads/fusee.bin.

Describe alternatives you've considered

HamletDuFromage commented 1 year ago

https://github.com/HamletDuFromage/aio-switch-updater#-update-cfw

You're in luck, it already is a feature! It's copy_files.txt

abjugard commented 1 year ago

https://github.com/HamletDuFromage/aio-switch-updater#-update-cfw

You're in luck, it already is a feature! It's copy_files.txt

Hahaha, OK, I should have read the docs more carefully. Sorry for wasting your time!