Uploading Firmware to SKR Mini e3 V2
So im used to uploading firmware to my Arduino Mega 2560 boards but not to my SKR mini.
Ive explored a couple of options but couldnt get any to work. I tried uploading the firmware.bin then using the option "copy firmware as firmware.bin to sd card" but that doesnt seem to do anything, it doesnt seem to load the new firmware.
My normal process is to put the SD card in the PC, delete the current firmware file then replace it with a new firmware.bin.
I wonder if repetier could be configured to do the same thing?
Ive explored a couple of options but couldnt get any to work. I tried uploading the firmware.bin then using the option "copy firmware as firmware.bin to sd card" but that doesnt seem to do anything, it doesnt seem to load the new firmware.
My normal process is to put the SD card in the PC, delete the current firmware file then replace it with a new firmware.bin.
I wonder if repetier could be configured to do the same thing?
Comments
I had STM32F103RC_btt_512K which I guess didnt have the relevant USB setup. The Media/Flash folder now shows.
Please be more precise/descriptive - what folders did you select use and what did putty show on which folder. Did
mount
show it as mounted? ...
Then if I try to do an upload to that same folder, it looks like nothing happens. Even if I delete the FIRMWARE.CUR then upload my new Firmware.bin it simply doesnt seem to load that firmware even after a restart.
Normally after M997 (is supported) it updates and renames the file.
Uploading firmware binary ...
Stopping printer connection
Old firmware file /media/flash/FIRMWARE.CUR did not exist. Maybe you are using the wrong directory!
Copy to /media/flash/firmware.bin
Reset printer or send M997 to install new version.
Upload finished
Reactivating printer connection ...
Firmware upload finished.
Interesting that it couldnt find the Firmware.cur....
I cant see any other directory that it might be in.
Im in this directory on putty... and I see nothing in there.
The Pi is definitely connected to the SKR v2 as I can see it on Repetier server. But as you can see the folders are empty, there should be a firmware.cur in there.
I did that and restarted the pi. I also made sure I unplugged all my other printers that are connected to the same pi. Then doing the upload to same folder worked. I wonder if it was getting confused as to which SD card to mount to.