LG BP60NB10 Flashed?

Forum for discussions about UHD-capable dives
Post Reply
rwgrier
Posts: 5
Joined: Tue Aug 29, 2023 1:46 pm

LG BP60NB10 Flashed?

Post 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.
Woodstock
Posts: 9975
Joined: Sun Jul 24, 2011 11:21 pm

Re: LG BP60NB10 Flashed?

Post 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)".
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
rwgrier
Posts: 5
Joined: Tue Aug 29, 2023 1:46 pm

Re: LG BP60NB10 Flashed?

Post 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!
Coopervid
Posts: 1223
Joined: Tue Feb 19, 2019 10:32 pm

Re: LG BP60NB10 Flashed?

Post 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.
Woodstock
Posts: 9975
Joined: Sun Jul 24, 2011 11:21 pm

Re: LG BP60NB10 Flashed?

Post by Woodstock »

enc is for encrypted, not encode. Just to make things straight.
Picky, picky.... :)
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
Post Reply