From 2387cb9e21f1dfb2005966dd7a8735924265620d Mon Sep 17 00:00:00 2001 From: Riccardo Boninsegna Date: Sat, 12 Aug 2017 15:15:09 +0200 Subject: [PATCH] Information about ntrboot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3bfe1c2..a64795c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Entrypoints other than [Boot9Strap](https://github.com/SciresM/Boot9Strap) may r If you are a developer and you are building this, you may also just run `make release` to get a nice, release-ready package of all requried files. To build __SafeMode9__ (a bricksafe variant of GodMode9, with limited write permissions) instead of GodMode9, compile with `make SAFEMODE=1`. To switch screens, compile with `make SWITCH_SCREENS=1`. For additional customization, you may choose the internal font via `make FONT=6X10`, `make FONT=ACORN`, `make FONT=GB` or `make FONT=ORIG`. +To build a .firm signed with SPI boot keys (for ntrboothax and the like), run `make ntrboot`. You may need to rename the output files if the ntrboot installer you use uses hardcoded filenames. Some minor features such as decrypted OTP are not currently available from the ntrboot environment. + ## Write permissions system GodMode9 provides a write permissions system, which will protect you from accidentually damaging you system, losing data and/or modifying important system data. To unlock a write permission, an unlock sequence must be entered. This is not possible by accident. The write permission system is based on colors and the top bar on the top screen will change color according to the current write permission level. No permission above the yellow level can be unlocked on SafeMode9.