3DS bootloader for custom FIRM binaries
Find a file
2016-07-16 17:54:22 +02:00
.gitignore Initial commit 2016-07-16 17:49:42 +02:00
LICENSE Initial commit 2016-07-16 17:49:42 +02:00
README.md Update README.md 2016-07-16 17:54:22 +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)