Yes, and try again.My 3DS has been sitting on "Exploiting arm9..." for 15 minutes after I launched the .3dsx. Should I turn it off...?
You're using Python 3, right?<snip>
It's written in the readme to use Python 2.7.Correct. Shouldn't I?
https://github.com/delebile/arm9loaderhax/blob/master/README.mdDoesn't it say to use Python 3.5.1 now?
Plus the error he's getting is that the print function is missing parenthesis and IIRC, the requirement for parenthesis in that function is a python 3 thing and not a python 2 thing.
From what I know the first partition is not properly signed, because we added the payload at the and, because of this the bootloader will jump over to firm1, which is properly signed and shorter than firm0. It will be decrypted to garbage, which jumps to the payload.FIRM0 and FIRM1 are corrupted by being decrypted by a corrupted key (which is the one we want when you encrypt it with your OTP). FIRM1 is being decrypted as garbage, and the instruction it's jumped on is a jump to the unused NAND sector.
- FIRM partitions are still signed
- FIRM partitions are corrupted in a specific way when decrypted with the keystore
- Corrupted FIRM partition loads our code
Ah right. I thought you were referring to the OTP guide at first.
Nope. https://github.com/delebile/arm9loaderhaxDoesn't it say to use Python 3.5.1 now?
Plus the error he's getting is that the print function is missing parenthesis and IIRC, the requirement for parenthesis in that function is a python 3 thing and not a python 2 thing.


Exploiting the system on boot is the awesome part. Once the ecosystem around it is more robust, you should be able to have your console be essentially brick-proof and immune to the consequences of system updates.

Actuall notIs there any way to test 2.1 nand rom like flashing it to emunand or something?
Nope. No CFW supports patching 2.1 FIRM.Is there any way to test 2.1 nand rom like flashing it to emunand or something?
No current CFW supports booting 2.1 emuNAND.Is there any way to test 2.1 nand rom like flashing it to emunand or something?