Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion toolhead_flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,13 @@ If the result shows an "Error during download get_status" or something, but abov
>
> `sudo dfu-util -R -a 0 -s 0x08000000:leave -D ~/katapult/out/katapult.bin -d 0483:df11`
>

> If you still get the errors like `dfu-util: error get_status: LIBUSB_ERROR_TIMEOUT` it usually
> means the problem is either with:
> - your USB cable - try to swap cables
> - your kernel version
>
> to update the kernel follow your operating system instructions. Usually the problem is gone when a newer version is installed.
>

![image](https://user-images.githubusercontent.com/124253477/225469341-46f3478a-aa96-4378-8d73-96faa90d561c.png)

Expand Down