Kajatin / jetson-gpio-rust

A Rust port of NVIDIA's Python library for controlling GPIO pins on select Jetson devices
MIT License
4 stars 2 forks source link

Orin support is which Orin? #4

Open ShortArrow opened 10 months ago

ShortArrow commented 10 months ago

Naming of Jetson series are so complex.

This repo is which orin are supported?

In this line saying "Jetson Orin" only.

I'm tring to add support Jetson Nano Developer board now. So I have becaming diff checking machine of datasheet. Please help me.

Kajatin commented 9 months ago

Hello @ShortArrow,

The implementation checks for these boards under the Orin name: "nvidia,p3737-0000+p3701-0000" and "nvidia,p3737-0000+p3701-0004".

When I have the time I might add all the pin configurations for all the boards.