Yohay Posted October 22, 2018 Posted October 22, 2018 Hi, I have OPi One Plus (H6) and I didn't find a way to access/control the GPIO's and the UART in the 26Pin connector. Is there a drivers release or a way to do it. thanks, Yohay
martinayotte Posted October 22, 2018 Posted October 22, 2018 1 hour ago, Yohay said: I didn't find a way to access/control the GPIO's and the UART For GPIOs, you can control them using the sysfs in /sys/class/gpio/ or using a modified version of the famous github orangepi_PC_gpio_pyH3 (the SUNXI_PIO_BASE needs to be a "long" since H6 is 64bits and SW_PORTC_IO_BASE need to be changed to 0x0300b000 instead of 0x01c20800 from H3/H5) For UARTs, you will need to tweak UARTs addresses and/or statuses by hand, either in the Main DT or in the overlays, since no one has done the job yet ...
Recommended Posts