Building a (emu) SPDM-Implementation on two Nvidia Jetson Orins #2660
Unanswered
marinuswhite
asked this question in
Q&A
Replies: 1 comment
-
Have a look at https://github.com/westerndigitalcorporation/spdm-utils. If that doesn't work then yes, you could extend |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, After succesfully testing the SPDM emulation on one Nvidia Jetson Orin, I would now like to extend this setup to two Orins. One Orin would serve as Responder and the other as the Requester. For the Beginning Ethernet is to be used as the SMBus. Therefore, my question is whetever I can simply split the emulation between the two devices (tell the emulation to send the packages via Ethernet and not internaly if that's possible?), or is a complete Responder/Requester implementation necessary in this case? If a complete implementation is required, are there any existing solutions available, or would the best approach be to develop this myself (via libspdm/doc/api/responder_api.md at main · DMTF/libspdm (github.com)) if I unterstood that correctly? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions