Homebrew [RELEASE] The BootCTR9 release thread

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,210
Trophies
1
XP
3,370
Country
Germany
Here is a first b9s 1.2 compatible dev build.

This dev-release only include a firm, since the .bin build is not yet running.

The next targes will be more code cleanup and getting the a9lh payload running again on a9lh.

I will also try to get the gateway payload running directly, but Gateway should maybe release a updated payload, since it should not be that hard for them.
 

Attachments

  • BootCTR9-firm-b9s1.2.zip
    62 KB · Views: 4,836

Hihomaster

Well-Known Member
Member
Joined
Jun 25, 2008
Messages
184
Trophies
0
XP
486
Country
France
Here is a first b9s 1.2 compatible dev build.

This dev-release only include a firm, since the .bin build is not yet running.

The next targes will be more code cleanup and getting the a9lh payload running again on a9lh.

I will also try to get the gateway payload running directly, but Gateway should maybe release a updated payload, since it should not be that hard for them.

how did you convert it to work with 1.2? i tried the new firmtool and it doesn't work at all ( gives the arm9 error with the dump happening)
 

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,210
Trophies
1
XP
3,370
Country
Germany
how did you convert it to work with 1.2? i tried the new firmtool and it doesn't work at all ( gives the arm9 error with the dump happening)
The framebuffer handling changed, they are now passed as argument, so you need to get them there, or you need an arm11 payload which reads them directly from the config registers, otherwise its possible that you try to write to an invalid address.
Payloads loaded with BootCTR9 should not have this problem, since I'm setting up the cake and gateway framebuffer pointers.
 

Hihomaster

Well-Known Member
Member
Joined
Jun 25, 2008
Messages
184
Trophies
0
XP
486
Country
France
The framebuffer handling changed, they are now passed as argument, so you need to get them there, or you need an arm11 payload which reads them directly from the config registers, otherwise its possible that you try to write to an invalid address.
Payloads loaded with BootCTR9 should not have this problem, since I'm setting up the cake and gateway framebuffer pointers.

so when we use the command line "firmtool build test.firm -n 0x23F00000 -e 0 -D mypayload.bin -A 0x23F00000 -C NDMA" this doesn't work because we need to change the 0x23F00000?
 

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,210
Trophies
1
XP
3,370
Country
Germany
so when we use the command line "firmtool build test.firm -n 0x23F00000 -e 0 -D mypayload.bin -A 0x23F00000 -C NDMA" this doesn't work because we need to change the 0x23F00000?
No, the firm tool is not enougth, you could add a stub arm11 payload which could setup the cake framebuffers from the config registers, or the payload itself needs to be modified.
Most payloads directly use cakehax framebuffer addresses at 0x23FFFE00-0x23FFFE08, but since they are no longer set in b9s, because they are now passed as an argument, there are pointig to an invalid address. when the payloads then trys to write to this address, because they want to show something, the exception happens.
 

plushifoxed

I wanna talk more about kawaii stuff!
Member
Joined
Mar 14, 2015
Messages
189
Trophies
0
Location
Kamihama City
Website
roxie.nyc
XP
507
Country
United States
Just wanted to throw my hat on the pile of successful BootCTR9 setups.
Got a nice boot animation over top of my existing Luma bootsplash.
It's a long boot time, but 1. I rarely reboot my 3DS anyway, and 2. the load screen says "take your time" for a reason.
If anyone wants the anim file, I'll throw it on my webspace. Just let me know.
 

Temptress Cerise

Miss Magic~ <3
Member
Joined
May 1, 2016
Messages
2,242
Trophies
1
XP
2,338
Country
United States
Just wanted to throw my hat on the pile of successful BootCTR9 setups.
Got a nice boot animation over top of my existing Luma bootsplash.
It's a long boot time, but 1. I rarely reboot my 3DS anyway, and 2. the load screen says "take your time" for a reason.
If anyone wants the anim file, I'll throw it on my webspace. Just let me know.
Is the ASCII splash intentional? It throws me off tbh.
 

Shady Guy Jose

Well-Known Member
Member
Joined
Sep 14, 2008
Messages
518
Trophies
1
Age
31
XP
2,412
Country
Portugal
Here is a first b9s 1.2 compatible dev build.

This dev-release only include a firm, since the .bin build is not yet running.

The next targes will be more code cleanup and getting the a9lh payload running again on a9lh.

I will also try to get the gateway payload running directly, but Gateway should maybe release a updated payload, since it should not be that hard for them.
The previous build is working perfectly with b9s 1.2, for me. Is there any point in updating?
 

NEO117

Well-Known Member
Member
Joined
Mar 5, 2008
Messages
316
Trophies
1
XP
533
Country
Venezuela
Here is a first b9s 1.2 compatible dev build.

This dev-release only include a firm, since the .bin build is not yet running.

The next targes will be more code cleanup and getting the a9lh payload running again on a9lh.

I will also try to get the gateway payload running directly, but Gateway should maybe release a updated payload, since it should not be that hard for them.

Works like a dream for Gateway loading. Thank you!
 

Arnold101

Well-Known Member
Member
Joined
May 19, 2006
Messages
404
Trophies
1
XP
865
Country
United States
Here is a first b9s 1.2 compatible dev build.

This dev-release only include a firm, since the .bin build is not yet running.

The next targes will be more code cleanup and getting the a9lh payload running again on a9lh.

I will also try to get the gateway payload running directly, but Gateway should maybe release a updated payload, since it should not be that hard for them.
thank you, works fine again. i hope they finish putting out updates that completely breaks compatibility..
 
D

Deleted User

Guest
Well I was able to get the may 3rd nightly of skieth to work and the dat/bin version of cakes to work.I was wondering if there was a way to hide the bootctr9 screen that pops up before the animations so I can get a cleaner look?
 

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,210
Trophies
1
XP
3,370
Country
Germany
Well I was able to get the may 3rd nightly of skieth to work and the dat/bin version of cakes to work.I was wondering if there was a way to hide the bootctr9 screen that pops up before the animations so I can get a cleaner look?
You just need to set the boot splash in the main configuration to 0 to disable it, as it is documented here :)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    I recommend getting a treadmill for cats
  • ZeroT21 @ ZeroT21:
    me cat probably wont ever use it, furrball aint ever home, always somewhere down the street, looking for females, even named it ''Chad''
  • K3Nv2 @ K3Nv2:
    I'm shocked a usb A port
  • ZeroT21 @ ZeroT21:
    @K3Nv2 don't seem much different from last year'
  • K3Nv2 @ K3Nv2:
    3gb ram Mali-G31 MP2 could be decent for ps1
  • K3Nv2 @ K3Nv2:
    @Psionic Roshambo, that gave me a MMI error
  • ZeroT21 @ ZeroT21:
    I'm just tired of all the useless windows updates that keeps bogging my pc down whenever i wanna use it, useless AI crap
  • ZeroT21 @ ZeroT21:
    MS advertising win10 as the last OS we'll ever need ,such horseshit
  • SylverReZ @ SylverReZ:
    @ZeroT21, Windows 11 is just horseshit in general.
  • SylverReZ @ SylverReZ:
    CoPilot is the new Bonzi Buddy, 20 years later after it was shutdown by several lawsuits.
  • K3Nv2 @ K3Nv2:
    You're gonna love it when they stop supporting win10
  • SylverReZ @ SylverReZ:
    @K3Nv2, I saw the announcement.
  • ZeroT21 @ ZeroT21:
    it's all just junk to me, i just wanna use my pc in peace, not to be told shit by some AI
  • SylverReZ @ SylverReZ:
    They said that they will also discontinue support for Windows 7, of which I thought they'd already done so.
  • K3Nv2 @ K3Nv2:
    Get use to Linux then
  • SylverReZ @ SylverReZ:
    Go with Linux Mint.
  • K3Nv2 @ K3Nv2:
    wget "Microsoft edge.exe"
  • ZeroT21 @ ZeroT21:
    I'm using linux mint on my other machine, works decent
    +1
  • SylverReZ @ SylverReZ:
    deltree c:\windows\system32\*.* :tpi:
  • SylverReZ @ SylverReZ:
    @ZeroT21, Why not stick to your other machine, no?
  • ZeroT21 @ ZeroT21:
    my other machine is old, mostly used for just browsing , some multimedia stuff as it's just old
  • ZeroT21 @ ZeroT21:
    some tasks like hacking wii consoles
    ZeroT21 @ ZeroT21: some tasks like hacking wii consoles