Replies: 7 comments 14 replies
-
Seems there is a boot loader compatible with STM32F4 RET here: https://github.com/CrealityOfficial/E3-Free-runs-Silent-Motherboard |
Beta Was this translation helpful? Give feedback.
-
The STLINK V2 programmer is the one i use, i also replaced my 401RC with the RE version and at the time the boot loader i extracted from the RC didnt work on the RE, it would program from SD ok but only on the first time as it didnt erase properly until i patched it to erase all blocks. |
Beta Was this translation helpful? Give feedback.
-
-It will be so nice if you post back what you find out. And some hint on how you have done the Boot Loader programming.... |
Beta Was this translation helpful? Give feedback.
-
Any progress on this? |
Beta Was this translation helpful? Give feedback.
-
I replace STM32F401RCT6 to STM32F401RET6 on my S1 board. In STM32f401RCTx_BootLoader_v1.bin bootloader the value at 0x348E i changed from 0x02 to 0x06 and everything works. |
Beta Was this translation helpful? Give feedback.
-
Hello! I bought an Ender 3s1 with Klipper installed and I have the same problem. I can't upload Marlin. I tried to upload the bootloader via STlinkV2 but I don't know if I'm doing it right. Can you help me? I've been struggling with this for a few days now and nothing. Thx. Lukas 😁✌🏻 |
Beta Was this translation helpful? Give feedback.
-
Even manufacturers don't want to share the bootloader for their board with me. Can anyone tell me how to get around this? I have a programmer. I understand that each bootloader has its own rules for the firmware file, its location and name. I initially had the Klipper firmware and I need to somehow put it into the board, I can't do it directly from the programmer, since there is some special format from the Klipper itself. What bootloader can I install and how to name the firmware file for the STM32F401RCT6 microcontroller? |
Beta Was this translation helpful? Give feedback.
-
First, has anyone purchased a USB programmer interface board that can mate with the SMT32F4 boards in the S1 models? I think it's a 4-pin header next to the touchscreen connector port? Which one? Any problems?
Second, has anyone built the bootloader for the SMT32F4 board using PlatformIO and Visual Studio?
Why do I ask? I'd like to replace the 256k SoC on my board with the 512k chip. When I do that, I'll need to replace the bootloader before I can put firmware on it.
Beta Was this translation helpful? Give feedback.
All reactions