Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ASUS Tinkerboard firmware "TinkerOS" supports more than 2 i2c buses #795

Closed
gen2thomas opened this issue Jun 6, 2021 · 0 comments · Fixed by #796
Closed

New ASUS Tinkerboard firmware "TinkerOS" supports more than 2 i2c buses #795

gen2thomas opened this issue Jun 6, 2021 · 0 comments · Fixed by #796

Comments

@gen2thomas
Copy link
Collaborator

gen2thomas commented Jun 6, 2021

All my Tinkerboards (3x Tinkerboard, 1x Tinkerboard S) run with armbian at the moment because the old TinkerOS was terrible at time of purchase. This days I have tried it again and was pleasantly surprised. On this occasion I have noticed 6 I2C busses:

linaro@tinkerboard:~$ sudo i2cdetect -l
i2c-0	i2c       	rk3x-i2c                        	I2C adapter
i2c-1	i2c       	rk3x-i2c                        	I2C adapter
i2c-2	i2c       	rk3x-i2c                        	I2C adapter
i2c-3	i2c       	rk3x-i2c                        	I2C adapter
i2c-4	i2c       	rk3x-i2c                        	I2C adapter
i2c-6	i2c       	DesignWare HDMI                 	I2C adapter

Two of them have connections on pinout: I2C1 (3, 5) and I2C4 (27, 28 marked blue). I have tested I2C4 and it runs fine. Unfortunately gobot supports only two or wrong I2C buses (/dev/i2c-0, /dev/i2c-1). Maybe we should avoid using other than I2C1 and I2C4?

@gen2thomas gen2thomas changed the title New ASUS Tinkerboard firmware "TinkerOS" supports more than 1 i2c bus New ASUS Tinkerboard firmware "TinkerOS" supports more than 2 i2c buses Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant