Skip to content
Nick Desaulniers edited this page Mar 31, 2021 · 5 revisions

Table of Contents

How to build

Install dependencies

$ sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi

Fetch sources

$ git clone https://github.com/linux-3ds/arm9linuxfw.git

Build

$ cd arm9linuxfw
$ make

Put on SD Card

Place the arm9linuxfw.bin on the sdcard under linux/

example:

$ cp arm9linuxfw.bin /media/nick/6332-3234/linux/.
Clone this wiki locally