Pretty new to odrive and I’ve been having quite a bit of trouble. Today I just decided to do an odrv0.erase_configuration() to get a fresh start and immediately ran dump_errors(odrv0) afterwards. Just wondering, is the “system: not found” message something to be concerned about?
In [11]: dump_errors(odrv0)
system: not found
axis0
axis: no error
motor: no error
sensorless_estimator: no error
encoder: no error
controller: no error
axis1
axis: no error
motor: no error
sensorless_estimator: no error
encoder: no error
controller: no error
Not really - it just means that your odrivetool version is newer than your firmware version, - the tool is looking for a feature that doesn’t exist in the old firmware, i.e. system-level errors. But it is otherwise behaving correctly. You can update the firmware easily with the odrivetool dfu command.