Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interfaces:usb2can [2022/12/19 00:29]
darron [Resources]
interfaces:usb2can [2022/12/19 00:32] (current)
darron [Upgrade]
Line 81: Line 81:
  
 === Upgrade === === Upgrade ===
 +
 +Install dfu-util from source.
  
 ==dfu-util== ==dfu-util==
Line 94: Line 96:
 open case and press the button with a thumb  and insert open case and press the button with a thumb  and insert
 device in usb port. device in usb port.
 +
 +When upgrading omit the device ID because the firmware is
 +for product id 0.
  
 <code> <code>
-sudo dfu-util -a 0 -D usb2can_1_7.dfu+sudo dfu-util -D usb2can_1_7.dfu
 </code> </code>
  
Line 102: Line 107:
  
 <code> <code>
-usb 1-1.5.1: new full-speed USB device number 24 using dwc_otg +new full-speed USB device number 24 using dwc_otg 
-usb 1-1.5.1: New USB device found, idVendor=0483, idProduct=1234, bcdDevice= 1.00 +New USB device found, idVendor=0483, idProduct=1234, bcdDevice= 1.00 
-usb 1-1.5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +New USB device strings: Mfr=1, Product=2, SerialNumber=3 
-usb 1-1.5.1: Product: USB2CAN converter +Product: USB2CAN converter 
-usb 1-1.5.1: Manufacturer: edevices +Manufacturer: edevices 
-usb 1-1.5.1: SerialNumber: ED000200 +SerialNumber: ED000200 
-usb_8dev 1-1.5.1:1.0 can0: firmware: 1.7, hardware: 1.0+usb_8dev can0: firmware: 1.7, hardware: 1.0
 </code> </code>