Updating Bluray Drive Firmware on Linux: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 25: Line 25:


=BD Drive Type=
=BD Drive Type=
{| class="wikitable FCK__ShowTableBorders"
|-
! Identification string
! Type
! Flag
|-
| SONY    EmerFlashROM
|
|
|}


=Sending BD Firmware to BD Drive=
=Sending BD Firmware to BD Drive=

Revision as of 09:28, 26 August 2012

Introduction

  • No use actually but just for the sake of scientific research :)

Current BD FW Version

Using Storage Manager service get_version:

sudo ./ps3dm sm get_version
00 03 00 50 00 00 00 00

Using SC Manager service get_region_data:

sudo ps3dm 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............|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000030

Or reading it from BD drive istelf, see http://www.ps3devwiki.com/wiki/BD_Drive_Reverse_Engineering#Get_Version.

BD Drive Type

Identification string Type Flag
SONY EmerFlashROM

Sending BD Firmware to BD Drive