Ultimate UHD Drives Flashing Guide Updated 2023

Forum for discussions about UHD-capable dives
d00zah
Posts: 1433
Joined: Mon Jun 06, 2016 8:23 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by d00zah »

There are "local" sellers here, including one in Canada who might be able to help you out. Others are just south of the border, if he is unable to provide what you're looking for? They all offer email addresses. Can't hurt to send out some inquiries.
Stevelois
Posts: 25
Joined: Fri Oct 21, 2022 11:05 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by Stevelois »

I wasn't aware of that place, THX. Will check it out :D
Eggman
Posts: 6
Joined: Sun Sep 04, 2022 8:47 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by Eggman »

Do you think the new detachable PlayStation 5 UHD Drive will become relevant for flashing, ripping etc? It is widely available and will have a large install base. It is also sold separately at an affordable price.
Billycar11
Posts: 3864
Joined: Sun Aug 24, 2014 5:49 am

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by Billycar11 »

Eggman wrote:
Mon Dec 18, 2023 3:00 pm
Do you think the new detachable PlayStation 5 UHD Drive will become relevant for flashing, ripping etc? It is widely available and will have a large install base. It is also sold separately at an affordable price.
No
Buy a UHD drive from the guide and how to video maker: https://www.makemkv.com/forum/viewtopic ... 20&t=17831
UHD Drives Guide: https://www.makemkv.com/forum/viewtopic ... 16&t=19634
Auto flash kit $25 Email me for one Billycar5924@gmail.com
Eggman
Posts: 6
Joined: Sun Sep 04, 2022 8:47 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by Eggman »

Billycar11 wrote:
Mon Dec 18, 2023 6:15 pm
No
K thnx
cloaked1
Posts: 6
Joined: Thu Dec 14, 2023 9:34 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by cloaked1 »

OK so I just want to make sure I'm about to do the right thing after reading through the documentation. I literally just purchased this drive today. It's "...unable to decrypt unit (AACS)!" despite the fact that everything is properly set up to decrypt discs. This is my second bluray drive on this Linux system of mine.

OK, so I've downloaded the sdf.bin and the firmware zip file. My drive is:
Drive Information
OS device name: /dev/sr1
Current profile: BD-ROM
Manufacturer: HL-DT-ST
Product: BD-RE BU40N
Revision: 1.02
Serial number: MO9M6190140
Firmware date: 2120-12-01 17:16
Bus encryption flags: 1F
Highest AACS version: 65

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)
BD raw metadata read: Possible (with patched firmware)
Unrestricted read speed: Possible (with patched firmware)

Disc Information
Label: A QUIET PLACE
Timestamp: 2018-05-24 18:49:18
Protection: AACS2.0/C v61
Data capacity: 59.81 Gb
Disc type: BD-ROM UHD
Number of layers: 2
Bus encryption flags: 80
and the device it's on is /dev/sr1

OK, so according to the above, I should be able to use the following to update the fw correct?

Code: Select all

makemkvcon f -d /dev/sr1 -f /path/to/sdf.bin enc -i HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
cloaked1
Posts: 6
Joined: Thu Dec 14, 2023 9:34 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by cloaked1 »

I think it was successful:

Code: Select all

✦ at 14:14:54 ❯ makemkvcon f --all-yes -d /dev/sr1 rawflash enc -f ../../../../sdf.bin -i HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin

Reading input file HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Sending image in encrypted format
Current Drive ID: HL-DT-ST_BD-RE_BU40N_1.02_212012011716_MO9M6190140
Ready to write drive flash memory. (auto confirmed)
Operation started: Sending flash image to drive
 100% Operation finished                                
Operation started: Programming flash
 100% Operation finished                                
Done successfully

I'm checking.
cloaked1
Posts: 6
Joined: Thu Dec 14, 2023 9:34 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by cloaked1 »

OK, I think using encryption messed things up. I reflashed it without encryption and everything is working nicely!!

Code: Select all

✦ at 14:16:39 ❯ makemkvcon f --all-yes -d /dev/sr1 rawflash -f ../../../../sdf.bin -i HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin

Reading input file HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Current Drive ID: HL-DT-ST_BD-RE_BU40N_1.04_212005061142_MO9M6190140
Ready to write drive flash memory. (auto confirmed)
Operation started: Sending flash image to drive
 100% Operation finished                                
Operation started: Programming flash
 100% Operation finished                                
Done successfully


Code: Select all

Drive Information
OS device name: /dev/sr1
Manufacturer: HL-DT-ST
Product: BD-RE BU40N
Revision: 1.04
Serial number: MO9M6190140
Firmware date: 2120-05-06 11:42
Bus encryption flags: 17
Highest AACS version: 65

LibreDrive Information
Status: Enabled
Drive platform: MT1959
Firmware type: Patched (microcode access re-enabled)
Firmware version: 1.04
DVD all regions: Yes
BD raw data read: Yes
BD raw metadata read: Yes
Unrestricted read speed: Yes

Disc Information
Disc is being loaded
Billycar11
Posts: 3864
Joined: Sun Aug 24, 2014 5:49 am

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by Billycar11 »

cloaked1 wrote:
Wed Dec 20, 2023 8:59 pm

OK, so according to the above, I should be able to use the following to update the fw correct?

Code: Select all

makemkvcon f -d /dev/sr1 -f /path/to/sdf.bin enc -i HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
yes that should work
Buy a UHD drive from the guide and how to video maker: https://www.makemkv.com/forum/viewtopic ... 20&t=17831
UHD Drives Guide: https://www.makemkv.com/forum/viewtopic ... 16&t=19634
Auto flash kit $25 Email me for one Billycar5924@gmail.com
strangedays
Posts: 1
Joined: Fri Dec 22, 2023 6:33 am

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by strangedays »

so im pretty green at this .... just flashed my LG WP50NB40 (NB52) with "DE_LG_WP50NB40-NB50_1.03_MK" but now on to the cross flash as per instructions --- however id like my drive to be compatible with most ripping SW as per below - however seeing this is almost a year old is there any new .bin files for cross flashing that would make this little drive even better ? If not should i be flashing DE_LG_BU40N_1.00.bin or DE_LG_BU40N_1.03_MK.bin ?

would be cool to rip (backup) games with this, but if not possible ill stick with ripping (backing up) my BR movies... please advise



LG WP50NB40, SVC: NB52, ROM VER: 1.03, Manufactured in October 2022
...and in step #3 above Marty writes that it can be flashed with either firmware:
BP60NB10 1.00-MK
BU40N 1.00
Is there any appreciable difference, features, or advantage/disadvantage between those two firmwares on this drive?
The BP60NB10 firmware only works with MAkeMKV & AnyDVD. The BU40N 1.00 firmware works with all ripping software.
If I wanted to flash this drive back to it's original firmware to return it, would I just do that with the original firmware dump I made with SDFTool before flashing it to be UHD capable?

I did see your post with the official LG flasher for this drive, but since mine is SVC NB52 and that flasher is for SVC NB50, I thought I'd ask.
No. That dump is not really helpful as it only contains important bits of the firmware, not the complete firmware. There isn't a NB52 flasher available either.

Why return it? They are good little drives once flashed! I use one myself. I suggest using the BU40N 1.00 firmware though, as it's compatible with a wider range of ripping software.
valutin
Posts: 4
Joined: Fri Dec 22, 2023 6:57 am

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by valutin »

Hello, first post here and just wanted to say thanks and the hurdles I went through to get to where I am at:
My drive BU50N, ordered a BU40N but was shipped this one.

Code: Select all

Drive Information
OS device name: E:
Manufacturer: HL-DT-ST
Product: BD-RE BU50N
Revision: CH00
Serial number: 111HS065187
Firmware date: 2121-05-20 09:06
Bus encryption flags: 1F

LibreDrive Information
Status: Possible, not yet enabled
Drive platform: MT1959
Hurdle 1:
In the SDFTool Flasher, I have MT1959 and Encrypted Firmware both with a tick.
I did a READ to save a copy of the current firmware (not sure it is useful but we never know, when in doubt, just do READ...)
I try to WRITE the BU50N firmware from the mk firmware pack but it returned an error.

Read the first post for the 1000 times I think, figured out the ENCRYPTED portion.

WRITE BU40N 1.04 firmware over, It did report an error at the end... but it seems ot have worked... then RECOVER using mk BU50N and mk BU40N as the wrong firmware.
Now it seems to work:

Code: Select all

LibreDrive Information
Status: Enabled
Drive platform: MT1959
Will see if it rips now...
Billycar11
Posts: 3864
Joined: Sun Aug 24, 2014 5:49 am

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by Billycar11 »

strangedays wrote:
Fri Dec 22, 2023 6:56 am
so im pretty green at this .... just flashed my LG WP50NB40 (NB52) with "DE_LG_WP50NB40-NB50_1.03_MK" but now on to the cross flash as per instructions --- however id like my drive to be compatible with most ripping SW as per below - however seeing this is almost a year old is there any new .bin files for cross flashing that would make this little drive even better ? If not should i be flashing DE_LG_BU40N_1.00.bin or DE_LG_BU40N_1.03_MK.bin ?

would be cool to rip (backup) games with this, but if not possible ill stick with ripping (backing up) my BR movies... please advise



LG WP50NB40, SVC: NB52, ROM VER: 1.03, Manufactured in October 2022
...and in step #3 above Marty writes that it can be flashed with either firmware:
BP60NB10 1.00-MK
BU40N 1.00
Is there any appreciable difference, features, or advantage/disadvantage between those two firmwares on this drive?
The BP60NB10 firmware only works with MAkeMKV & AnyDVD. The BU40N 1.00 firmware works with all ripping software.
If I wanted to flash this drive back to it's original firmware to return it, would I just do that with the original firmware dump I made with SDFTool before flashing it to be UHD capable?

I did see your post with the official LG flasher for this drive, but since mine is SVC NB52 and that flasher is for SVC NB50, I thought I'd ask.
No. That dump is not really helpful as it only contains important bits of the firmware, not the complete firmware. There isn't a NB52 flasher available either.

Why return it? They are good little drives once flashed! I use one myself. I suggest using the BU40N 1.00 firmware though, as it's compatible with a wider range of ripping software.
Your going to want bu40n 1.00 if you use other stuff
Buy a UHD drive from the guide and how to video maker: https://www.makemkv.com/forum/viewtopic ... 20&t=17831
UHD Drives Guide: https://www.makemkv.com/forum/viewtopic ... 16&t=19634
Auto flash kit $25 Email me for one Billycar5924@gmail.com
gregoliver
Posts: 10
Joined: Thu May 18, 2017 8:16 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by gregoliver »

I just want to say thanks! My previous BR (slim Pioneer) drive died and I bought a 5.25 LG WH16NS40 (which now shows as a WH16NS60), but it all works. Thanks for all the useful guides!
oakbark
Posts: 1
Joined: Fri Oct 19, 2012 1:12 am

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by oakbark »

Wow, gregoliver beat me to it! I wanted to say "Thanks" as well to MartyMcNuts for precise answers to others which I greatly benefited from. My ancient Asus was un-upgradable, so I bought a new LG WH16NS40 and using the 1.3.5 Flasher, flashed to the WH16NS60 1.02 - MK firmware as well. Couldn't be happier...thanks again. I purchased an MakeMKV key back in 2013 and have used it successfully many times...thanks to Mike and the dedicated crew.
MartyMcNuts
Posts: 2518
Joined: Wed Nov 22, 2017 11:45 pm

Re: Ultimate UHD Drives Flashing Guide Updated 2023

Post by MartyMcNuts »

oakbark wrote:
Sun Dec 24, 2023 12:45 am
Wow, gregoliver beat me to it! I wanted to say "Thanks" as well to MartyMcNuts for precise answers to others which I greatly benefited from. My ancient Asus was un-upgradable, so I bought a new LG WH16NS40 and using the 1.3.5 Flasher, flashed to the WH16NS60 1.02 - MK firmware as well. Couldn't be happier...thanks again. I purchased an MakeMKV key back in 2013 and have used it successfully many times...thanks to Mike and the dedicated crew.
You're welcome!
Cheers :D
----------------------------------------------------------------------------------------------------------------------------
For UHD enabled drives (AU/NZ/SG) & DIY Single Drive Flasher (WW): https://www.uhdenableddrives.com
Post Reply