intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
218 stars 119 forks source link

which aerofc is more up-to-date #280

Closed gzhang8 closed 6 years ago

gzhang8 commented 6 years ago

There are one in /etc/px4-fw/ and one in /etc/aerofc/ . Why there are two? Also I see aerofc-update and aerofc_update

lucasdemarchi commented 6 years ago

they should be symlinks to each other to preserve old names. In the beginning we only supported PX4. Now we support PX4 and ArduPilot, so we moved things to /etc/aerofc, but added symlinks in /etc/px4-fw to avoid breaking other tools

anselmolsm commented 6 years ago

In other words, /etc/px4-fw and /etc/aerofc content is the same. aerofc-update and aerofc_update are two names for the same script. Thanks.

gzhang8 commented 6 years ago

I see, thanks for your clarification @lucasdemarchi @anselmolsm