Hi,
I use the following command to generate a custom rootfs for 35.2.1,and the result is that we can ssh it but there is no hdmi. How can I generate a full-funtion rootfs?
sudo mount /dev/nvme0n1p1 /mnt
# Copy over the rootfs from the SD card to the SSD
sudo rsync -axHAWX --numeric-ids --info=progress2 --exclude={"/dev/","/proc/","/sys/","/tmp/","/run/","/mnt/","/media/*","/lost+found"} / /mnt
Hi,
You maybe misunderstand me.
1.I use the following command to copy the filesystem to mnt and package it.
2. I copy the mnt.tar.gz to PC and unpackage it.
3. sudo ln -s mnt Linux_for_Tegra/rootfs
4.cd Linux_for_Tegra
5.sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1
6.reboot
7.The system can be ssh but there is no hdmi.
Are you using a DevKit or a custom carrier board?
So the workflow is that the system is installed in an NVMe drive, and you want to move it to the eMMC?
Is the driver loaded with lsmod | grep nvidia?
What do you get from dmesg and /var/log/Xorg.0.log?
Hi,
I use a custom carrier board.
There is nothing about NVMe which is used only for save.The system is installed in EMMc, and I copy the eMMc filesystem to NVMe.
I will show you the command result later.
Then if it’s already working on eMMC, why copying to NVMe, taring, and flashing again?
Also, are you sure the design of your carrier board is compatible with jetson-agx-orin-devkit?
Hi,
Because I add some app in eMMc and I want to burn the another custom board with the full funtion firmware.
I’m sure the design of my carrier board is compatible with jetson-agx-orin-devkit because the init version of firmware can startup with hdmi.
Hi,
I’m using a custom board which has HDMI interface and not an DP-HDMI convertor.
I hope the backup system is a rootfs and not a img, so I can directly copy some app to the rootfs. Is there any way to realize it?
I have following the Orin startup guide and modify the devicetree. The important point is not the display method and is how to backup the jeston device app partion to a rootfs.
Are you using the same device and monitor before and after the backup?
Please just don’t flash with the default config (jetson-agx-orin-devkit).
If you know how to play with device trees and pinmux, then flash again with your own customized config file.
There is no hdmi because the following backup method is not right. sudo rsync -axHAWX --numeric-ids --info=progress2 --exclude={"/dev/","/proc/","/sys/","/tmp/","/run/","/mnt/","/media/*","/lost+found"} / /mnt.
Now, I don’t want to talk about flashing and custom board. If there is a devkit which can run rightly with system in eMMc, how to backup the app partition to a rootfs.
Thanks
Hi,
I do the operation step by step as following.
1.I use the flash.sh to burn the firmware whose hdmi is OK and the attachment hdmi-OK.zip is the log I captured. hdmi-OK.zip (25.1 KB)
3.I use the flash.sh to burn the rootfs which is generated in the upper step.And the result is that there is no hdmi but the ssh is OK.The attachment hdmi-failed.zip is the log I captured. hdmi-failed.zip (26.2 KB)
I’m using only one jetson AGX Orin.But the only one is OK when using the initial firmware.
2.When I hit the NG case, if I hotplug the HDMI,the sudo dmesg printed nothing added.
3.When I hit the NG case, if I hotplug the HDMI,there is nothing new from /var/log/Xorg.0.log
Thanks