3DS bootloader for custom FIRM binaries
Find a file
2016-07-16 20:21:48 +02:00
.gitignore Initial commit 2016-07-16 17:49:42 +02:00
arm9loaderhax.bin Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
arm9loaderhax.elf Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
common.h initial commit. loads from 4th partition 2016-07-16 19:43:05 +02:00
delay.h initial commit. loads from 4th partition 2016-07-16 19:43:05 +02:00
delay.s initial commit. loads from 4th partition 2016-07-16 19:43:05 +02:00
example.bin Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
example.c Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
example.elf Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
example.ld Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
firm.bin Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
LICENSE Initial commit 2016-07-16 17:49:42 +02:00
loader.c Added actual loading. code does not execute 2016-07-16 20:21:48 +02:00
loader.ld initial commit. loads from 4th partition 2016-07-16 19:43:05 +02:00
Makefile initial commit. loads from 4th partition 2016-07-16 19:43:05 +02:00
README.md Update README.md 2016-07-16 17:54:22 +02:00
sdmmc.c initial commit. loads from 4th partition 2016-07-16 19:43:05 +02:00
sdmmc.h initial commit. loads from 4th partition 2016-07-16 19:43:05 +02:00

firmloader

3DS bootloader for custom FIRM binaries

Setup

You require MTGos's cross compiler suite (or at least an arm-none-eabi compiler in path. run make and copy arm9loaderhax.bin on the top of SD card. You need a 4th partition on the SD card. Write the FIRM binary raw on the partition (i.e. dd if=firm.bin of=/dev/da0s4 bs=1M)