Please ask how to operate after using the root file system built by docker, how to brush the root file system into the development board

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

In how to operate?

Hi,

Could you share more info about your use case?

The document is for building a root file system on native Jetson, not for docker.
Do you want to use an Ubuntu distro like Canonical?

Thanks.

Hello. I built the root filesystem in a PC virtual machine. Install Ubuntu20.04. Use jetson 36.3

I want to use the Basic Flavor Root File System

Hi,

When you run the command, you should get the source of our BSP in the container.
Then, you can add some customization based on your requirements.

After that, please flash the device with the command shared below:
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/IN/QuickStart.html#to-flash-the-jetson-developer-kit-operating-software

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.