*** Please note that this reply is generated by LLM automatically ***
To update the pointers to point to the files generated from the Excel spreadsheet, you need to modify the PINMUXCONFIG and GPIOCONFIG pointers in the configuration files.
Based on the NVIDIA documentation, you are using the jetsonagxorindevkit.conf file, which contains the PINMUXCONFIG pointer. Additionally, you have the p3701-0000.conf.common file, which also contains the PINMUXCONFIG pointer, but points to a different file.
To update the pointers, you should modify the PINMUXCONFIG pointer in the jetsonagxorindevkit.conf file to point to the pinmux file generated from the Excel spreadsheet. Similarly, you should update the GPIOCONFIG pointer to point to the gpio dtsi file generated from the Excel spreadsheet.
Here’s a step-by-step guide to update the pointers:
- Open the
jetsonagxorindevkit.conf file in a text editor.
- Locate the
PINMUXCONFIG pointer and update it to point to the pinmux file generated from the Excel spreadsheet. For example:
PINMUXCONFIG=/path/to/pinmux_file.dtsi
3. Locate the `GPIOCONFIG` pointer and update it to point to the gpio dtsi file generated from the Excel spreadsheet. For example:
```bash
GPIOCONFIG=/path/to/gpio_file.dtsi
- Save the changes to the
jetsonagxorindevkit.conf file.
As for the p3701-0000.conf.common file, you can either update the PINMUXCONFIG pointer in this file to point to the same pinmux file generated from the Excel spreadsheet or remove this file altogether, as it seems to be a common configuration file that is not specific to your board.
However, if you decide to update the PINMUXCONFIG pointer in the p3701-0000.conf.common file, make sure to update it to point to the same pinmux file generated from the Excel spreadsheet. For example:
PINMUXCONFIG=/path/to/pinmux_file.dtsi
- Save the changes to the
p3701-0000.conf.common file, if you decide to update it.
After updating the pointers, you should be able to use the pinmux and gpio files generated from the Excel spreadsheet in your Jetson AGX Orin development kit.
In summary, you should update the PINMUXCONFIG and GPIOCONFIG pointers in the jetsonagxorindevkit.conf file to point to the pinmux and gpio files generated from the Excel spreadsheet, respectively. You can either update the PINMUXCONFIG pointer in the p3701-0000.conf.common file to point to the same pinmux file or remove this file altogether.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***