Replies: 2 comments 5 replies
-
There have been some issues in the past with SPI and with configuring the pins on the 40-pin header on some Nanos. Take a look at
There's also a wiki page, which is brief and may not be fully up-to-date, but may help. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm desperately trying to get our STPM4raspi board to work with the jetson nano devkit.
I'm working according to the chip documentation: https://www.st.com/resource/en/application_note/an5714-integrating-the-st33tphf2xspi-and-st33tphf2xi2c-trusted-platform-modules-with-linux-stmicroelectronics.pdf
I have configured the pinmux to:
And patched the device tree to this:
But when I load the tpm_tis_spi driver nothing happens.
Do you have any ideas? Is there something obviously wrong with my approach?
I've rebuild the image several times and flashed the board.
Beta Was this translation helpful? Give feedback.
All reactions