I make L4T rootfs in jeston agx xavier by execute sudo ./apply_binaries.sh by the guide of https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3261/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/kernel_custom.html# ,but it output error as following:
Using rootfs directory of: /home/tx/jetAGX/Linux_for_Tegra/rootfs
||||||||||||||||||||||| ERROR |||||||||||||||||||||||
- The root filesystem, provided with this package,
has to be extracted to this directory:
/home/tx/jetAGX/Linux_for_Tegra/rootfs
The root filesystem, provided with this package,
has to be extracted with ‘sudo’ to this directory:
/home/tx/jetAGX/Linux_for_Tegra/rootfs
Consult the Development Guide for instructions on
extracting and flashing your device.
|||||||||||||||||||||||||||||||||||||||||||||||||||||
I have execute
tar --owner root --group root -cjf kernel_supplements.tbz2
lib/modules
and replace the one in Linux_for_Tegra/kernel before do apply_binaries.sh,in L4T Linux_for_Tegra directory,i excute the command according to the ERROR position in apply_binaries.sh as following:
$ find rootfs/etc/passwd -group root -user root
but it output null
So how to fix it?What other steps do i need to take for this error?thanks.