Confusion between icub-firmware and icub-firmware-build #195
-
Hi all, I am trying to fix my environmental variables and I have a question. On the wiki it is said: export FIRMWARE_BIN=${ROBOT_CODE}/icub-firmware/build However, the repository name is icub-firmware-build and therefore shouldn't it be: export FIRMWARE_BIN=${ROBOT_CODE}/icub-firmware-build Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Found the answer. I was missing the icub-firmware repository. |
Beta Was this translation helpful? Give feedback.
-
Found the repository however it does not contain the build folder. Shall I leave it like this? export FIRMWARE_BIN=${ROBOT_CODE}/icub-firmware |
Beta Was this translation helpful? Give feedback.
-
Currently, I'm not aware of any practical use of the environment variable |
Beta Was this translation helpful? Give feedback.
-
Hi @randaz81 |
Beta Was this translation helpful? Give feedback.
-
I opened a PR for adding a README to |
Beta Was this translation helpful? Give feedback.
-
Go ahead 😉 then @traversaro |
Beta Was this translation helpful? Give feedback.
icub-firmware
contains the sources of the boards firmware. You don't need to download that repo, it is simply useless unless you have the firmware compiler(s).icub-firmware-build
contains the binaries, generated fromicub-firmware
sources. It's the folder you need to check when you want to upgrade the firmware of robot boards.icub-firmware-shared
contains some sources and definitions needed to compile some plugins oficub-main
necessary to runyarprobotinterface
on the PC104 (e.g.embObjMotionControl
).Currently, I'm not aware of any practical use of the environment variable
FIRMWARE_BIN
. I think it has been reserved by developers for future use, so please simply ignore it.