Skip to content
Wolfvak edited this page Jul 28, 2021 · 12 revisions

Table of Contents

How to build

Install dependencies

$ sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi python3-pip
$ pip3 install -U git+https://github.com/TuxSH/firmtool.git

Fetch sources

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

Build

$ CC=arm-none-eabi-gcc make

Put on SD Card

Place firm_linux_loader.firm on the sdcard under luma/payloads/, or wherever your bootloader expects to be able to find binaries.

example:

$ cp firm_linux_loader.firm /media/nick/6332-3234/luma/payloads/.
Clone this wiki locally