All Projects → derrekr → Fastboot3ds

derrekr / Fastboot3ds

Licence: gpl-3.0
A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Fastboot3ds

Pong 3ds
A 3D pong game for 3DS with software rendering.
Stars: ✭ 12 (-95.35%)
Mutual labels:  nintendo-3ds, homebrew
Guide 3ds
A complete guide to 3DS custom firmware, from stock to boot9strap.
Stars: ✭ 1,055 (+308.91%)
Mutual labels:  nintendo-3ds, homebrew
Libctru
Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)
Stars: ✭ 530 (+105.43%)
Mutual labels:  nintendo-3ds, homebrew
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (-84.88%)
Mutual labels:  homebrew, nintendo-3ds
3ds Examples
Examples for 3DS using devkitARM, libctru, citro3d and citro2d
Stars: ✭ 221 (-14.34%)
Mutual labels:  nintendo-3ds, homebrew
bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (-94.19%)
Mutual labels:  homebrew, nintendo-3ds
Picasso
Homebrew PICA200 shader assembler
Stars: ✭ 41 (-84.11%)
Mutual labels:  nintendo-3ds, homebrew
Cpp3ds
Basic C++ gaming framework and library for Nintendo 3DS
Stars: ✭ 80 (-68.99%)
Mutual labels:  nintendo-3ds, homebrew
Citro3d
Homebrew PICA200 GPU wrapper library for Nintendo 3DS
Stars: ✭ 143 (-44.57%)
Mutual labels:  nintendo-3ds, homebrew
Citro2d
Library for drawing 2D graphics using the Nintendo 3DS's PICA200 GPU
Stars: ✭ 88 (-65.89%)
Mutual labels:  nintendo-3ds, homebrew
ctrmus
3DS Music Player
Stars: ✭ 73 (-71.71%)
Mutual labels:  homebrew, nintendo-3ds
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (-93.02%)
Mutual labels:  homebrew, nintendo-3ds
3DS.py
Python on your Nintendo 3DS
Stars: ✭ 90 (-65.12%)
Mutual labels:  homebrew, nintendo-3ds
homebrew-chunkwm
Homebrew Tap for Chunkwm tiling window manage (https://github.com/koekeishiya/chunkwm)
Stars: ✭ 47 (-81.78%)
Mutual labels:  homebrew
SwitchXBOXController
Turn your Nintendo Switch into an XBOX360 controller to play on your Windows computer
Stars: ✭ 46 (-82.17%)
Mutual labels:  homebrew
Openblt
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
Stars: ✭ 256 (-0.78%)
Mutual labels:  bootloader
Blitz
Blitz is a 68030 based homebrew computer I designed over the course of nearly 3 years, starting in late 2017.
Stars: ✭ 31 (-87.98%)
Mutual labels:  homebrew
Pocket-Game-Maker-v0.83
由白枫开发的PSP AVG游戏引擎PGM。经白枫同意后,上传做教程之用。
Stars: ✭ 13 (-94.96%)
Mutual labels:  homebrew
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-94.19%)
Mutual labels:  homebrew
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (-82.95%)
Mutual labels:  homebrew

fastboot3DS

A bootloader for the 3DS console, written by derrek, profi200, d0k3

fastboot3DS is a bootloader for the 3DS console, intended to be installed to the FIRM0 partition. It allows you to assign homebrew in .firm format to bootslots, and to chainload bootslots via either a bootmenu or a button combo of your choosing. fastboot3DS also contains basic tools for NAND backups and restores.

fastboot3DS on a real N3DS

Disclaimer

fastboot3DS installs to a critical partition of your system, and thus becomes one of the softwares critical to the functioning of your system. Although having been thoroughly tested, some risk may still remain, especially when fastboot3DS is not used in the way it is intended. In short: we are not responsible for any damage that may occur to your system as a direct or indirect result of you using fastboot3DS.

Quick start guide

These short instructions require you to have a way of booting OpenFirmInstaller. If you already have boot9strap installed, this is as simple as chainloading the OpenFirmInstaller.firm (either via some chainloader of your choosing, or put it on your SD card as sdmc:/boot.firm).

  • Have fastboot3DS.firm inside the sdmc:/ofifolder on your SD card. When installing from A9LH, secret_sector.bin is also required.
  • Boot OpenFirmInstaller and follow the on screen instructions. You will reboot to the fastboot3DS menu.
  • [optional] Enter Boot setup... -> Setup [slot 1]... -> Select [slot 1] firm and select the FIRM file of your main CFW. On typical systems that is smdc:/boot.firm, but anything goes.
  • [optional] Enter Boot setup... -> Change boot mode... -> Set quiet boot. Your system is now set to autoboot and will silently boot the CFW you selected above.

You may also want to set up the other boot slots and assign key combos to them. Keep in mind you need one autoboot slot (= a slot with no key combo assigned). If you want to access the fastboot3DS menu at a later point in time, hold the HOME button when powering on the console. From the fastboot3DS menu, you may continue the boot process via Continue boot, chainload a .firm file via Boot from file..., access the boot menu via Boot menu... or power off the console via the POWER button.

How to build

To compile fastboot3DS you need devkitARM, CTR firm builder and splashtool installed in your system. Additionally you need 7-Zip or on Linux p7z installed to make release builds. Also make sure the CTR firm builder and splashtool binaries are in your $PATH environment variable and accessible to the Makefile. Build fastboot3DS as debug build via make or as release build via make release.

Known issues

This section is reserved for a listing of known issues. At present only this remains:

  • Older releases of GodMode9 freeze when they are chainloaded via fastboot3DS. Use v1.5.0 or higher. In general (that means not only for fastboot3ds) it is recommended to have all your software updated to the latest version.
  • OpenFirmInstaller only allows installing official (= signed) releases of fastboot3ds. Developers wanting to test their own builds can install fastboot3ds custom builds via GodMode9.

If you happen to stumble over another bug, please open an issue in the official fastboot3DS repo on GitHub or contact us via other platforms.

License

You may use this under the terms of the GNU General Public License GPL v3 or under the terms of any later revisions of the GPL. Refer to the provided LICENSE.txt file for further information.

Thanks to...

  • yellows8
  • plutoo
  • smea
  • Normmatt (for sdmmc code)
  • WinterMute (for console code)
  • ctrulib devs (for HID code)
  • Luma 3DS devs (for fmt.c/gfx code)
  • mtheall (for LZ11 decompress code)
  • devkitPro (for the toolchain/makefiles)
  • ChaN (for the FATFS library)
  • fincs, Al3x_10m, Wolfvak, Shadowhand, Lilith Valentine, Crimson, Ordim3n (closed beta testing)
  • ...everyone who contributed to 3dbrew.org

Copyright (C) 2017 derrek, profi200, d0k3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].