Hello everyone,
I have just updated the firmware of one of my odrives to the latest release found on github. the odrive i am using is an odrive v3.6-56V.
When I now try to restore the configuration of the odrive I get a notification that multiple properties are not found on the device. Some of those properties are important for what I am using my odrive for.
Does anyone know if there is a way to fix this problem?
Kind regards
ps: this is the code from restoring the callibration
pi@raspberrypi:~ $ odrivetool restore-config odrive1config.json
Waiting for ODrive…
Restoring configuration from odrive1config.json…
Could not restore axis0.config.can_heartbeat_rate_ms: property not found on device
Could not restore axis0.config.can_node_id_extended: property not found on device
Could not restore axis0.config.can_node_id: property not found on device
Could not restore axis0.config.startup_sensorless_control: property not found on device
Could not restore axis0.config.turns_per_step: property not found on device
Could not restore axis0.controller.config.anticogging.calib_anticogging: ‘anonymous_interface_3032150492’ object has no attribute ‘exchange’
Could not restore axis0.controller.config.anticogging.cogging_ratio: ‘anonymous_interface_3032147028’ object has no attribute ‘exchange’
Could not restore axis0.controller.config.anticogging.index: ‘anonymous_interface_3032151900’ object has no attribute ‘exchange’
Could not restore axis0.encoder.config.idx_search_unidirectional: property not found on device
Could not restore axis0.encoder.config.offset_float: property not found on device
Could not restore axis0.encoder.config.offset: property not found on device
Could not restore axis0.encoder.config.zero_count_on_find_idx: property not found on device
Could not restore axis0.fet_thermistor: property not found on device
Could not restore axis0.max_endstop.config.pullup: property not found on device
Could not restore axis0.min_endstop.config.pullup: property not found on device
Could not restore axis0.motor.config.acim_slip_velocity: property not found on device
Could not restore axis0.motor.config.direction: property not found on device
Could not restore axis0.motor_thermistor: property not found on device
Could not restore axis1.config.can_heartbeat_rate_ms: property not found on device
Could not restore axis1.config.can_node_id_extended: property not found on device
Could not restore axis1.config.can_node_id: property not found on device
Could not restore axis1.config.startup_sensorless_control: property not found on device
Could not restore axis1.config.turns_per_step: property not found on device
Could not restore axis1.controller.config.anticogging.calib_anticogging: ‘anonymous_interface_3032150492’ object has no attribute ‘exchange’
Could not restore axis1.controller.config.anticogging.cogging_ratio: ‘anonymous_interface_3032147028’ object has no attribute ‘exchange’
Could not restore axis1.controller.config.anticogging.index: ‘anonymous_interface_3032151900’ object has no attribute ‘exchange’
Could not restore axis1.encoder.config.idx_search_unidirectional: property not found on device
Could not restore axis1.encoder.config.offset_float: property not found on device
Could not restore axis1.encoder.config.offset: property not found on device
Could not restore axis1.encoder.config.zero_count_on_find_idx: property not found on device
Could not restore axis1.fet_thermistor: property not found on device
Could not restore axis1.max_endstop.config.pullup: property not found on device
Could not restore axis1.min_endstop.config.pullup: property not found on device
Could not restore axis1.motor.config.acim_slip_velocity: property not found on device
Could not restore axis1.motor.config.direction: property not found on device
Could not restore axis1.motor_thermistor: property not found on device
Could not restore config.enable_ascii_protocol_on_usb: property not found on device
Could not restore config.enable_i2c_instead_of_can: property not found on device
Could not restore config.enable_uart: property not found on device
Could not restore config.uart_baudrate: property not found on device
Some of the configuration could not be restored.
Configuration restored.