Basic Information:
Printer Model:
MCU / Printerboard: SKR 1.4 and Arduino Nano
Host / SBC
klippy.log
klippy(21).log (1.2 MB)
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
I had a lot of weird bugs over the last months which appeared and disappeared randomly. I was trying out so many different things which never did anything. I always updated everything correctly (or so I thought) via Mainsail or KIAUH. But now I have seen in the logs that only my main MCU (SKR 1.4) got updated and my secondary MCU did not. So I tried to do that manualy via KIAUH. Nope. Not possible. The Firmware is too big. Even when removing everything via the reducing-feature its too big. The Error I get is this:
“Version: v0.12.0-272-g13c75ea8
Linking out/klipper.elf
/usr/lib/gcc/avr/5.4.0/…/…/…/avr/bin/ld: address 0x800931 of out/klipper.elf section .bss' is not within region
data’
/usr/lib/gcc/avr/5.4.0/…/…/…/avr/bin/ld: address 0x800931 of out/klipper.elf section .bss' is not within region
data’
collect2: error: ld returned 1 exit status
make: *** [Makefile:73: out/klipper.elf] Error 1”
And so the flashing also fails. Am I hardstuck on an old version of Klipper and need to get a new MCU with bigger memory?
…