OE4T / meta-tegra-community

Repository for community-maintained recipes for additional packages for NVIDIA Jetson platforms
MIT License
16 stars 22 forks source link

tegra-tests: add nvidia-docker-tests #42

Closed atharvanan1 closed 2 years ago

atharvanan1 commented 2 years ago
dwalkes commented 2 years ago

Tested on jetson-xavier-nx-devkit-emmc

I think you need some tricks to get a /var partition greater than 16GB on this platform, correct?

atharvanan1 commented 2 years ago

Ah yes. I needed to expand storage for pulling docker images.

dwalkes commented 2 years ago

Trying to figure out where we should document this. There are instructions in https://docs.google.com/spreadsheets/d/1EWG5QZvtWdk74gz48D4xCbegK-bsqMFJ8XOsyGdUUeI/edit#gid=593862884 but those suggest using the devkit build.

atharvanan1 commented 2 years ago

those suggest using the devkit build.

Do you mean the sdcard machine?

dwalkes commented 2 years ago

Do you mean the sdcard machine?

Yes, devkit and not devkit-emmc

atharvanan1 commented 2 years ago

Yes, devkit and not devkit-emmc

For this, I tried to use the extra space available on the sdcard. Ex. Using 32 GB SDcard, provided me with 16GB of extra space.

atharvanan1 commented 2 years ago

Should be updated with a small patch now.

atharvanan1 commented 2 years ago

Thanks guys for your help!