关于最小文件系统的问题

使用官方的构建最小文件系统的脚本似乎内核的很多外设功能都被裁剪掉了,我想保留一些外设作为一些使用,请问你们有没有一些方案

Hi,
We also have basic flavor rootfs:

Root File System — NVIDIA Jetson Linux Developer Guide

You may try this to get more functions.

sudo ./nv_build_samplefs.sh --abi aarch64 --distro ubuntu --flavor basic --version jammy我使用的就是这个来制作的最小文件系统,但是pcie相关的功能没办法使用了,我想看看是不是被裁剪掉了,我想保留这个功能,但是我不太清楚英伟达这个脚本是如何做的裁剪呢

Hi,
Please share what PCIe functions are missing. And please try
Root File System — NVIDIA Jetson Linux Developer Guide

If it works on desktop flavor rootfs, it may work by simply copying the application/binary file.

固态硬盘的pcie的接口识别不到固态硬盘

你的意思是如果在桌面版本的rootfs下能够使用只需要在最小版本的里面下载一下相关的依赖包吗

Hi,
Please try default sample rootfs. If the issue still appears, please attach full UART log. So that we can check further.

是使用最小的文件系统构建是不会丢失pcie的功能吗

Hi,

Yes. PCIe detection is in kernel driver and shall not be related to rootfs. Would suggest try default samples rootfs. If you see same issue, please attach full UART log.

我们目前的话是只想使用最小风味的根文件系统去做后续的恢复,因此我们希望他能够非常的小,最小风味的根文件系统刚好符合我们的需求,所以我应该如何操作才能够在最小风味的基础上还能够使用pcie相关功能

Hi,
We are not able to suggest next if you don’t help test and share the UART log. Please help try default sample roootfs and see if the issue appears.

默认的样本rootfs没有这个问题,只有使用这个构建的有这个问题出现

sudo ./nv_build_samplefs.sh --abi aarch64 --distro ubuntu --flavor basic --version jammy

Hi,
Please share what PCIe function fails when using minimal rootfs.

硬盘的pcie没有办法使用

Hi,
Please try this:

Making sure you're not a bot!
[RootFS][JP6.1/r36.4,JP6.2/r36.4.3] PARTUUID missing to boot when using minimal rootfs

你好这个似乎跟我想要了解的问题不太一样,我是使用了最小风味的文件系统构建以后识别不到硬盘,这个的话似乎是uuid的不匹配导致的nvme的不识别

they are same issue…

duplicated with Jetson设备的最小文件系统的pcie相关功能