Editing Updating Bluray Drive Firmware on Linux
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: | ||
=Introduction= | =Introduction= | ||
* | * No use actually but just for the sake of scientific research :) | ||
=Current BD FW Version= | =Current BD FW Version= | ||
Line 24: | Line 22: | ||
</pre> | </pre> | ||
Or reading it from BD drive istelf, see: | Or reading it from BD drive istelf, see http://www.ps3devwiki.com/wiki/BD_Drive_Reverse_Engineering#Get_Version. | ||
=BD Drive Type= | =BD Drive Type= | ||
Line 37: | Line 35: | ||
* Update manager matches BD drive type against '''h_id''' from update package header. | * Update manager matches BD drive type against '''h_id''' from update package header. | ||
* h_id is at offset 0x8 (8 bytes) in the update package header. | * h_id is at offset 0x8 (8 bytes) in the update package header. | ||
{| class="wikitable FCK__ShowTableBorders" | {| class="wikitable FCK__ShowTableBorders" | ||
Line 108: | Line 105: | ||
| 0x1200000000000007 | | 0x1200000000000007 | ||
| 1 | | 1 | ||
|} | |} | ||
=Sending BD Firmware to BD Drive= | =Sending BD Firmware to BD Drive= | ||