There was an error while loading. Please reload this page.
Table of Contents
$ sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi python3-pip $ pip3 install -U git+https://github.com/TuxSH/firmtool.git
$ git clone https://github.com/linux-3ds/firm_linux_loader.git
$ CC=arm-none-eabi-gcc make
Place firm_linux_loader.firm on the sdcard under luma/payloads/, or wherever your bootloader expects to be able to find binaries.
firm_linux_loader.firm
luma/payloads/
example:
$ cp firm_linux_loader.firm /media/nick/6332-3234/luma/payloads/.