I’m building an image with L4T for the jetson nano 4GB. and when I run ./jetson-disk-image-creator.sh to build the image I got this error
...
127116 bytes (127 kB, 124 KiB) copied, 0.000164705 s, 772 MB/s
jetson-disk-image-creator.sh - writing /build/Linux_for_Tegra/bootloader/system.img.raw
dd: writing to '/dev/loop1p1': No space left on device
I run this scripts inside a container (docker or podman both have the same error) with all the necessary permissions. here is an example
This means your host PC is out of disk space. Typically you would look at the result of “df -H -T .” after you cd to the “Linux_for_Tegra/” directory. That raw partition is quite large, and then the sparse partition is many GB beyond that.
If everything is installed on the host PC with an ext4 partition, then I’d hope you still have at least 50 GB left before starting the flash. The SD card models will differ somewhat compared to eMMC.