Changes between Version 13 and Version 14 of Burt-Research/FWUpdate
- Timestamp:
- Apr 28, 2020, 4:45:36 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Burt-Research/FWUpdate
v13 v14 13 13 14 14 {{{ 15 Mainboard Version: 1. 2.2 (203d1e8)15 Mainboard Version: 1.6.1 (3fce96e) 16 16 Puck 1: 1.11.0 17 17 Puck 2: 1.11.0 … … 21 21 }}} 22 22 23 if your Mainboard version is older than 1. 2.2, then follow the upgrading steps below.23 if your Mainboard version is older than 1.6.1, then follow the upgrading steps below. 24 24 25 25 == Firmware Update == … … 29 29 Download the firmware-bin file 30 30 {{{ 31 wget http://web.barrett.com/support/Burt_Documentation/FirmwareUpdate/mainboard .dev-mainboard-1.2.2-0-g203d1e8.bin31 wget http://web.barrett.com/support/Burt_Documentation/FirmwareUpdate/mainboard-M0223.dev-mainboard-1.6.1-0-g3fce96e.bin 32 32 }}} 33 33 … … 37 37 {{{ 38 38 burt-util mainboard silence_can 39 burt-util flash 10 path/to/mainboard .dev-mainboard-1.2.2-0-g203d1e8.bin39 burt-util flash 10 path/to/mainboard-M0223.dev-mainboard-1.6.1-0-g3fce96e.bin 40 40 burt-util reset 10 41 41 }}} … … 49 49 }}} 50 50 51 === Step 4 === 51 52 53 If the BurtSharp source is not installed, clone the repository 54 55 {{{ 56 git clone https://git.barrett.com/burt/software/burt-sharp.git 57 }}} 58 59 === Step 5 === 60 61 Verify your BurtSharp version 62 63 {{{ 64 cd <path-burt-sharp-repo> 65 cat BurtSharp/Properties/AssemblyInfo.cs | grep Version 66 }}} 67 68 If the version is not 2.3.1, check out the dev-2.3.1 tag 69 {{{ 70 git checkout dev-2.3.1 71 }}}