Blackmagic Design released a firmware update package for the Blackmagic eGPU/Pro. What interests me the most is that it's for macOS. I downloaded and installed the package but without the applicable eGPU I couldn't see the process. I found the folder that contains new 1.2 firmware bin files. It would be great to figure out where the firmware update tool is and whether we could use it for other TB3 enclosures. I have heard from a TB3 vendor that Apple has this firmware update tool for a while.
![]() |
![]() |
![]() |
Update: Thanks to @mac_editor, we now have a TBT-Flash solution that not only works in macOS but also is compatible with all versions of Thunderbolt Macs.
![]() |
![]() |
![]() |
• external graphics card builds
• best laptops for external GPU
• eGPU enclosure buyer's guide
2020 14" MSI Prestige 14 EVO [11th,4C,G] + RTX 3080 @ 32Gbps-TB4 (AORUS Gaming Box) + Win10 2004 [build link]
I took a quick look - it seems that it moves those firmware files into the root Library directory (which you found already anyway):
And requires restarting the system to apply the update. I don't see a firmware updater itself in the package which likely means that macOS itself might have a firmware update mechanism (and it reads from the directory as shown). I'll look a bit more.
It might be possible to use the same process to update any eGPU enclosure by:
- Editing the plist to change the device that needs to be recognized/updated (info for enclosure from System Info > Thunderbolt might be enough).
- Replacing the bin files with the correct one for the enclosure.
- Keeping the file structure the same.
Can't say much right now as I think it would be good to get some insight/see how the installer officially works. The plist has information such as vendor/device name and model numbers. So maybe we could substitute/create another entry for different enclosures and try.
Edit: yep, that's all this "installer" does - places the files into /Library/ThunderboltAccessoryFirmwareUpdates folder and then tells you to restart. There is no check for Blackmagic eGPU, etc. Plain old file copy. Probably a sufficient indicator that the firmware updater actually lies in macOS itself. The minimum requirement for the firmware update to work is 19A583 which is macOS 10.15.
Finally, even if we substitute the correct values for other eGPU enclosures, we cannot yet say if the firmware update will succeed on restart. This will have to be a trial-and-error experiment.
purge-wrangler ✧ tbt-flash ✧ purge-nvda ✧ set-eGPU
Insights Into macOS Video Editing Performance
Master Threads:
2014 15-inch MacBook Pro 750M
2018 15-inch MacBook Pro
2019 13" MacBook Pro [8th,4C,U] + RX Vega 64 @ 32Gbps-TB3 (Mantiz Venus) + macOS 10.14.6 & Win10 [build link]
The firmware update is probably to fix the problem discussed at:
https://forums.macrumors.com/threads/imac-pro-not-compatible-with-pro-display-xdr.2215217/
https://forums.macrumors.com/threads/imac-pro-works-with-apples-new-pro-display-xdr-but-limited-to-5k-resolution.2215667/
Mac mini (2018), Mac Pro (Early 2008), MacBook Pro (Retina, 15-inch, Mid 2015), GA-Z170X-Gaming 7, Sapphire Pulse Radeon RX 580 8GB GDDR5, Sonnet Echo Express III-D, Trebleet Thunderbolt 3 to NVMe M.2 case
@mac_editor Thank you for taking a look into the installer package. It would be great if a Blackmagic eGPU found this topic and make observation during the firmware update process and let us know. As you mentioned making changes to the plist file to match an enclosure bin firmware file is possibility but we don't know what else macOS is verifying during the flashing process.
• external graphics card builds
• best laptops for external GPU
• eGPU enclosure buyer's guide
2020 14" MSI Prestige 14 EVO [11th,4C,G] + RTX 3080 @ 32Gbps-TB4 (AORUS Gaming Box) + Win10 2004 [build link]
Indeed the plist trick might work as suspected: https://twitter.com/khaost/status/1211855078421757952?s=21
Edit: Was also able to reproduce notification to update Mantiz Venus. It seems the tool is called ThunderboltAccessoryFirmwareUpdater which uses MobileAccessoryUpdater:
/System/Library/PrivateFrameworks/MobileAccessoryUpdater.framework/Versions/A/MobileAccessoryUpdater /System/Library/AccessoryUpdaterBundles/ThunderboltAccessoryFirmwareUpdater.bundle
Here's some logs:
purge-wrangler ✧ tbt-flash ✧ purge-nvda ✧ set-eGPU
Insights Into macOS Video Editing Performance
Master Threads:
2014 15-inch MacBook Pro 750M
2018 15-inch MacBook Pro
2019 13" MacBook Pro [8th,4C,U] + RX Vega 64 @ 32Gbps-TB3 (Mantiz Venus) + macOS 10.14.6 & Win10 [build link]
@mac_editor This is promising. The Sonnet Breakaway Box uses the same TUL board. I have a firmware (from @kezzor) that enables 60W PD for 350W PSU version. I'd like to give it a shot and see how this process works. FW name is [Sonnet_Breakaway_Box_Developer_Edition_AR_EP_A68_B1_rev25_W_TI83_3p61_SEC1_sign.bin]
![]() |
![]() |
• external graphics card builds
• best laptops for external GPU
• eGPU enclosure buyer's guide
2020 14" MSI Prestige 14 EVO [11th,4C,G] + RTX 3080 @ 32Gbps-TB4 (AORUS Gaming Box) + Win10 2004 [build link]
For kicks I tried flashing Venus firmware to the Sonnet box to see what happens. I noticed something important - when rebooting, I saw the progress bar for a second (meaning there was an attempt to flash firmware). Sadly my PD is still 15W so it failed. However, I gleaned much more insight, and now know the EFI app responsible for executing firmware flashes as well as its arguments:
BlessSettings = ( { BlessArguments = ( "/usr/sbin/bless", "--nextonly", "-mount", "/", "-firmware", "/System/Library/AccessoryUpdaterBundles/ThunderboltAccessoryFirmwareUpdater.bundle/Contents/Resources/ThorUtil.efi", "-payload", "/Library/ThunderboltAccessoryFirmwareUpdates/eGPU/MantizVenus.bin", "-options", "-g -o -u 0x00087B5C38F00B00 -fs efi-apple-payload0-data -nb -noreset" ); ClearNVRAM = ( ThorUpdateResult ); Priority = 705; SetNVRAM = { "tbt-options" = 4; }; UniqueID = "0x00087B5C38F00B00-1"; } ); CurrentFirmwareVersionOnAccessory = "25.02";
I still have to experiment with some other things like if version needs to be set different, and if we can force a flash without restarting, since that is a parameter.
To set it up for yourself, you just need to:
- Create /Library/ThunderboltAccessoryFirmwareUpdates folder (may need sudo - its permissions are 644).
- Unzip the attachment and add 'eGPU' folder to folder above (there is a plist of same name and firmware file(s) to keep inside 'eGPU' folder).
- Rename your firmware file to Sonnet60W.bin (see plist for Sonnet entry) or change in plist (either way) and place it inside 'eGPU' folder.
- Hot-plug enclosure and prompt should show up.
The plist can be used for multiple enclosures simultaneously. I've added Mantiz and Sonnet configuration for now.
purge-wrangler ✧ tbt-flash ✧ purge-nvda ✧ set-eGPU
Insights Into macOS Video Editing Performance
Master Threads:
2014 15-inch MacBook Pro 750M
2018 15-inch MacBook Pro
2019 13" MacBook Pro [8th,4C,U] + RX Vega 64 @ 32Gbps-TB3 (Mantiz Venus) + macOS 10.14.6 & Win10 [build link]
Thank you for the instructions and details on your attempt! Here's the Sonnet Breakaway Developer Edition BIN if you'd like to give it a shot.
• external graphics card builds
• best laptops for external GPU
• eGPU enclosure buyer's guide
2020 14" MSI Prestige 14 EVO [11th,4C,G] + RTX 3080 @ 32Gbps-TB4 (AORUS Gaming Box) + Win10 2004 [build link]
Changing reboot requirements may allow updating the firmware without a restart. So far still unsuccessful but investigating:
nvram ThorUpdateResult
ThorUpdateResult %07%00%12%00%00%00%00%00
purge-wrangler ✧ tbt-flash ✧ purge-nvda ✧ set-eGPU
Insights Into macOS Video Editing Performance
Master Threads:
2014 15-inch MacBook Pro 750M
2018 15-inch MacBook Pro
2019 13" MacBook Pro [8th,4C,U] + RX Vega 64 @ 32Gbps-TB3 (Mantiz Venus) + macOS 10.14.6 & Win10 [build link]
@itsage I tried again with the Aorus box. This time, I observed something a little different: when rebooting, the progress bar came up, filled up all the way for a moment (probably successful?) and then rebooted. Result from NVRAM:
ThorUpdateResult %19%00%00%00%ce%00%00%00
For some reason my Aorus box says 60W PD now (I believe I flashed H2D firmware). It's supposed to be 100W right?
purge-wrangler ✧ tbt-flash ✧ purge-nvda ✧ set-eGPU
Insights Into macOS Video Editing Performance
Master Threads:
2014 15-inch MacBook Pro 750M
2018 15-inch MacBook Pro
2019 13" MacBook Pro [8th,4C,U] + RX Vega 64 @ 32Gbps-TB3 (Mantiz Venus) + macOS 10.14.6 & Win10 [build link]