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: | ||
[[Category: | [[Category:Linux]] | ||
=Introduction= | =Introduction= | ||
* | * No use actually but just for the sake of scientific research :) | ||
=Current BD FW Version= | =Current BD FW Version= | ||
Line 24: | Line 23: | ||
</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 109: | Line 108: | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x2200000000000008 | | 0x2200000000000008 | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x1200000000000008 | | 0x1200000000000008 | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x2200000000000009 | | 0x2200000000000009 | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x1200000000000009 | | 0x1200000000000009 | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x220000000000000A | | 0x220000000000000A | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x120000000000000A | | 0x120000000000000A | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x220000000000000B | | 0x220000000000000B | ||
| 1 | | 1 | ||
|- | |- | ||
| | | | ||
| 0x120000000000000B | | 0x120000000000000B | ||
| 1 | | 1 | ||
|} | |} | ||
Line 174: | Line 156: | ||
* BD buffer 0 is used to send BD firmware to BD drive. | * BD buffer 0 is used to send BD firmware to BD drive. | ||
* The BD firmware is sent in chunks of size 0x8000 bytes with SCSI command WRITE BUFFER mode 7. | * The BD firmware is sent in chunks of size 0x8000 bytes with SCSI command WRITE BUFFER mode 7. | ||
TODO: code an application to update BD firmware on Linux |