*** Please note that this reply is generated by LLM automatically ***
To address your question, we need to break down the process of bringing up a Quectel 5G module RM520NGL PCIe interface on a Jetson AGX Orin series system.
Firstly, let’s understand the PCIe interface on the Jetson AGX Orin series. The Orin module brings four PCIe interfaces to the module pins for up to seven total lanes (1 x4 + 1 x1 + 1x2) for use on the carrier board. The PCIe x4 interface (PCIE0) operates up to Gen4 speed and supports both Root Port and Endpoint operation.
To control the GPIO pin at the bootloader stage, you can modify the jetson-agx-orin-devkit.conf file in the extracted Jetson Linux release directory. However, this is typically used for configuring the PCIe interface as an Endpoint.
For power sequence issues, you may need to modify the power and reset sequence in the bootloader. The Bring-up Hardware Validation table lists the power and reset sequence and power rail check as one of the validation steps. However, the provided context does not provide detailed information on how to modify the power sequence.
To modify the power sequence, you may need to modify the MB1/MB2 BCT .cfg file, which is checked for pinmux, PMIC, and SDRAM in the Boot Validation table. However, the provided context does not provide detailed information on how to modify the power sequence using the MB1/MB2 BCT .cfg file.
In summary, to control the GPIO pin at the bootloader stage, you can modify the jetson-agx-orin-devkit.conf file. However, for power sequence issues, you may need to modify the MB1/MB2 BCT .cfg file or the power and reset sequence in the bootloader. The provided context does not provide detailed information on how to modify the power sequence.
Here are the steps you can try:
- Modify the
jetson-agx-orin-devkit.conf file to control the GPIO pin at the bootloader stage.
- Check the
MB1/MB2 BCT .cfg file for pinmux, PMIC, and SDRAM configuration.
- Modify the power and reset sequence in the bootloader to address power sequence issues.
Note: The provided context does not provide detailed information on how to modify the power sequence. You may need to refer to the Jetson AGX Orin series documentation or contact NVIDIA support for more information.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***