-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kusba v2.4 Installation problem #36
Comments
I think I sorted it out.
make flash FLASH_DEVICE=first If that fails, you will be told which FLASH_DEVICE to use. In this example, that's: make flash FLASH_DEVICE=2e8a:0003 After that you suppose to see the following output:
Good Luck. |
I know the naming can be a bit confusing, but Rampon is fully compatible with Klipper firmware running on the printer's SBC (Pi, etc). Klipper firmware can be flashed to the KUSBA as well, but it is not recommended as it is buggier and more difficult to flash. However, for people who prefer to flash Klipper instead, the prefered method would be to build the firmware yourself because Klipper updates tend to break compatibility of previous versions. Linking a prebuilt firmware by BTT is not ideal because Klipper updates will likely break it soon. The whole sda1 part can be worded better, I agree. What that part is about, is finding the KUSBA appearing as a USB drive so you can flash the firmware. Using There is another way. Copying the Klipper.bin file to a computer, and just dragging and dropping it into the KUSBA, which will appear like a USB drive. This is how Rampon is flashed too. Much easier, quicker, less confusing. But the user needs to know how to copy the Klipper.bin file from the Pi to the computer, which a lot of users don't. So it's not a part of the Klipper instructions, only Rampon. Most KUSBAs these days come with Rampon pre-flashed (looks like yours did as well) so there's no reason to do any of these. Just add the I understand the instructions are not perfect, and I appreciate the help, but in this case, this will only make the problem worse when a Klipper update breaks compatibility. I will try to come up with a better way of wording the sda1 part, and add further clarificarion about Klipper vs Rampon to avoid confusion. |
I agree but I couldn't flash the device as there was no SDA folder created no matter what I did.
Step 8. in the documentation is not working:
```bash
sudo mount /dev/sda1 /mnt
sudo cp out/klipper.uf2 /mnt
sudo umount /mnt
```
I did try dropping the `rampon` firmware in the device using the PC method but still no SDA was present.
I don't know if I got a faulty USB device unit. The lack of status LEDs really makes it hard to diagnose.
I flashed the `rampon` firmware using the method above (`make flash FLASH_DEVICE=2e8a:0003`).
How can I ensure that it's present on the device?
Maybe you can add a troubleshooting section as it seems I'm not the only one struggling with it.
Thank you, Yaron.
|
I have Kusba v2.4. I followed the open issues here but I can't solve my issue. It seems the device port can't be connected to.
I already tried to flush it with the Rampon Anchor 0.4 to no avail.
In the
menuconfig
I selected "Raspberry PI RP2040" and as communication interface: "USBSERIAL".Here are some outputs:
For
lsusb
command:For
ls /dev/serial/by-id/
command:From the command:
sudo mount /dev/sda1 /mnt
I get:
mount: /mnt: special device /dev/sda1 does not exist.
I tried switching cables.
I also try to run a python code to attempt to read data from the device:
And get the error:
This is the config file:
Any idea what I can do to solve it?
The text was updated successfully, but these errors were encountered: