Klipper on FelixTec 4.1

You are right, that is exactly what I have done, but when I tried to follow the instructions here
https://www.klipper3d.org/Installation.html

It ended up with erorr again.
image

And this is I think the problem, why I cannot continue.

Try following sequence:

make distclean
make menuconfig

Verify your settings for atmega2560

make
make flash FLASH_DEVICE=...

Tried that and the same erorr appeared while

make

image

I am trying all this on RPi 3B it should work I think. Am I right?

I am using one of these in my Arcade machine and it works fine and I am using RPi 3B+ for KODI with Tv and everything works fine.

Sure, I guess most are using Pi 3Bs (including myself).

Try:

cd ~/klipper
git fetch origin
git reset --hard origin/master
make distclean
make menuconfig
make flash FLASH_DEVICE=...

If this does not work, I’ll try to really start over with a fresh image and a fresh SD card. Something is really strange here.

Ah, one thing: Make sure that make menuconfig ends with following question and confirm with Y:

grafik

e.g. just activate Enable extra low-level configuration options

I followed your commands and still the same.
I have even changed the SD card, but I remember, that when I was trying this on another RPi 3B+ it worked until I tried to control the printer through FLUID.

I think the RPi which I am using now has to be broken somehow, becuase even during the update there was an erorr while updating bluetooth package.

I will try another RPi tomorrow.

Thanks for your advices and your patience.