Building on Nvidia Jetson

Anyone built olmype / SDK on ARM or the Nvidia Jetson?

Build failed.

Hi @ResponderAir ,

Could you please provide a build log ? What linux distribution runs on your Jetson ?

It seems that @CalTran, has some experience with the SDK on a Nvidia Jetson:

See also:

Please note that ARM targets are not currently officially supported by the SDK.
Our primary test environment for the SDK is Ubuntu bionic on x64.

I’ve just realized that there is also this AWS Reinvent 2019 builders-fair-project “DroneZone”. They are using an Nvidia Jetson too. You should have a look at their installation script.

./products/olympe/linux/env/postinst

postinstall created virtual environment CPython3.6.9.final.0-64 in 932ms
creator CPython3Posix(dest=/home/briz/code/parrot-groundsdk/.python/py3, clear=False, global=False)
seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/home/briz/.local/share/virtualenv/seed-app-data/v1.0.1)
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
/home/briz/code/parrot-groundsdk/products/olympe/linux/env/setenv: line 51: /home/briz/code/parrot-groundsdk/out/olympe-linux/final/native-wrapper.sh: No such file or directory
/home/briz/code/parrot-groundsdk/products/olympe/linux/env/setenv: /home/briz/code/parrot-groundsdk/.python//py3/bin/pip: /home/briz/code/parrot-groundsdk/.python/py3/bin/python: bad interpreter: No such file or directory

Hello,

This issue has been fixed in the 1.2.0 release that has just been released today.
You should repo sync again and follow the installation procedure from there.

Nicolas