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: | ||
[[Category:Software]] | |||
= 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 226: | ||
'''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,443: | ||
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,524: | Line 1,523: | ||
---- | ---- | ||
= Flash Samples = | = Flash Samples = | ||
Line 1,652: | Line 1,593: | ||
** 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,616: | ||
* 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) | ||