#"Failed to stop Klipper.service "and "no rule to make target "flash""

29 messages · Page 1 of 1 (latest)

kind dagger
#

I also tried to do sudo service Klipper start but I got the same

bleak oak
#

I'm not sure about the correct process of flashing it with usb as I've never done it but the make flash ... command has to be executed from inside klipper folder ig, because make needs a Makefile to work

kind dagger
#

I did make menuconfig then make then I got the file but I think I found on the tutorial they say to things one for older printer and one for newer , I will try the option for the newer one

bleak oak
#

Even if you did make menuconfig and make, you still executed them inside the klipper folder. The klipper folder contains a Makefile that's why it's working. Your home directory doesn't contain a Makefile that's why it doesn't work in your home directory

#

And the service is klipper not Klipper maybe that's why it's not working

kind dagger
#

so I go inside /klipper ?

bleak oak
#

Depends where it it. I guess it's inside your home directory so cd ~/klipper or cd klipper

kind dagger
#

I thinks it worked because now on the mainsail there is the printer cfg error

#

it's working thank you

bleak oak
#

👍

kind dagger
bleak oak
#

So it could be that this isn't an old Ender 3

#

But I'm not an expert on that so it's just a guessing game for me

#

Did you use the serial you found with ls /dev/serial/by-id/*?

#

Or did you just copy paste from the tutorial?

kind dagger
#

I used the command but I worked with both method and now I have this

bleak oak
#

The left one is just the screen until it connects to your board and the right one not working as it cannot connect to the board

#

Send the output of ls /dev/serial/by-id/* maybe you have a typo?

kind dagger
#

I got this then I copy/paste

bleak oak
#

What type of Ender 3 do you have exactly?

kind dagger
#

It should be the first one

bleak oak
#
# This file contains common pin mappings for the 2018 Creality
# Ender 3. To use this config, the firmware should be compiled for the
# AVR atmega1284p.

# Note, a number of Melzi boards are shipped with a bootloader that
# requires the following command to flash the board:
#  avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
# If the above command does not work and "make flash" does not work
# then one may need to flash a bootloader to the board - see the
# Klipper docs/Bootloaders.md file for more information.

# See docs/Config_Reference.md for a description of parameters.
kind dagger
#

I have to do the ocmmand

bleak oak
kind dagger
#

The first did not work so I try this ?

bleak oak
#

These are the official instructions so I would say yes

kind dagger
#

I got this

bleak oak
#

I guess /dev/ttyACM0 is wrong. I think it should be the /dev/serial/by-id/* thing you got earlier but I clearly have to say that I don't know anything about that topic. That are all just educated guesses on my experience as a programmer