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 17: | Line 15: | ||
<pre> | <pre> | ||
sudo ps3dm scm get_region_data 8 | hexdump -C | sudo ps3dm -v scm get_region_data 8 | hexdump -C | ||
00000000 00 03 00 50 00 00 00 00 00 00 00 00 00 00 00 00 |...P............| | 00000000 00 03 00 50 00 00 00 00 00 00 00 00 00 00 00 00 |...P............| | ||
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | ||
* | * | ||
00000030 | 00000030 | ||
</pre> | </pre> | ||
=Sending BD Firmware to BD Drive= | =Sending BD Firmware to BD Drive= | ||