Bootloader: Difference between revisions
No edit summary |
|||
Line 121: | Line 121: | ||
* ... | * ... | ||
* 8bit-entry-array 0x1FFFE000+0x10: Error-codes originally from nand_findfirmpartition_loadfirm(), for each of the 8 NCSD partitions. | * 8bit-entry-array 0x1FFFE000+0x10: Error-codes originally from nand_findfirmpartition_loadfirm(), for each of the 8 NCSD partitions. | ||
== BootROM Status Codes == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0x00 | |||
| Success | |||
|- | |||
| 0xF7(~8) | |||
| A NAND FIRM from another partition was already found with a priority(firmhdr+4) >= to the value for the current partition's FIRM priority. | |||
|} | |||
== Boot9 startup == | == Boot9 startup == |