Bootloader: Difference between revisions
Document bootrom error screen format in a human-readable format |
Confirmed all bootrom fields to be accurate |
||
Line 114: | Line 114: | ||
* <code>NN</code>: NAND header (NCSD) load error code | * <code>NN</code>: NAND header (NCSD) load error code | ||
* <code>p<N></code>: NAND FIRM partition load error code. Note the order of the partitions in the error code! | * <code>p<N></code>: NAND FIRM partition load error code. Note the order of the partitions in the error code! | ||
* <code>sd_softE</code>: software error (driver status bits, see one section lower) | * <code>sd_softE</code>: software error (SD driver status bits, see one section lower) | ||
* <code>sd_hardE</code>: hardware error (SD | * <code>sd_hardE</code>: hardware error (SD device status bits, see one section lower) | ||