Page 1 of 1

LG BP60NB10 Flashed?

Posted: Tue Aug 29, 2023 2:06 pm
by rwgrier
I'm a bit of a n00b at this. If this post is off-topic or in the wrong location, please feel free to move or close.

I recently purchased an LG BP60NB10 External Slim DVD Drive.

MakeMKV reported that LibreDrive was possible with patched firmware. I followed the steps outlined here: viewtopic.php?f=16&t=19634. I used the macOS steps because that's what I'm using.

I used this command:

Code: Select all

./makemkvcon f -d '/IOBDServices/C76B5542' -f /tmp/sdf.bin rawflash -i /tmp/HL-DT-ST-BD-RE_BP60NB10-1.02-NM00800-212005070935.bin
Flashing the drive appears to have worked. Here's the output:

Code: Select all

Reading input file /tmp/HL-DT-ST-BD-RE_BP60NB10-1.02-NM00800-212005070935.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Current Drive ID: HL-DT-ST_BD-RE_BP60NB10_1.02_212107081556_REMOVED
Using USB chipset workaround for Desktop drive handshake
Ready to write drive flash memory.
Type "yes" to continue, "no" to abort
yes
Operation started: Sending flash image to drive
 100% Operation finished
Operation started: Programming flash
 100% Operation finished
Done successfully
This is what MakeMKV reports once I was done.

Code: Select all

Drive Information
Manufacturer: HL-DT-ST
Product: BD-RE BP60NB10
Revision: 1.02
Serial number:
Firmware date: 2121-07-08 15:56
Bus encryption flags: 17
Highest AACS version: 63

LibreDrive Information
Status: Possible (with patched firmware)
Drive platform: MT1959
Harware support: Yes
Firmware support: No
Firmware type: Original (patched version available)
Firmware version: 1.02
DVD all regions: Possible (with patched firmware)
BD raw data read: Possible (with patched firmware)
My question is, how do I know this worked? I was able to backup a Blu-Ray of Solo. But when I tried to backup the UHD 4k version of Solo, I got this error:

Code: Select all

LibreDrive compatible drive is required to open this disc - video can't be decrypted.
Backup failed
I see others have had issues backing up the 4k version of Solo. But the error seems to indicate that I haven't properly flashed the firmware.

I can't tell if I've done something wrong in flashing the firmware, or if the Solo UHD 4K disc just doesn't work with this drive.

Any information or further tips would be greatly appreciated. Thanks for your patience.

Re: LG BP60NB10 Flashed?

Posted: Tue Aug 29, 2023 5:41 pm
by Woodstock
Your description is that you have a new drive, but you don't seem to be telling the SDF program to use the encode ("enc") option to write to it. That's why the result is still saying "(with patched firmware)".

Re: LG BP60NB10 Flashed?

Posted: Tue Aug 29, 2023 6:07 pm
by rwgrier
I was indeed missing the "enc" parameter. I tried running

Code: Select all

./makemkvcon f -d '/IOBDServices/C76B5542' -f /tmp/sdf.bin rawflash enc -i /tmp/HL-DT-ST-BD-RE_BP60NB10-1.02-NM00800-212005070935.bin
Now my drive is listed as Enabled. Thank you!

Re: LG BP60NB10 Flashed?

Posted: Tue Aug 29, 2023 7:44 pm
by Coopervid
Woodstock wrote:
Tue Aug 29, 2023 5:41 pm
Your description is that you have a new drive, but you don't seem to be telling the SDF program to use the encode ("enc") option to write to it. That's why the result is still saying "(with patched firmware)".
enc is for encrypted, not encode. Just to make things straight.

Re: LG BP60NB10 Flashed?

Posted: Tue Aug 29, 2023 10:56 pm
by Woodstock
enc is for encrypted, not encode. Just to make things straight.
Picky, picky.... :)