How to firmware update my Maslow 4, what is the file name?

Hi,

I can connect to my Maslow 4 wirelessly and want to update to the latest f/w.

I click on the upload firmware button in FluidNC and it asks for the filename.

I have downloaded the complete repo from github for the BarbourSmith/FluidNC

What is the name of the file I select?

Thanks!

firmware.bin is the file that you want there

Thanks for the response.

When I search from the top of the repo I don’t find this file. Here are my results:

$ find . -name ‘*.bin’
./install_scripts/common/SecurityFusesOK.bin
./install_scripts/common/SecurityFusesOK0.bin
./install_scripts/SecurityFusesOK0.bin

find . -name ‘firmware.*’
./firmware.nm

Do I have to build the f/w first?

Ah that’s the source code itself. That’s public so if you want to create your own modified version you can, but if you just want to get the latest pre-built version you can download just the files that you need here:

Great, that’s just what I needed!

1 Like