Lebensgefahr

Results 14 comments of Lebensgefahr

> Is it possible to also invert the "Enable bootloader entry on button (or gpio) state:", like is written with "Status LED GPIO Pin:"? Yes, it is possible. There is...

I tried katapult on kingroon kp3s pro v2 printer. It has rp2040 and gd32f303 (stm32f103 clone). I checked katapult only on gd32f303 it is connected as /dev/ttyS0 as in your...

> ~/klipper/./scripts/flash-sdcard.sh -b 250000 /dev/ttyS0 monster8 > > Flashing /home/nico/klipper/out/klipper.bin to /dev/ttyS0 Checking FatFS CFFI Build... Connecting to MCU...Connected Checking Current MCU Configuration...Done MCU needs restart: is_config=1, is_shutdown=0 Attempting MCU...

> I cannot figure out a method to enter bootloader mode over the /dev/ttyS0 serial port so that I can run the flash tool and update the firmware. I have...

> urche0n-82 Was looking for a way to update firmware without opening his printer, because with katapult it was not possible for him and you. > > With ~/klipper/./scripts/flash-sdcard.sh this...

> > It is possible. There is a special command for klipper to restart mcu into bootloader for virtual serial and physical serial devices. It works with Katapult. The main...

> ### What happened? > > I use kingroon kp3s pro v2 printer, it is [kingroon-kp-cheetah-v2.2](https://kingroon.com/products/kingroon-kp-cheetah-v2-0-mainboard-for-klp1-3d-printer?variant=45178992296154) mainboard. > > Now, i not found wifi interface, and i don't know how...

> Does your touchscreen work? There is no touchscreen on this printer.

> When I go do the make, I get the following errors: AFAIK it is not an errors, it is just a warnings you can remove them by changing corresponding...

This behavior occurs because the gcc_get_version function calls find_program(gcc ${prog}), and the result of the search is automatically cached in CMakeCache.txt (e.g., gcc:FILEPATH=/usr/bin/arm-none-eabi-gcc) before the new version is installed. I...