Hello guys, I'm trying to flash the bin file on my skr 1.4 but without success.
The file bin is on the SD card but when I power it up, marlin boot up.
Is there a way to flash it?
Thank you
Hi @Ducati87,
It did not look like there was a Klipper log file attached to this ticket. The log file has been engineered to answer common questions the Klipper developers have about the software and its environment (software version, hardware type, configuration, event timing, and hundreds of other questions).
Unfortunately, too many people have opened tickets without providing the log. That consumes developer time; time that would be better spent enhancing the software. If this ticket references an event that has occurred while running the software then the Klipper log must be attached to this ticket. Otherwise, this ticket will be automatically closed in a few days.
For information on obtaining the Klipper log file see: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md
The log can still be attached to this ticket - just add a comment and attach the log to that comment.
Best regards,
~ Your friendly GitIssueBot
PS: I'm just an automated script, not a human being.
Did you rename the file to firmware.bin ?
Did you rename the file to
firmware.bin?
Yes of course
Any suggest?
Hi @Ducati87 I have a SKR 1.4 Turbo, that just arrived the other day. It had Marlin 2.0.3 installed from the factory,
Here are the steps that I followed to get Klipper running. Pretty much followed the docs.
One to check is to make sure the .elf file looks good, you can do:
"file out/klipper.elf" mine looked like:
out/klipper.elf: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
It appears the Klipper log file was not provided.
I'm closing this now, sorry. Feel free to attach the log to this ticket sometime in the future, or create a new issue once you can provide the log file.
For those coming after me seeing this issue as a guide to configure the board, note how the "smoothieware bootloader" part is in italic. That's because there are * in between the [], which gets read as italic. It should look like this:
Micro-controller Architecture (LPC176x (Smoothieboard))
Processor model (lpc1769 (120 MHz))
[*] Target board uses Smoothieware bootloader
[*] Use USB for communication (instead of serial)
Most helpful comment
For those coming after me seeing this issue as a guide to configure the board, note how the "smoothieware bootloader" part is in italic. That's because there are
*in between the[], which gets read as italic. It should look like this: