Bootloader: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[[Image:CTR_Bootrom_Error.jpg|240px]] | [[Image:CTR_Bootrom_Error.jpg|240px]] | ||
{| class="wikitable" border="1" | |||
|- | |||
! Error | |||
! Description | |||
|- | |||
| <tt>00F800FE 00000000 00000000 00000200 00000000</tt> | |||
| Error when having SD-card reader connected to NAND during boot. | |||
|- | |||
| <tt>00F800FE 00000000 00000000 00000400 00000000</tt> | |||
| NAND not found error (?) | |||
|- | |||
| <tt>00F800FE FFFFFFFF FFFFFFFF 00000080 00800000</tt> | |||
| NAND error when DAT1 was used as DAT0. | |||
|- | |||
| <tt>00F800FE FFFFFFFF FFFFFFFF 00000005 00800000</tt> | |||
| NAND error when DAT2 was used as DAT0. | |||
|- | |||
| <tt>00F800FE FFFFFFFF FFFFFFFF 00000005 00000000</tt> | |||
| NAND error when DAT3 was used as DAT0. | |||
|} | |||
== NAND Reads == | == NAND Reads == |