SDFtool Flasher

Forum for discussions about UHD-capable dives
kaito
Posts: 4
Joined: Thu Jul 17, 2025 1:38 am

Re: SDFtool Flasher

Post by kaito »

a feature request for the flash tool

kept having 0xff056103 and only finding I didn't try to eject that disc.
I know this is dumb, but prompting an eject before flashing would be very helpful.
MartyMcNuts
Posts: 4948
Joined: Wed Nov 22, 2017 11:45 pm

Re: SDFtool Flasher

Post by MartyMcNuts »

kaito wrote: Fri Jul 03, 2026 4:11 am a feature request for the flash tool

kept having 0xff056103 and only finding I didn't try to eject that disc.
I know this is dumb, but prompting an eject before flashing would be very helpful.
This is specified in the Requirements & Usage sections of the first post where you download the tool.
Cheers :D
----------------------------------------------------------------------------------------------------------------------------
** NEW Single Drive Flasher ** available worldwide! https://payhip.com/b/MyeJ9
Sayaka
Posts: 109
Joined: Sat Feb 28, 2026 3:00 pm

Re: SDFtool Flasher

Post by Sayaka »

Reuploads due to missing attachments (Marty, please feel free to edit your original post and replace the old links with those if you so wish - also, if you ever want me to remove the old, original version of SDFTool flasher, please let me know) :

Old, original version of SDFtool Flasher :

https://mega.nz/file/f7wQyLrB#1PqbDfoSt ... hCq_G9gKDk


Recovery firmware DE_LG_WH16NS40_1.01.bin :

https://mega.nz/file/TnoF3YjT#Xqp0LrByn ... PtXWBWke_A


Recovery firmware DE_ASUS_BW-16D1HT_1.01.bin :

https://mega.nz/file/yqokTSzR#u9ICgA3me ... 5Nvkts4OFM


Recovery firmware BP50NB40-NB40-1.00-Clean.bin :

https://mega.nz/file/mnwHlbbS#mphALHyxo ... j37GAxoxLU


EDIT : Thank you for editing the first post of this thread, Marty !
thedavidweng
Posts: 2
Joined: Wed Jun 24, 2026 5:26 am

Re: SDFtool Flasher

Post by thedavidweng »

seamus wrote: Mon Jun 29, 2026 9:14 am
thedavidweng wrote: Wed Jun 24, 2026 5:45 am
seamus wrote: Sun Jun 21, 2026 5:31 am
This question may have already been answered - but I couldn't find it! Is there a version of the SDF tool that runs on macOS (Sequoia)??
This is my cross-platform app inspired by SDFool Flasher.
It's not tested by anyone else so use it at your own risk, but the app is honestly just a wrapper for sdftool/makemkvcon very simple.
https://github.com/thedavidweng/sdf-flash-gui
@thedavidweng:

I've been to your GitHub site & read through that - a couple of questions:

1. IIUC, I do not actually need "Homebrew" to install your tool - I can go to the "Releases" page, and download the .dmg file for my "architecture" (ARM or Intel) - is that correct?

2. Does the .dmg file contain *everything* that's needed to flash a drive? IOW, does it include the optical drive firmware, and the software app to apply it? Does it require that any other software/firmware be installed to use it - in other words, MakeMKV or SDFtool or firmware blobs, or ...?? Anything?
Hey I just replied to your issue on Github but I will paste it here again:

1. SDF Tool Flasher is nothing but a graphical interface for makemkvcon (come with MakeMKV) and sdf.bin. You will need to install them first, What SDF Tool Flasher does is it eliminate the need to type commands into the terminal to use them. You need the actual firmware for your optical drive.
2. Homebrew is the first-class way to install it, but you don't have to use it. The .dmg file from the release is the exact same file.
3. It does have fail-safe mechanisms that prompt a second confirmation when you perform an obviously incorrect action, forcing you to think twice. However, it won't actually stop you from proceeding, so you still need a clear understanding of exactly what you are doing.

I see that you have a BH16NS58, that case you want to flash DE_LG_WH16NS60_1.02_MK.bin, which can be find in the link below.

MartyMcNuts' "All You Need Firmware Pack" containing 18 MK (MakeMKV) and DE (Downgrade-Enabled) firmware binaries for LG, ASUS, and Buffalo Blu-ray drives on the MT1959 platform:
https://archive.org/details/all-you-nee ... pack-marty
seamus
Posts: 66
Joined: Wed Jun 25, 2025 7:13 am

Re: SDFtool Flasher

Post by seamus »

I've done a bit more "poking around" in my macOS in an effort to prepare for and clearly understand the firmware flashing process. Can someone tell me what is the function of this (sdftool) file? It's listed as a "Linux executable":

Code: Select all

/Volumes/Macintosh HD/Applications/MakeMKV.app/Contents/MacOS/sdftool
Sayaka
Posts: 109
Joined: Sat Feb 28, 2026 3:00 pm

Re: SDFtool Flasher

Post by Sayaka »

The "sdftool" command is exactly the same as "makemkvcon f" : it is the universal firmware tool.
seamus
Posts: 66
Joined: Wed Jun 25, 2025 7:13 am

Re: SDFtool Flasher

Post by seamus »

Sayaka wrote: Wed Jul 08, 2026 9:11 pm The "sdftool" command is exactly the same as "makemkvcon f" : it is the universal firmware tool.
What is its relation to the 'SDFtool' mentioned elsewhere in this topic?
Sayaka
Posts: 109
Joined: Sat Feb 28, 2026 3:00 pm

Re: SDFtool Flasher

Post by Sayaka »

"SDFtool Flasher" is a Graphical User Interface frontend for "makemkvcon f"/"sdftool" made by MartyMcNuts for flashing/dumping firmware (LG MT1959 Blu-ray drives only).

This frontend is Windows-only though.
seamus
Posts: 66
Joined: Wed Jun 25, 2025 7:13 am

Re: SDFtool Flasher

Post by seamus »

Sayaka wrote: Wed Jul 08, 2026 11:51 pm "SDFtool Flasher" is a Graphical User Interface frontend for "makemkvcon f"/"sdftool" made by MartyMcNuts for flashing/dumping firmware (LG MT1959 Blu-ray drives only).
Mmm... I did not know that.
Last edited by seamus on Fri Jul 10, 2026 3:19 am, edited 1 time in total.
MartyMcNuts
Posts: 4948
Joined: Wed Nov 22, 2017 11:45 pm

Re: SDFtool Flasher

Post by MartyMcNuts »

seamus wrote: Thu Jul 09, 2026 7:32 pm
Sayaka wrote: Wed Jul 08, 2026 11:51 pm "SDFtool Flasher" is a Graphical User Interface frontend for "makemkvcon f"/"sdftool" made by MartyMcNuts for flashing/dumping firmware (LG MT1959 Blu-ray drives only).
Mmm... you may want to consider editing (or deleting) this post... I don't think it's accurate.
How is that not accurate? That is exactly what it is!
Cheers :D
----------------------------------------------------------------------------------------------------------------------------
** NEW Single Drive Flasher ** available worldwide! https://payhip.com/b/MyeJ9
seamus
Posts: 66
Joined: Wed Jun 25, 2025 7:13 am

Re: SDFtool Flasher

Post by seamus »

MartyMcNuts wrote: Fri Jul 10, 2026 12:10 am
seamus wrote: Thu Jul 09, 2026 7:32 pm
Sayaka wrote: Wed Jul 08, 2026 11:51 pm "SDFtool Flasher" is a Graphical User Interface frontend for "makemkvcon f"/"sdftool" made by MartyMcNuts for flashing/dumping firmware (LG MT1959 Blu-ray drives only).
Mmm... you may want to consider editing (or deleting) this post... I don't think it's accurate.
How is that not accurate? That is exactly what it is!
OK - my bad. I did not realize that the LG MT1959 drive was the only model drive that "SDFtoolFlasher" worked with. Somehow, I got the idea that I could flash my Buffalo drive to read 4K/UHD... wonder where I got that notion?
MartyMcNuts
Posts: 4948
Joined: Wed Nov 22, 2017 11:45 pm

Re: SDFtool Flasher

Post by MartyMcNuts »

seamus wrote: Fri Jul 10, 2026 3:25 am
MartyMcNuts wrote: Fri Jul 10, 2026 12:10 am
seamus wrote: Thu Jul 09, 2026 7:32 pm
Mmm... you may want to consider editing (or deleting) this post... I don't think it's accurate.
How is that not accurate? That is exactly what it is!
OK - my bad. I did not realize that the LG MT1959 drive was the only model drive that "SDFtoolFlasher" worked with. Somehow, I got the idea that I could flash my Buffalo drive to read 4K/UHD... wonder where I got that notion?
MT1959 is a drive platform. it is mainly used by LG. Other companies such as Buffalo, Verbatim, ASUS etc actually source most of their OEM drives from LG, so if your Buffalo uses the MT1959 drive platform, it will have a LG drive inside it's enclosure.
Cheers :D
----------------------------------------------------------------------------------------------------------------------------
** NEW Single Drive Flasher ** available worldwide! https://payhip.com/b/MyeJ9
Post Reply