Flash:Second Region: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "= Second Region = NOR only: 0x0F00000 - 0x0F00020 <br /> This region appears to directly follow the other region (at 0xF0000 = region size + header) <br /> Not much is known a...")
 
Line 1: Line 1:
= Second Region =
= Second Region =
NOR only: 0x0F00000 - 0x0F00020 <br />
NOR: 0x0F00000 - 0xFBFFFF<br />
This region appears to directly follow the other region (at 0xF0000 = region size + header) <br />
This region appears to directly follow the other region, starting with [[Flash:0FACE0FF DEADFACE|0FACE0FF DEADFACE]] header.<br />
Not much is known about this at this stage. <br />
Not much is known about this at this stage. <br />


On NAND consoles without OtherOS the block 0x0F00000 - 0x0F7FFFF is zero filled <br />
On NAND consoles there is no [[Flash:0FACE0FF DEADFACE|0FACE0FF DEADFACE]] header. Instead of [[Flash:CELL_EXTNOR_AREA|CELL_EXTNOR_AREA]] there is a  [[Flash:cell_ext_os_area|cell_ext_os_area]].
On NAND consoles with OtherOS the block 0x0F00000 - 0x0F00FFF is filled with data <br />
 


{{Flash}}
{{Flash}}


[[Category:Flash]]
[[Category:Flash]]

Revision as of 15:58, 8 December 2012

Second Region

NOR: 0x0F00000 - 0xFBFFFF
This region appears to directly follow the other region, starting with 0FACE0FF DEADFACE header.
Not much is known about this at this stage.

On NAND consoles there is no 0FACE0FF DEADFACE header. Instead of CELL_EXTNOR_AREA there is a cell_ext_os_area.