Page 1 of 1

LG BU04N 1.04 flashing errors

Posted: Sat Aug 17, 2024 11:08 am
by myriadfacade
Hi MakeMKV Forum,

Apologies if posting in the wrong place, first time doing so!

I recently brought a LG BU40N with a slim sata -> USB cable. I've tried to flash HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin but fails using both the command line and SDFToolFlasher. SDFToolFlasher doesn't appear todo anything when I click Start. And the command line I'm getting different errors from Linux and MacOS.

On Linux I'm getting the following:

Code: Select all

/opt/makemkv/bin # ./makemkvcon f -d /dev/sr0 rawflash -f /tmp/sdf.bin enc -t mtk19xx -i /storage/HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin 

Reading input file /storage/HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Sending image in encrypted format
Unable to read current bootloader version, trying to proceed without one...
Current Drive ID: HL-DT-ST_BD-RE_BU40N_1.04_212005061142_MO6O43B3558
DEBUG: Code 117637252 at wfCw3OE9o6xoDD[;$ZOJdpeNgiQob2>_:213132261
Desktop drive handshake failed with error=0x07030084, trying slim drive handshake...
DEBUG: Code 117637252 at wfCw3OE9o6xoDD[;$ZOJdpeNgiQob2>_:213132261
DEBUG: Code 4280373253 at wfCw3OE9o6xoDD[;$ZOJdpeNgiQob2>_:213133503

Command produced error code 0xff215005
and on MacOS I'm getting:

Code: Select all

$ /Applications/MakeMKV.app/Contents/MacOS/makemkvcon f --all-yes -d /IOBDServices/9360E6E7 rawflash enc -t mtk19xx -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
Unable to read current bootloader version, trying to proceed without one...
Current Drive ID: HL-DT-ST_BD-RE_BU40N_1.04_212005061142_MO6O43B3558
Using USB chipset workaround for Desktop drive handshake
Ready to write drive flash memory. (auto confirmed)
Operation started: Sending flash image to drive

Write DRAM NG 00/00/00

Command produced error code 0x82000000
Drive details:

Code: Select all

Drive Information
OS device name: /dev/rdisk5
Current profile: BD-ROM
Manufacturer: HL-DT-ST
Product: BD-RE BU40N
Revision: 1.04
Serial number: MO6O43B3558
Firmware date: 2120-05-06 11:42
Bus encryption flags: 17
Highest AACS version: 70

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.04
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)
Quite stuck here so any help would be appreciated!

Thank you for your time!!

Re: LG BU04N 1.04 flashing errors

Posted: Mon Aug 19, 2024 3:51 am
by dcoke22
The Ultimate UHD Drives Flashing Guide says:

BU40N on any Firmware directly to > BU40N 1.03MK


I would expect your MacOS command to be (assuming it has encrypted firmware):

Code: Select all

$ /Applications/MakeMKV.app/Contents/MacOS/makemkvcon f -d /IOBDServices/9360E6E7 -f <path to sdf.bin> rawflash enc -i HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin

Re: LG BU04N 1.04 flashing errors

Posted: Mon Aug 19, 2024 4:48 am
by Billycar11
looks like your sata to usb chipset is not passing through flash commands

Re: LG BU04N 1.04 flashing errors

Posted: Thu Aug 22, 2024 7:02 am
by myriadfacade
@Billycar11 Oh interesting. I shall try and find another cable and try flashing again!

@dcoke22 I did try that image too, but if the new cable works I’ll be sure to flash that image instead of the 1.04.

Thank you both.