Search found 2 matches

by mkv_andy
Fri Jan 07, 2022 9:22 pm
Forum: UHD drives
Topic: BU40N Reports Successful Flash Without Actually Updating
Replies: 11
Views: 8527

Re: BU40N Reports Successful Flash Without Actually Updating

I found it in another post myself. Just use ´enc´ instead of ´main´, i.e.

Code: Select all

./makemkvcon f -d drivename -f sdf.bin rawflash enc -i firmware.bin
I am not sure if it is possible to also omit `-f sdf.bin` But now it works and I do not want to force my luck 8)
by mkv_andy
Fri Jan 07, 2022 4:01 pm
Forum: UHD drives
Topic: BU40N Reports Successful Flash Without Actually Updating
Replies: 11
Views: 8527

Re: BU40N Reports Successful Flash Without Actually Updating

Thank you for the clarification. I am having the same problem on a mac. How do I activate the enc option on the command line? More context: I am using `makemkvcon f -l` and then `makemkvcon f -d drivename rawflash main -i firmware.bin` I am quite confident that I have the general things right, becau...