SPI cs-gpios

I want to change the cs pins used in spi. Is the cs-gpios option still valid in jetpack 6.2?

Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!

Hi rlatae123,

Are you using the devkit or custom board for AGX Orin?
What’s the Jetpack version in use?

Yes, it is loaded by the spi controller(spi.c).
May I know what’s your use case?

Hi

Yes
we use JP6.2
I want to use spi, but I want to assign the cs pin to another gpio.
Is it possible?

Yes, you can refer to Enable more CS pins for SPI - Cannot find /Linux-for-Tegras directory - #51 by Ppovoa from someone who enables more CS pins for SPI.