Operating System: Ubuntu 18.04.4 LTS
System Specs: AMD® Ryzen 9 3900x 12-core processor × 24 ... GeForce RTX 2070 SUPER
Here is what my drive looks like in MakeMKV: https://imgur.com/a/Jqs2qCW My name is Brian, nice to meet you.
MakeMKV is of course installed, and I have already prompted it to download SDF.bin by inserting a disk, although it has not appeared to do so. I installed on windows and was able to get SDF.bin that way. I placed SDF.bin inside the MakeMKV home directory and it has since appeared in the tar file, where it would be if MakeMKV had downloaded it itself. Even then, I get the following:
Code: Select all
makemkvcon f -d /dev/sr0 rawflash full -i HL-DT-ST-BD-RE_WH14NS40-NS50-1.04-NM01201-211901041351.bin
Unable to load sdf.bin
Internal error 0xffffffff
Code: Select all
makemkvcon f --sdf-file=/media/brian/2TB_A/make_mkv/sdf_0000006d.bin -d /dev/sr0 rawflash full -i HL-DT-ST-BD-RE_WH14NS40-NS50-1.04-NM01201-211901041351.bin
Reading input file HL-DT-ST-BD-RE_WH14NS40-NS50-1.04-NM01201-211901041351.bin
Flashing flags = 0x1 : 0 0 0 1 : ---- ---- ---- BOOT
Command produced error code 0x8f052400
Code: Select all
makemkvcon f --sdf-file=/media/brian/2TB_A/make_mkv/sdf_0000006d.bin -d /dev/sr0 rawflash -i HL-DT-ST-BD-RE_WH14NS40-NS50-1.04-NM01201-211901041351.bin
Reading input file HL-DT-ST-BD-RE_WH14NS40-NS50-1.04-NM01201-211901041351.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Command produced error code 0x8f052400
Code: Select all
makemkvcon f --sdf-file=/media/brian/2TB_A/make_mkv/sdf_0000006d.bin -d /dev/sr0 flash -i HL-DT-ST-BD-RE_WH14NS40-NS50-1.04-NM01201-211901041351.bin
Unknown command
Command produced error code 0x8fffffff
Code: Select all
makemkvcon f --sdf-file=/media/brian/2TB_A/make_mkv/sdf_0000006d.bin -d /dev/sr0 help all
MTK19xx firmware module v1.12
Commands:
dump [auto|full|user] dumps firmware image
dump full - dumps full rom image (if not disabled in firmware)
dump user - dumps non-volatile user data
dump auto - dumps full image if possible, user data otherwise
rawflash [main|full|<flags>] sends the image and flashing flags to drive
for flashing in self-update mode
rawflash main - flashes main firmware (this is the default)
rawflash full - flashes boot loader and main firmware (caution!!!)
rawflash 0x.. - any flashing flags may be specified manually
Dumping works. Any help would be highly appreciated. Thank you.