#klipper.bin not created
10 messages · Page 1 of 1 (latest)
If you're trying to retrieve it via mainsail, you skipped a step where you use a cp command to copy the file from the output folder to the klipper configs folder
That command is cp out/klipper.bin ../klipper config/firmware.bin right ?
I get a message that cp: cannot create regular file ..... no such file or directoey
If you are in the klipper fw source directory, the command would probably be cp out/klipper.bin ../printer_data/config/ (at least on my fairly regular MainsailOS install)
Or cp ~/out/klipper.bin ~/printer_data/config/ should work regardless of what directory you're in.
Both command say there is no such file or directory
it's printer_data, with an underscore.
general unix shell hint: if you start typing in the beginning of the path (like ../pr ) and press tab once or twice, it will fill in the right thing (if there's only one option) or show you the alternatives (if there are several)
I have the mcu now configured but now i need to configure the can bus print on sb