From 65db12e9bdb0f1a400f196498f004791831cb59c Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Thu, 15 Oct 2020 15:58:32 -0700 Subject: [PATCH] Update troubleshooting.md --- docs/troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index e38f3f8b..31973862 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -22,6 +22,7 @@ With this information you can look up the API documentation for your error(s): ### What if `dump_errors()` gives me python errors? If you get output like this: +
Show code:
```py In [1]: dump_errors(odrv0) axis0 @@ -46,6 +47,7 @@ AttributeError Traceback (most recent call last) AttributeError: 'RemoteObject' object has no attribute 'fet_thermistor' ``` +
when you call `dump_errors()`, you have a version mismatch between odrivetool and the firmware on your ODrive. To get the newest version of odrivetool, you can run `pip install odrive --upgrade`. To get the newest ODrive firmware, run `odrivetool dfu`. See the [odrivetool](odrivetool.md#device-firmware-update) page for more details. ## USB Connectivity Issues