I have made a custom carrier board for the Jetson AGX Xavier.This is my hardware design.
When the board is powered up, it can’t find pcie device(FPGA,7K325T-xilinx) and there is no pex_clk_100m.
please help me!
I have made a custom carrier board for the Jetson AGX Xavier.This is my hardware design.
Here is how it can be root-caused.
Remove “nvidia,enable-power-down” DT entry from the respective controller’s node.
I can’t find where to remove “nvidia,enable-power-down”.
can you tell me where the DT file is?
Download the kernel source from l4t archive.
https://developer.nvidia.com/embedded/linux-tegra-archive
Follow below page to build dtbs.
I mean there is so much DT files, i want to know which file i should modify.
Turn on your AGX, type command dmesg, grep “dts” inside it and it will tell you the answer.
You need to trace down the code.
I have downloaded and compiled kernel driver code, then i find “tegra194-p2888-0001-p2822-0000-common.dtsi” file.
But i mean there is no “nvidia,enable-power-down” in this file.
Did i make something wrong?
You can study the device tree structure first. Your comment just revealed that you don’t know how device tree works…
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.