Closed Dviros closed 9 months ago
Seems to be a permission issue. The image has been generated but can not be copied to your host fs. If you can run the generation scripts on a Linux VM that would solve the issue I think.
Bummer :( any way to trace to the exact copy command? I'll try to run it in a VM
In the create-jetson-image.sh
, there is cp jetson.img /jetson/
which copy the image from the container to the host machine.
Yep, modified it to point to a controlled folder, but the original path still reflects in the logs. It seems that value appears in jetson-disk-image-creator.sh
, which is different from the one that exists in the scripts folder.
Solved, This was achieved by running
docker cp $(docker ps -qf "name=gitated_gould"):/build/Linux_for_Tegra/tools/jetson.img ~/jetson.img
Maybe it's worth adding a switch case to check the OS and run it to extract the img from the docker? Thanks again for your hard work.
Glad that you solved it. I'll add a note to the Readme for macos users
I just did touch jetson.img
before building the Jetson image and it worked.
Hi, Thank you very much for this project. I'm attempting to build an image for Jetson Nano B1 with Ubuntu 22. I'm using macOS and these are the commands I've been using:
The output I get is super strange, especially because the path "/jetson/jetson.img" exists only in the create-jetson-image.sh script, but also mentioned in a file that I cannot find - jetson-disk-image-creator.sh. I need help to proceed in here please :)
Thanks again, D