You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I attempt to load esp32_spi , I encounter the following error in the log:
[ 52.341964] esp32_spi: spi_dev_init: ESP32 peripheral is registered to SPI bus [0], chip select [1], SPI Clock [10]
[ 52.352383] esp32_spi: spi_dev_init: Failed to obtain GPIO for Handshake pin, err:-517
It seems like there is an issue with the GPIO handshake pin setup. The error code -517 is returned when the system attempts to initialize the SPI device, indicating a failure to obtain the GPIO for the handshake pin.
Here is the part of the device tree I edited to configure the GPIO pins.
Checklist
Issue or Suggestion Description
Hello,
I compiled the esp_hosted driver for the AM62X-SK platform with Linux 6.4.16. I changed the HANDSHAKE_PIN and DATA_READY_PIN in the esp_spi.h file.
However, when I attempt to load esp32_spi , I encounter the following error in the log:
It seems like there is an issue with the GPIO handshake pin setup. The error code -517 is returned when the system attempts to initialize the SPI device, indicating a failure to obtain the GPIO for the handshake pin.
Here is the part of the device tree I edited to configure the GPIO pins.
Has anyone encountered a similar issue or can suggest potential solutions to resolve this error? Any guidance would be appreciated!
The text was updated successfully, but these errors were encountered: