FYSETC / Nozzle-Input-Shaper

FYSETC - Nozzle Input Shaper (NIS)
GNU General Public License v3.0
14 stars 3 forks source link

Problem Updating From Raspberry #5

Open hugoalves6 opened 7 months ago

hugoalves6 commented 7 months ago

There is a problem with NIS updating to newer klipper

make flash FLASH_DEVICE=0483:df11 Compiling out/src/pwmcmds.o Compiling out/src/lcd_st7920.o Compiling out/src/lcd_hd44780.o Compiling out/src/i2c_software.o In file included from src/i2c_software.c:10:0: out/board/internal.h:8:23: fatal error: stm32f0xx.h: No such file or directory compilation terminated. make: *** [Makefile:65: out/src/i2c_software.o] Error 1

the user: snarfwasahero

Got the fix to update the NIS from raspberry:

After trying a lot, I was able to get it running by following the steps from FYSETC GIT and stopped right after the "make KCONFIG_CONFIG=config.nis -j4" step.

Then, I used the following command to write the firmware into the board (since make flash was giving me the same error as OP):

sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D out/klipper.bin

Pharthan commented 6 months ago

Thanks! This worked for me. I just started having this issue, trying to install it yesterday as well.

VectorForce3D commented 5 months ago

This worked! Thanks!

OPi Zero3 running MainsailOS btw.

turbotom01 commented 3 months ago

Thank You! verified solution