Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么我在/sys/class/gpio中有gpiochip792但说我有gpiochip0?在/sys/class/gpio我只有gpiochip792链接。gpiodetect
gpiodetect
/sys/class/gpio文件夹在启用旧版GPIO 接口时可见。/dev/gpiochip0用于必须使用的新字符设备接口。libgpiod项目提供了一些 shell 工具来获取有关 GPIO 芯片的信息并在它们上操作线路(在某种程度上)。也就是说,问题中的两者是不同的表示形式,具体取决于 ABI 用户想要使用的方式。
libgpiod