How to update your ETH robot at date of 31 Aug 2016 #135
marcoaccame
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, the PR robotology/icub-main#365 has been merged into master.
The new features available with this commit need new FW of ETH boards (EMS/MC4PLUS/MC2PLUS) and of 2FOC boards.
Hence, since some days (following the commit in robotology/icub-main@bc2f4f4), the user who tries to update his/her ETH robot with a new icub-main is also forced to update icub-firmware-shared and the FW of some boards.
The user who only updates icub-main and nothing else will be guided to perform the other updates as he/she proceeds by proper messages from cmake and by diagnostics printed when running yarprobotinterface.
In order to avoid the above messages and thus proceed smoothly with the update, here is the list of correct actions to perform.
cd icub-firmware-shared/build-pc104
,ccmake ..
,make
.cd icub-main/build-pc104
,ccmake ..
,make
.Beta Was this translation helpful? Give feedback.
All reactions