Changes

Jump to navigation Jump to search
No change in size ,  14:09, 29 July 2022
m
minor correction
Line 60: Line 60:  
== Boot1 page size ==
 
== Boot1 page size ==
   −
I'd noticed you've reverted edits where people have corrected boot1's page size. Boot0 only reads pages 0x0 through 0x2d, which is 47 total pages. I've verified this not only by looking at the code (see 0x0290) but also creating an emulator of the Starlet and monitoring NAND reads. Attempting to SHA-1 over the first 48 (rather than 47) pages of NAND also gives an incorrect boot1 hash.
+
I'd noticed you've reverted edits where people have corrected boot1's page size. Boot0 only reads pages 0x0 through 0x2e, which is 47 total pages. I've verified this not only by looking at the code (see 0x0290) but also creating an emulator of the Starlet and monitoring NAND reads. Attempting to SHA-1 over the first 48 (rather than 47) pages of NAND also gives an incorrect boot1 hash.
    
  if (stage < 0x2f) {
 
  if (stage < 0x2f) {

Navigation menu