crossbar9
crossbar9 copied to clipboard
Tests for the Nintendo 3DS's ARM9 security processor
crossbar9
Cross-compiled tests for the 3DS ARM9
Before use
To run ./build.sh, you need to install xargo and be using rustup for managing rust installations.
Usage
./build.sh [test name] [debug|release]
Copy the generated file ./target/thumbv5te-none-eabi/<relmode>/crossbar9.firm to your 3DS's SD card, and run using boot9strap.
Attribution
Temporarily borrowing Decrypt9WIP as a submodule (for the functioning filesystem code). Thanks, d0k3!