Building balena-jetson in Docker container

Hi!
I’m trying to build balena-jetson for jetson-xavier-nx-devkit-emmc machine in a Docker container using the Docker In Docker method, but I’m getting this stopping error:
cp: cannot stat '/workdir/balena-jetson/build/tmp/deploy/images/jetson-xavier-nx-devkit-emmc/bootlogo-jetson-xavier-nx-devkit-emmc.blob': No such file or directory

Any ideas how to solve it?

Thx for the support.

Hello @aris welcome to the balena community.

Could you please tell us more details of what are you trying to deploy (link?) and how?

Thanks!

Hello Aris, did you succeed on this? Let us know more information if we can help you more.

Hi @mpous! No, i don’t have any progress on this. I’ve managed to build the image using virtual machine.

Hey @aris feel free to share your complete solution here!

Let’s stay connected

I just followed the instructions from the docs: Customer Board Support - Balena Documentation using an ubuntu image in Virtual Box.

1 Like

You can also try to use balena-yocto-scripts/balena-build.sh at master · balena-os/balena-yocto-scripts · GitHub. That will build balenaOS in the container, and it’s the method we use in our build servers so it’s guaranteed to work if a working docker service is available.