-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is scripts/firmwareupdater.ini file needed? #177
Comments
For a similar reason, perhaps we could remove the https://github.com/robotology/icub-firmware-build/tree/6152a3d7325422c2f2be8a786e5f76700b9e80b4/scripts the |
For me this might be fine. |
In this case, we should see, since that file might be used when updating automatically all the boards in the robot exploiting a bash script we developed some times ago (that actually need to be refined) |
Great, I propose the removal in #181 . |
Hi @traversaro, I don't understand if the I'd like to understand if the list of possible devices makes the update script faults. If we are in this case, for sure we need to remove this file from the folder script. Instead of removing it at all, we can keep it as a template. If it is just for confusion, maybe we can leave and update the documentation accordingly. What do you think? cc @MSECode |
No, the script worked "normally", with some errors but not related to the |
Hi @traversaro , So I think we have two options:
What do you think? Have you other ideas? |
I really prefer solution 2 as it may happen that users do not read all aspects of documentation, thanks! |
Just to check if I understand correctly: that file is useful for expert users that use the Firmware update to connect directly to non-ETH boards? |
after a F2F discussion w/ @traversaro we concluded that the best solution is to remove the file since it is already in icub-main/src/tools/FirmwareUpdater as the default file. In addition ,it is mentioned in the icub-tech Documentation. |
After launching some scripts as reported in #176, I launched the FirmwareUpdater from the
scripts
directory, and I was quite surprised by the fact that it showed a lot of top level elements. I understood later that it was due to the fact that when launched in thescripts
folder, theFirmwareUpdater
was loading the filefirmwareupdater.ini
from https://github.com/robotology/icub-firmware-build/blob/master/scripts/firmwareupdater.ini, instead of the correct one from https://github.com/robotology/robots-configuration/blob/master/ergoCubSN002/firmwareupdater.ini . Perhaps to avoid this confusion we could remove thescripts/firmwareupdater.ini
file?@valegagge @MSECode
The text was updated successfully, but these errors were encountered: