自制底板开机启动的时间很长超过了4分钟,以下是打印日志和说明,网上了解到的信息是说UEFI的问题,但是我找不到任何UEFI的详细的更改方法,本人在这方面完全小白,之前做FPGA的。希望大神给出详细的解决方案,谢谢
说明.txt (200 Bytes)
打印日志.txt (75.7 KB)
自制底板开机启动的时间很长超过了4分钟,以下是打印日志和说明,网上了解到的信息是说UEFI的问题,但是我找不到任何UEFI的详细的更改方法,本人在这方面完全小白,之前做FPGA的。希望大神给出详细的解决方案,谢谢
说明.txt (200 Bytes)
打印日志.txt (75.7 KB)
*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, I will answer the question to the best of my abilities.
The question seems to be asking about the Jetson AGX Orin series, specifically about the 4GB, UEFI, and FPGA configurations, as well as the size of the txt files.
According to the provided context, there is no mention of a 4GB configuration for the Jetson AGX Orin series. However, there is a mention of a 32GB and 64GB configuration for the Jetson AGX Orin Developer Kit.
Regarding UEFI, there is no specific mention of it in the provided context. However, it is mentioned that the Jetson modules ship with no software pre-installed, and you need to flash it with the software image you’ve developed.
As for FPGA, there is no mention of it in the provided context.
Regarding the txt files, there is a mention of a 200 Bytes txt file and a 757 KB txt file, but it is not clear what these files are or what they are used for.
In comparison, the Jetson AGX Orin series is mentioned to have different memory, AI compute, and performances compared to other Jetson series, such as the Jetson Orin NX series and the Jetson Orin Nano series.
Here is a summary of the Jetson AGX Orin series configurations mentioned in the provided context:
Please note that this answer is based on the provided context, and there might be additional information available that is not included in the context.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
Hi 574980359,
It seems you are using Jetpack 6.2(r36.4.3) currently.
Could you share the serial console log again with timestamp enabled?
You can simply enable it through your serial application.
(e.g. press Ctrl+A → Z → N in minicom)
[11-18-33.776] [0000.066] I> MB1 (version: 1.4.0.4-t234-54845784-e89ea9bc) .. [11-20-15.424]ma-desktop login:
It seems the current overall boot time is about 102 seconds.
[11-18-43.610] [11-19-47.766]
And I found a significant delay in UEFI, it takes more than 1mins.
Please use the debug UEFI and share the full log for further check.
You can refer to Build with docker · NVIDIA/edk2-nvidia Wiki · GitHub to build UEFI source first.
有针对调试的UEFI吗? 我目前不想用docker的方式来构建UEFI,因为一直没有成功过。我在网上随便找了一个调试的UEFI,打算替换掉
怎么开启UEFUI的debug模式呢,我下载UEFI和我的jetpack版本应该如何对应?
I don’t suggest using a 3rd-party debug build UEFI as it may not be compatible with your BSP package due to version mismatch and you still need to do further customization to optimize the boot time in your case.
You need to replace <Linxux_for_Tegra>/bootloader/uefi_jetson.bin with the uefi_Jetson_DEBUG.bin built from UEFI source and reflash the board to apply the change.
For Jetpack 6.2(r36.4.3), please run the following command to sync the source.
$ edk2_docker edkrepo clone nvidia-uefi-r36.4.3 NVIDIA-Platforms r36.4.3
因为我这边的网速太慢,导致docker一直安装不上,能否提供debug的源文件,我直接替换
uefi_Jetson_DEBUG.bin (3.2 MB)
You can use above debug binary for r36.4.3.
You might still need to fix the UEFI binary build and docker related issue because you need to do further customization as you are developing a custom board.
我已经成功编译了UEFI,
但是不是用的docker 的方式
你好这是我的打印日志文件
session.log (169.5 KB)
从打印上看好像有很多问题
您好能帮我解答下问题吗
[14-07-14.937]Waiting for driver 2 of 2 to complete [14-08-14.632].SNP:PHY: PhyDxeInitialization () Failed to reset Phy [14-08-14.633]EqosDeviceDxe:DeviceThreadMain, driver returned Device Error to start notification
There’s a 1min delay in above line, which may be caused from your Phy initialization.
Do you use the Phy different from the devkit?
Or do you have the network requirement in your use case?
If not, you can try to disable eqos in UEFI through configuration files.
那我怎么修改UEFI呢在哪里禁用呢
You can update the following line in edk2-nvidia/Platform/NVIDIA/Jetson/Jetson.defconfig.
CONFIG_UFS=y CONFIG_SATA=y - CONFIG_NETWORKING_DEVICE_NVIDIA=y + # CONFIG_NETWORKING_DEVICE_NVIDIA is not set CONFIG_NETWORKING_DEVICE_ASIX=y CONFIG_NETWORKING_DEVICE_REALTEK=y