From f3d685e82ec3817381598c9511c8012a1722ed4f Mon Sep 17 00:00:00 2001 From: Dan Ware Date: Sun, 26 Jul 2020 20:05:06 +0100 Subject: [PATCH] Destroyed Install Atmosphere from scratch (markdown) --- Install-Atmosphere-from-scratch.md | 51 ------------------------------ 1 file changed, 51 deletions(-) delete mode 100644 Install-Atmosphere-from-scratch.md diff --git a/Install-Atmosphere-from-scratch.md b/Install-Atmosphere-from-scratch.md deleted file mode 100644 index ad2e178..0000000 --- a/Install-Atmosphere-from-scratch.md +++ /dev/null @@ -1,51 +0,0 @@ -Here is the best way to set-up Atmosphere from scratch - you can then boot using either the Hekate or fusee-primary payloads. - -- Download latest Hekate; https://github.com/CTCaer/hekate/releases -- Extract "bootloader" folder to SD card -- Inject Hekate bin payload - -**Create emuMMC partition:** -- In Hekate, select "Tools" -- Select `Archive bit * AutoRCM * Touch Tuning` -- Select `Partition SD Card` -- Drag slider for `emuMMC (RAW)` so it's 29GB then `Next Step` -- Select `Start`, wait then tap `OK` and close - -**Create emuMMC:** -- In Hekate, tap `emuMMC` -- Select `Create emuMMC` -- Select `SD Partition` -- Select `Part 1`, wait then select `Close` when done -- emuMMC info should show enabled, if not change emuMMC to SD RAW1 - -**Install Atmosphere:** -https://github.com/Atmosphere-NX/Atmosphere/releases -- Download and extract the latest Atmosphere folders to the SD (delete any older versions of the "Atmosphere" and "sept" folders if they exist) -- Install sigpatches for fusee-primary https://gbatemp.net/threads/sigpatches-for-atmosphere-fusee-primary-only.567542/ -- Download the latest **fusee-primary.bin** and place it in `SD:/bootloader/payloads` -- Create a file named **hekate_ipl.ini** in the `SD:/bootloader` folder -- Add the following text to **hekate_ipl.ini**; - -```[config] -autoboot=1 -autoboot_list=0 -bootwait=3 -verification=1 -backlight=100 -autohosoff=0 -autonogc=1 - -{------- Launch -------} -[Atmosphere] -payload=bootloader/payloads/fusee-primary.bin -icon=bootloader/res/icon_atmosphere.bmp - -[Horizon] -fss0=atmosphere/fusee-secondary.bin -stock=1 -icon=bootloader/res/icon_horizon.bmp -``` - -_(Optional)_ **Replace reboot-payload with Hekate:** -- Delete the file `SD:/Atmosphere/reboot_payload.bin` -- Copy the Hekate bin payload to `SD:/Atmosphere` and rename it to **reboot_payload.bin**