diff --git a/content/drone-stuff/ardupilot-setup-checklist.md b/content/drone-stuff/ardupilot-setup-checklist.md index 3494b39..14668bf 100644 --- a/content/drone-stuff/ardupilot-setup-checklist.md +++ b/content/drone-stuff/ardupilot-setup-checklist.md @@ -43,14 +43,14 @@ git submodule update --init --recursive git checkout Dockerfile echo "RUN pip install intelhex" >> Dockerfile -echo 'ENV PATH="/home/ardupilot/.local/bin:/usr/lib/ccache:/ardupilot/Tools/autotest:/opt/gcc-arm-none-eabi-6-2017-q2-update/bin:${PATH}"' >> Dockerfile +echo 'ENV PATH="/home/ardupilot/.local/bin:/usr/lib/ccache:/ardupilot/Tools/autotest:/opt/'$(ls -1 /opt/ | grep gcc-arm-none-eabi)'/bin:${PATH}"' >> Dockerfile +cat Dockerfile docker build . -t ardupilot git checkout Dockerfile docker run --rm -it -v "$(pwd)":/ardupilot ardupilot:latest ./waf configure --board="$BOARD" docker run --rm -it -v "$(pwd)":/ardupilot ardupilot:latest ./waf build - ``` @@ -270,6 +270,6 @@ _(Many thanks to Michel Pastor for his help with everything in this note.)_ * * *

-Last updated on July 06, 2021. For any questions/feedback, +Last updated on August 09, 2021. For any questions/feedback, email me at hi@stavros.io.

diff --git a/content/drone-stuff/general-rc-tips.md b/content/drone-stuff/general-rc-tips.md index a385a1c..1552be2 100644 --- a/content/drone-stuff/general-rc-tips.md +++ b/content/drone-stuff/general-rc-tips.md @@ -17,6 +17,6 @@ These are general tips for building RC planes/quads/whatever: * * *

-Last updated on April 24, 2021. For any questions/feedback, +Last updated on August 09, 2021. For any questions/feedback, email me at hi@stavros.io.