|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| | {{shortcut|3DS:DSF}} |
| == ARM9 BootROM & OTP == | | == ARM9 BootROM & OTP == |
| ARM9 BootROM contains various encryption keys. OTP is used for encryption of console-unique data, such as NAND partitions. | | ARM9 BootROM contains various encryption keys, and is the same for all 3DS/2DS devices. OTP is used for encryption of console-unique data, such as NAND partitions. |
|
| |
|
| <tabber> | | <tabber> |
|
| |
|
| |-|Using GodMode9= | | |-|Using GodMode9 through boot9strap= |
|
| |
|
| [[File:GM9 Copy boot9 and otp.png|thumb|Copying movable.sed in GodMode9]] | | [[File:GM9 Copy boot9 and otp.png|thumb|Copying movable.sed in GodMode9]] |
Latest revision as of 04:22, 16 November 2024
ARM9 BootROM & OTP
ARM9 BootROM contains various encryption keys, and is the same for all 3DS/2DS devices. OTP is used for encryption of console-unique data, such as NAND partitions.
Copying movable.sed in GodMode9
This requires GodMode9 v1.1.8 or newer, started through boot9strap.
- Start GodMode9.
- Navigate to
[M:] MEMORY VIRTUAL
.
- Press L on
boot9.bin
and otp.mem
to select both.
- Press A to select, then choose "Copy to 0:/gm9/out".
- Turn off the system.
- Check inside
/gm9/out
on the SD card. The files boot9.bin
and otp.bin
should be created.
This requires fastboot3DS v1.1 or newer installed to FIRM.
- While holding HOME, press POWER to boot into the fastboot3DS menu.
- Choose "Miscellaneous..." -> "Dump bootroms & OTP".
- Check that all steps show "success", then press B to power off.
- Check inside
/3ds
on the SD card. The files boot9.bin
and otp.bin
should be created.
This is the default setup when using 3DS Hacks Guide. This does not work when using boot9strap through ntrboot. If ntrboot is used, use the GodMode9 section above.
This option no longer works for boot9strap 1.4.
- While holding START + SELECT + X, press POWER.
- Check for
/boot9strap
on the SD card. The files boot9.bin
and otp.bin
should be created inside.
movable.sed
movable.sed
contains KeyY for SD data encryption for all files under /Nintendo 3DS/<id0>/<id1>
. The file is located in CTRNAND at /private/movable.sed
.
If there is an essentials backup (essential.exefs
) created by GodMode9, the file is available inside as "movable
".
Copying movable.sed in GodMode9
The drive depends on the source. SysNAND is at [1:] SYSNAND CTRNAND
and is most likely the one you want. EmuNAND/RedNAND is at [4:] EMUNAND CTRNAND
. A mounted NAND backup is at [7:] IMGNAND CTRNAND
.
- Start GodMode9.
- Navigate to the source drive ->
private
.
- Select movable.sed, then choose "Copy to 0:/gm9/out".
- Turn off the system.
- Check inside
/gm9/out
on the SD card. The file movable.sed
should be created.