I followed this manual: https://code.visualstudio.com/docs/?dv=win</div><div>on this Board: https://www.amazon.de/gp/product/B08GLDWBJF/</div><div><br/></div><div><br/>This is a logfile of what I have done. I really wrote down every step, to be sure to have them when in trouble.
About the steps:
1. as described in manual: no problem
2. as described in manual: no problem
3. as described in manual: no problem, but it is named PlatformIO IDE which every user should be able to select
4. as described in manual: C/C++ extension was already installed on my fresh installation; When you search for Clang-Format the forst result is a clang format adapter, the second one is called Clang-Format and seems to be the right one. Anyway that is only needed for developers, what I am definetly not.
5. Download Firmware here: https://github.com/repetier/Repetier-Firmware/tree/dev2 (I have copied it to c:\Daten\repetier-firmware
6. as described in manual: Open Folder
7. In platformio.in I changed
default_envs = due
to
default_envs = RUMBA32
( 7. In the blue toolbar I clicked the checkmark. It may take a while to install the toolchain and compile. In my case 3 minutes. It failed. )
8. In configuration.h I replaced line 43
#define MOTHERBOARD MOTHERBOARD_FELIX // 405
by
#define MOTHERBOARD MOTHERBOARD_RUMBA32 //3000
briefly before I set NUM_EXTRUDER to 1
9. In the blue toolbar I clicked the checkmark. SUCCESS
10. connecting the RUMBA32 using USB hub with external power supply I clicked the arrow to the right in the blue tool bar, it FAILED.
11. using hardware monitor I was looking for the USB Comport. In my case it was 16. I checked it by disonnecting the RUMBA32. Com16 was removed. reconnecting RUMBA 32 it appeared again. So I changed in platformio.ini the line
; upload_port = COM1
to
upload_port = COM16
And pressed the upload button again. It takes a longer time, ERROR 74 No DFU capable USB device available. FAILED
12. Here: https://github.com/makerbase-mks/MKS-RUMBA32/commit/aba3aa49b1653495a665d865eac59e0401e824bd I found
Setting to DFU mode:
USB connect MKS RUMBA32, press and hold the "BOOT" button, then press the "RESET" light strip for more than 1S, release "RESET", and then release "BOOT".
--> The COM16 is gone and LED1 on RUMBA32 does not flash anymore
--> flashing does no work
--> RESTART: COM16 appears
--> Upload Failed
Tried connecting the board without adapter, but via USB3.0 It did not work.
13. Checked the warnings:
If I set upload_port = COM16:
Warning! Ignore unknown configuration option upload_port in section [platformio]
When I do not set it:
No DFU capable USB device available
*** [upload] Error 74
Independent from whether I switched as described in 12 to DFU or not.
14. I think I need to check what the delivery status of that board is and what I do have to do for the very first installation.
Or if I am doing something stupid, let me know.