forked from xerpi/firm_linux_loader
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Wolfvak edited this page Jul 28, 2021
·
12 revisions
$ 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 makePlace 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/.