Advertisement
Guest User

Basic CFW Setup (No Kosmos/SDSetup)

a guest
Dec 11th, 2019
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. For those of you looking to have a more 'vanilla' version of atmosphere and actually learn how to properly apply it to your switch without relying on SDSetup or Kosmos read ahead. This will also teach you WHY you are doing everything you are doing so you can learn on your own; thus allowing you to update different aspects of your CFW at your leisure instead of just waiting for a dump.
  2.  
  3. This guide assumes you have a brain and also know the basics about CFW injection/RCM.
  4.  
  5. 1.) Download Hekate: https://github.com/CTCaer/hekate and atmosphere: https://github.com/Atmosphere-NX/Atmosphere/releases and put these on your SD Card
  6.  
  7. Congratulations. Your switch still won't boot atmosphere when launching hekate. The reason is you need a hekate_ipl.ini file in the bootloader folder to actually tell hekate what options you want to boot. Options/Examples can be found on the main hekate page (https://github.com/CTCaer/hekate/blob/master/res/hekate_ipl_template.ini). If you are a lazy piece of shit you can just follow this template I made, please note this does not include emuMMC and should only be used as a base:
  8.  
  9. [config]
  10. autoboot=0
  11. autoboot_list=0
  12. bootwait=2
  13. verification=1
  14. backlight=100
  15. autohosoff=0
  16. autonogc=1
  17. {------ Atmosphere ------}
  18. [Atmosphere]
  19. fss0=atmosphere/fusee-secondary.bin
  20. atmosphere=1
  21. kip1patch=nosigchk
  22. emummc_force_disable=1
  23. {-------- Stock ---------}
  24. [Official Firmware]
  25. fss0=atmosphere/fusee-secondary.bin
  26. stock=1
  27. emummc_force_disable=1
  28.  
  29. Save that as 'hekate_ipl.ini' and place it in your bootloader folder (don't actually do this, make your own). Congrats, you should now be able to boot atmosphere. Oh wait, you can't play pirated games!
  30.  
  31. 2.) Apply FS/ES Patches
  32.  
  33. FS patches are applied through hekate and allow the switch to play 'foreign' NSPs (nsps that aren't even switch games, as an example). This is why you launch atmosphere through hekate at all times and not just through fusee-primary; hekate is what 'pushes' the FS patches onto atmosphere. ES patches are applied through atmosphere and allow you to play pirated vidya. As a result, the FS patches go in the bootloader folder and the ES patches go in the atmosphere folder. Grab both here: https://github.com/Joonie86/hekate/releases
  34.  
  35. What you are aiming for is the (shittily named) Kosmos folder, not with the bootconfig because you already made a bootconfig, remember? Now recall what I mentioned 4 seconds ago about FS patches going in the bootloader folder and es patches going into the atmosphere folder so they can both be applied. Drag and drop the folders in their respective destinations and you're done.
  36.  
  37. 3.) Homebrew/Piracy
  38.  
  39. If you got this far you're not retarded, figure the rest out. I actually recommend using https://sdsetup.com/ from here on out since it has all the Cool Homebrew™ all in one place that you can sift through. Have fun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement