pythops/jetson-image

Use podman instead of Virtualbox

pythops opened this issue · 3 comments

Use podman instead of Virtualbox

How to build it?

Is it still under development?
I installed podman (3.4.2)
It ran on Linux mint 20.3.
I used jetson nano (a2)

I cloned the source. (big_refactor)
cd jetson-nano-image
./scripts/build-base-rootfs.sh
./scripts/build-jetson-image.sh


error from build-jetson-image.sh file

The following error message was received during the build.

Error: invalid config provided: CapAdd and privileged are mutually exclusive options


Build succeeded, but jetson.img is not available

Delete the "--cap-add=all" option and build.tar file and rebuild.
Successfully created "jetson.img".
However, the image file does not open.


Is there a problem if the "--cap-add=all" option is not used?

there is a WIP PR #85

fixed