Page 1 of 1
Drive Firmware not Updating
Posted: Fri Jul 08, 2022 3:37 am
by dinasty23
Hi there,
I recently purchased an LG WP50NB40 as a disk drive for my plex server running on a Pop_OS! machine, and I'd like to make it a LibreDrive. According to MakeMkv, this is possible, and I've followed these Linux forums, and as far as I can tell have successfully flashed HL-DT-ST-BD-RE_BU40N-1.03-NM00000-211810241934.bin to the drive using
Code: Select all
sdftool -d /dev/sr1 rawflash -i HL-DT-ST-BD-RE_BU40N-1.03-NM00000-211810241934.bin
. The output from my terminal has been added as an attachment. However, when I go into MakeMkv after this, it states that Libre Drive is still not enabled. I've tried rebuilding MakeMkv from source post patch, as well as attempting to patch with HL-DT-ST-BD-RE_BU40N-1.03-NM00000-211810241934.bin and HL-DT-ST-BD-RE_BP60NB10-1.02-NM00800-212005070935.bin. Any help would be greatly appreciated!
- output from terminal
- Screenshot from 2022-07-07 23-37-18.png (116.2 KiB) Viewed 4391 times
Re: Drive Firmware not Updating
Posted: Fri Jul 08, 2022 8:12 am
by Billycar11
dinasty23 wrote: ↑Fri Jul 08, 2022 3:37 am
Hi there,
I recently purchased an LG WP50NB40 as a disk drive for my plex server running on a Pop_OS! machine, and I'd like to make it a LibreDrive. According to MakeMkv, this is possible, and I've followed these Linux forums, and as far as I can tell have successfully flashed HL-DT-ST-BD-RE_BU40N-1.03-NM00000-211810241934.bin to the drive using
Code: Select all
sdftool -d /dev/sr1 rawflash -i HL-DT-ST-BD-RE_BU40N-1.03-NM00000-211810241934.bin
. The output from my terminal has been added as an attachment. However, when I go into MakeMkv after this, it states that Libre Drive is still not enabled. I've tried rebuilding MakeMkv from source post patch, as well as attempting to patch with HL-DT-ST-BD-RE_BU40N-1.03-NM00000-211810241934.bin and HL-DT-ST-BD-RE_BP60NB10-1.02-NM00800-212005070935.bin. Any help would be greatly appreciated!
Screenshot from 2022-07-07 23-37-18.png
post your full drive info and
read the guide
you may have encrypted fw and need enc and you need to use HBD fw to convert to bp 60
Re: Drive Firmware not Updating
Posted: Fri Jul 08, 2022 1:14 pm
by dinasty23
Here is my full drive info:
- drive description from MakeMkv
- Screenshot from 2022-07-08 09-12-20.png (76.51 KiB) Viewed 4378 times
What do you mean by "use HBD fw to convert to bp 60"? Thanks for the quick response!
Re: Drive Firmware not Updating
Posted: Fri Jul 08, 2022 9:53 pm
by Billycar11
This part of guide is likely relavant BP50NB40-NB50-1.03MK with enc > BP50NB40-NB50-1.03MK with bootloader/full flash > BP60NB10 1.00_HBD from Marty download/file.php?id=2143
if using command line add "full" after rawflash
Re: Drive Firmware not Updating
Posted: Sat Jul 09, 2022 1:26 am
by dinasty23
The enc keyword did the trick! Thanks for your help.