Hacking RELEASE Atmosphere-with-Hekate

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,145
Trophies
3
XP
6,210
Country
United States
I always use either Hekate or Fusee-secondary. Is that true fusee-secondary is no longer needed ? I saw fuse.bin at GitHub of atmosphere. What is that ?
 

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
Ok I didn't notice that your first post said "boot stock", I don't remember how that works, but f-secondary still exists just renamed to package3

As long as it doesn't have the .bin extension, I don't know if it the same thing, and if it can be used this way.
 

mrgone

old man
Member
GBAtemp Patron
Joined
Nov 6, 2002
Messages
1,331
Trophies
3
Age
45
Location
close to the oktoberfest
XP
2,881
Country
Germany
Doesn't package3 take the role of fusee-secondary? So launching package3 should have the same results.
yep, just read it in the release notes.
somehow i overlooked that mini factoid, maybe because it was 3 o'clock in the morning when i read it the first time
 

Arakon

Well-Known Member
Member
Joined
Apr 24, 2008
Messages
445
Trophies
1
XP
1,036
Country
Gambia, The
  • Please Note: various components were renamed (fusee-primary.bin -> fusee.bin, fusee-secondary.bin -> package3).
    • If you use another bootloader (like hekate), you may need to update your configuration to use the new layout.

From the official readme. It literally says it was renamed and to adjust for the new names.
 
  • Like
Reactions: spotanjo3

yyoossk

Well-Known Member
OP
Member
Joined
Oct 18, 2017
Messages
200
Trophies
0
XP
2,418
Country
Japan
cfw&Stock work fine!
thx!

[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
stock=1
icon=bootloader/res/icon_switch.bmp
{}
 

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
cfw&Stock work fine!
thx!

[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
stock=1
icon=bootloader/res/icon_switch.bmp
{}

there is no fusee-secondary on the latest atmosphere! delete that file and test again!
 

yyoossk

Well-Known Member
OP
Member
Joined
Oct 18, 2017
Messages
200
Trophies
0
XP
2,418
Country
Japan
there is no fusee-secondary on the latest atmosphere! delete that file and test again!

I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}

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

I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}


Replaced with new ini
https://github.com/yyoossk/Atmosphere-with-Hekate/releases/tag/12.1.0-v4
 
  • Like
Reactions: MUDD_BR and toxic9

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}

great!
many thanks for testing.
I don't have my switch with me, that's why I didn't test it anyway.
 
  • Like
Reactions: yyoossk

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,145
Trophies
3
XP
6,210
Country
United States
  • Please Note: various components were renamed (fusee-primary.bin -> fusee.bin, fusee-secondary.bin -> package3).
    • If you use another bootloader (like hekate), you may need to update your configuration to use the new layout.
From the official readme. It literally says it was renamed and to adjust for the new names.

Thanks. I will wait for September 9 since it is "pre-released".
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Veho @ Veho: The cybertruck is a death trap.