Editing Talk:Flash
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= List of files on NOR Flash (OLD/historic) = | = List of files on NOR Flash (OLD/historic) = | ||
'''Note: <span style="color:red | '''Note: <span style="background-color:white; color:red;">this is the old table that defyboy made<!--// and kept here for crossreference/backup/historic reasons - don't delete!//-->, a more current one with absolute values and for all firmware versions is on the [[Flash|Flash mainpage]]</span>''' | ||
The following is a list of files stored in NOR Flash | The following is a list of files stored in NOR Flash | ||
Line 224: | Line 224: | ||
'''remarks:''' | '''remarks:''' | ||
* NAND dumps are 239MB because HV masks bootldr, see [ | * NAND dumps are 239MB because HV masks bootldr, see [http://www.ps3devwiki.com/index.php?title=Hardware_flashing#Difference_between_hardware_dumps_and_software_dumps Hardware flashing #Difference between hardware dumps and software dumps] | ||
* trying to read beyond 0xEFC0000-0xFFFFFFF on NAND systems (a region filled with FF's on consoles without OtherOS) results in panic | * trying to read beyond 0xEFC0000-0xFFFFFFF on NAND systems (a region filled with FF's on consoles without OtherOS) results in panic | ||
Line 1,441: | Line 1,441: | ||
0E7807F0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ | 0E7807F0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ | ||
</pre> | </pre> | ||
=== OtherOS === | === OtherOS === | ||
[[Flash:OtherOS]] | [[Flash:OtherOS]] | ||
Line 1,525: | Line 1,522: | ||
---- | ---- | ||
== Hidden value in VTRM (NOR Flash) == | === Hidden value in VTRM (NOR Flash) === | ||
<br>from offset 0xEDD748 count 199 (0xC7) values of a 0x14 byte value until you reach 0xEDE6D4, where you'll find another 0x14 byte value | |||
<br>from there, count 520 (321 + 199) values of the same repeated 0x14 byte value until you reach the second offset where you'll find the same hash of the first 199 step count (you can just search for the value to encounter it faster). | |||
<br>in the area in the middle there's a third 0x14 value at offset 0xEE4010 (repeated also twice in each vtrm) | |||
maybe these are all sha1 hashes of something? | maybe these are all sha1 hashes of something? | ||
= Flash Samples = | = Flash Samples = | ||
Line 1,652: | Line 1,599: | ||
** https://github.com/anaria28/NOR-Dump-Tool | ** https://github.com/anaria28/NOR-Dump-Tool | ||
* https://github.com/Swizzy/PS3DumpChecker | * https://github.com/Swizzy/PS3DumpChecker | ||
== Generic Recommendations == | == Generic Recommendations == | ||
* The information in this wiki was given [[http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt freely by many volunteers]] ; it would be most fair to release any program based on it, as opensource with the community accordingly (tip: [http://git.ps3dev.net/ public git-repo]). | * The information in this wiki was given [[http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt freely by many volunteers]] ; it would be most fair to release any program based on it, as opensource with the community accordingly (tip: [http://git.ps3dev.net/ public git-repo]). | ||
* Please link to | * Please link to ps3devwiki so that others might improve the code and also know on what information it is based as well as other informative pages. | ||
* Feel free to ask questions on the talkpages when having trouble understanding mainpage or when not knowing what to check for. | * Feel free to ask questions on the talkpages when having trouble understanding mainpage or when not knowing what to check for. | ||
* Make checkers/extractors bytedirection aware and byteswap when needed | * Make checkers/extractors bytedirection aware and byteswap when needed | ||
Line 1,676: | Line 1,622: | ||
* Check for downgradeability | * Check for downgradeability | ||
* Check statistics in range with known FW versions (3.55 is considered base on wiki unless documented) | * Check statistics in range with known FW versions (3.55 is considered base on wiki unless documented) | ||