Jetpack5.0.1刷入系统成功,不能进入桌面

我在SDKmanager上安装JetPack5.0.1 DP到Xavier NX上,是可以开机进入桌面;但是从https://developer.nvidia.com/embedded/jetson-linux-archive这个网址下载的34.1.1未作任何更改,编译之后,拷贝Image 和tegra194-p3668-all-p3509-0000.dtb分别放到对应BSP的位置后,在~/Linux_for_Tegra下执行:sudo ./nvsdkmanager_flash.sh 刷入的日志如下:
flash.log (67.0 KB)
完成shua刷机之后HDMI连接,但是没有桌面显示。请问这个问题该如何解决?谢谢!

Please use JetPack 5.0.2 GA release, don’t use the DP version.

请问SDKmanager上有JetPack5.0.2[rev.1]和JetPack5.0.2Runtime[rev.1],我该选择哪个呢?谢谢

很感谢您提供的帮助,现在我们已经可以顺利的刷系统。现在有新的问题:在JP4.4/JP4.5/JP4.6上我们启用SDMMC3之后,输入系统是可以识别到SD card,但是在JP5.0上修改之后不能识别!这是为什么呢?

你的不能識別是指改過device tree之後 ubuntu讀不到 還是你是指別的事情?

Does your “cannot recognized” mean your ubuntu still not able to see sdcard after modifying device tree?

or you are talking about something else?

修改device tree之后,不能识别。

而且,我修改的内容和位置都是一样的。
内容如下:
sdhci@3440000 {
status = “okay”;
cd-gpios = <&tegra_main_gpio TEGRA194_MAIN_GPIO(Q, 2) 0>;
mmc-ocr-mask = <0x0>;
cd-inverted;
nvidia,cd-wakeup-capable;
mmc-ocr-mask = <0>;
cd-inverted;
};

You also need to make sure vmmc-supply is given… otherwise sdcard driver does not know where is the power source…

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