Hacking 5.1.0 HBL update

  • Thread starter Thread starter yeniel
  • Start date Start date
  • Views Views 12,128
  • Replies Replies 51
  • Likes Likes 1
The Makefile in the root directory should build everything (including loader.kip). Your screenshot looks like you're trying to run make from inside the loader folder. Just run it from the main "Atmosphere-master" folder.
keep getting an error

--------------------- MERGED ---------------------------

welp idk what i was doing, and i ended up with an nro that idk what it does, does anyone want to test it?
 

Attachments

SciresM said his loader was working. The loader is the part that loads nro files, it isn't an nro itself. It compiled to a .kip and .elf
oh

--------------------- MERGED ---------------------------

SciresM said his loader was working. The loader is the part that loads nro files, it isn't an nro itself. It compiled to a .kip and .elf
theres a .kip1 file do i rename?
 
oh

--------------------- MERGED ---------------------------


theres a .kip1 file do i rename?
I think kip and kip1 are the same thing (both have "KIP1Loader" when viewed in a hex editor), so yes, probably just rename it to .kip1
 
I haven't tried this and I don't have a 5.1 switch to test it on, but I think you'd want to take "stratosphere/loader/loader.kip", rename it to 'loader.kip1' and put that on the root of your microSD card.
 
Last edited by Zaide,
Thanks. That's what I was guessing too, but I'm in the same boat where I can't test it.

That's definitely worth a shot too. No compile needed to try that.
keep getting a black screen after payload boot up meaning i must be missing something
 
yoooooooo just add a 0byte file NAMED "rtld.stub" to sd/atmosphere/titles/0100000000001d/ex/efs works without having to download homebrewmenu
 
  • Like
Reactions: GizmoTheGreen
Should be pretty straightforward to compile with the docker image from @yesimnathan
https://gbatemp.net/threads/switchdev-docker-image-to-easily-compile-homebrew-applications-for-the-nintendo-switch.504897/
Code:
docker pull yesimnathan/switchdev
docker run --rm -v %cd%:/developer yesimnathan/switchdev
On the second command, I get this error:


docker: Error response from daemon: create %cd%: "%cd%" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intented to pass a host directory, use absolute path.

EDIT:

1) Don't need this. I just needed to install libnx
2) If you're building with some flavor of Linux, %CD% needs to be replaced with $PWD
 
Last edited by urherenow,

Site & Scene News

Popular threads in this forum