aris
August 9, 2022, 8:16pm
1
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.
mpous
August 19, 2022, 10:34am
2
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!
mpous
August 29, 2022, 11:05am
4
Hello Aris, did you succeed on this? Let us know more information if we can help you more.
aris
September 8, 2022, 7:17am
6
Hi @mpous ! No, i don’t have any progress on this. I’ve managed to build the image using virtual machine.
mpous
September 8, 2022, 10:10am
7
Hey @aris feel free to share your complete solution here!
Let’s stay connected
aris
September 9, 2022, 1:01pm
9
I just followed the instructions from the docs: Customer Board Support - Balena Documentation using an ubuntu image in Virtual Box.
1 Like
alexgg
September 14, 2022, 4:35pm
10
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.