PC:Ubuntu20.1
Jetson™ Linux version 36.3 GA Root File System — NVIDIA Jetson Linux Developer Guide 1 documentation
I followed the web tutorial, using the Execute the Script on a Non-Ubuntu 22.04 Host chapter, to build the root filesystem in docker, and then how to operate it. The operation steps are as follows:
$ sudo apt-get install docker.io
$ sudo docker run --privileged -it --rm -v <your_L4T_root>/Linux_for_Tegra:/l4t ubuntu:22.04
(in the container) $ apt-get update
(in the container) $ apt-get install -y qemu-user-static wget sudo bzip2
(in the container) $ cd /l4t/tools/samplefs
sudo ./nv_build_samplefs.sh --abi aarch64 --distro ubuntu --flavor minimal --version jammy