jetPack_6_2/Linux_for_Tegra$ sudo ./apply_binaries.sh
Using rootfs directory of: /home/du/Work/Orin/jetPack_6_2/Linux_for_Tegra/rootfs
Installing extlinux.conf into /boot/extlinux in target rootfs
/home/du/Work/Orin/jetPack_6_2/Linux_for_Tegra/nv_tegra/nv-apply-debs.sh
Root file system directory is /home/du/Work/Orin/jetPack_6_2/Linux_for_Tegra/rootfs
Copying public debian packages to rootfs
Skipping installation of nvidia-igx-oem-config_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-igx-systemd-reboot-hooks_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-l4t-dgpu-apt-source_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-l4t-dgpu-config_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-l4t-dgpu-tools_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-l4t-dgpu-x11_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-l4t-factory-service_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-igx-bootloader_36.4.3-20250107174145_arm64.deb …
Skipping installation of nvidia-l4t-jetson-orin-nano-qspi-updater_36.4.3-20250107174145_arm64.deb …
Start L4T BSP package installation
QEMU binary is not available, looking for QEMU from host system
Found /usr/bin/qemu-aarch64-static
Installing QEMU binary in rootfs
~/Work/Orin/jetPack_6_2/Linux_for_Tegra/rootfs ~/Work/Orin/jetPack_6_2/Linux_for_Tegra
Host qemu-aarch64-static version: 2.11.1(Debian
dpkg: 警告: 版本号 ‘2.11.1(Debian’ 语法错误: 版本号含无效字符
Installing BSP Debian packages in /home/du/Work/Orin/jetPack_6_2/Linux_for_Tegra/rootfs
qemu: Unsupported syscall: 293
qemu: Unsupported syscall: 293
qemu: Unsupported syscall: 293
qemu: Unsupported syscall: 293
Selecting previously unselected package nvidia-l4t-core.
(Reading database … 167181 files and directories currently installed.)
Preparing to unpack …/nvidia-l4t-core_36.4.3-20250107174145_arm64.deb …
qemu: Unsupported syscall: 293
Pre-installing… skip compatibility checking.
Unpacking nvidia-l4t-core (36.4.3-20250107174145) …
qemu: Unsupported syscall: 293
qemu: Unsupported syscall: 293
Setting up nvidia-l4t-core (36.4.3-20250107174145) …
Processing triggers for libc-bin (2.35-0ubuntu3.8) …
qemu: Unsupported syscall: 293
qemu: Unsupported syscall: 293
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)
qemu: Unsupported syscall: 293
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)
dpkg: error processing package libc-bin (–install):
installed libc-bin package post-installation script subprocess returned error exit status 139
qemu: Unsupported syscall: 293
Errors were encountered while processing:
libc-bin
Continuing the discussion from JePack6.1 build:
我也遇到了相同的问题,我在PC Ubuntu18.04 构建R36.4.3镜像出现了相同的问题。安装qemu组件并不能解决该问题。
我按照这个帖子里面的描述手动删除 /rootfs/dev/random
/rootfs/dev/urandom
。然后重新执行 sudo ./apply_binaries.sh
可以成功。
NVIDIA的Jetpack6.x是对Ubuntu18有兼容性问题吗?我是否需要更换我的Ubuntu版本?