-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM32F407 not installing firmware after katapult #98
Comments
It sounds like Klipper was built with an incorrect configuration. If you used the same configuration to build Katapult's deployer then your device is bricked. DFU doesn't work on the SKR Pro so you will need a programmer to recover. I would recommend asking for assistance on the Klipper discord or discourse. You are likely going to need someone willing to give you live assistance. |
FWIW, to get you started, you'll need a programmer like the following: Once you have it, you wire it up the the SWD pins on the board, close the boot0 jumper, reset, and use the following software to connect: https://www.st.com/en/development-tools/stm32cubeprog.html With that tool you can erase flash, back it up, and most importantly upload. There are likely plenty of tutorials out there, but as mentioned previously I think you will benefit most from having someone assist you live on Discord if possible. |
@Arksine When I used an STLink on a board, selecting connect on the STCubeProgramer didn't require any other connections but to SWD pins. |
The SKR Pro has a design flaw that prevents it from entering DFU mode. IIRC it has to do with the capacitors on the crystal. |
Hi, I'm trying to install Klipper on SKR PRO v1.2 which has STM32F407 on board.
However I detected after installing klipper.bin, the board cannot be recognized by PC (windows and linux with different usb ports were checked).
I thought it has sth to do with bootloader, so decided to install katapult to determine it. Now it has completely been dead. The only way the mcu was flashable was via sd card, and now the sd with the deployer.bin on it doesn't flash!
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: