Hi everyone,
I'm having trouble getting my BTT SKR 1.4 recognized over USB after flashing Klipper. The board doesn't show up in /dev/serial/by-id/ at all.
A bit of context: this is part of a university project where we are building a 3D printer completely from scratch, so getting this to work is pretty important for us.
Here's what I've done so far:
- Compiled Klipper with LPC176x (Re-Arm), lpc1768, Communication interface: USB
- Copied firmware.bin to SD card, board renamed it to firmware.cur so the flash was successful
- Connected via USB-B cable with the 24V PSU also powered on
- Checked the VUSB power jumper on the board
- Ran dmesg while plugging/unplugging the board — no reaction at all
- /dev/serial/by-id/ doesn't exist, no ttyACM0 or ttyUSB0 shows up
- lsusb shows no difference when plugging the board in
The board is not the Turbo version. The SD card stays in the board during operation.
Has anyone experienced this? Any ideas what I might be missing?
Thanks in advance!