Hello,
I saw this post to change the GPIO clock speed:
How to do the same thing for AON GPIO ? And what is the maximum speed I can reach ?
Thank you
Hello,
I saw this post to change the GPIO clock speed:
How to do the same thing for AON GPIO ? And what is the maximum speed I can reach ?
Thank you
Hi jbzp00y,
Are you using the devkit or custom board for Orin NX?
What’s your Jetpack version in use?
Which GPIO would you like to control?
Hi @KevinFFF
I use a custom board with Jetpack 5.1.1.
I want to control those gpios:
I made a comparison with a Jetson Nano on a custom carrier board and result are very different.
The test is the toggle of a gpio with gpiod in a Linux driver.
Jetson Nano: 7.29MHz
Jetson Orin NX: 240kHz
If I increase axi_cbb
I can reach 380kHz on Orin NX but it’s far away from Nano. Do you have some idea to increase this speed ?
Jetson Nano and Orin Nano/NX are from different platform and also BSP release. The architecture and SW stack are so much different.
May I know what’s your use case for controlling GPIO with high speed?
Are you trying to transmitting some data through GPIO?
Yes, I flash a FPGA with bit-banging
It seems 380kHz is the expected result for Orin NX.
Do you consider for other approach for your use case to update FPGA firmware? (like JTAG or serial communication?)
I make JTAG with bit-banging. Is there any other way to perform this ?
We would suggest using serial communication instead of bit-banging to transmit data if the current performance of bit-banging can’t meet your requirement.
and sorry that we don’t have FPGA to verify it on the devkit.
It’s not possible to flash this FPGA with a serial communication.
So, it’s not possible to have the same performance on Orin NX that on Nano ?
There isn’t any hidden parameter ?
It may mainly relate to the SW stack difference between R32 and R35.
GPIO is available to be controlled for both release w/o other parameter to constraint its performance.
If you have Xavier, you could also compare the performance between R32 and R35.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.