-
Notifications
You must be signed in to change notification settings - Fork 1
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
Altera Arria10 hps #1
Comments
Hi x825, There are no auto-detection, you have to provide a device-tree file containing the device description like this for example: https://github.com/lainwir3d/cy8c95xx/blob/master/cy8c95xx.dts Another way is to manually register the device to the correct bus and correct device address (i2c-1 and 0x20 here for example): echo gpio-cy8c95xx 0x20 > /sys/bus/i2c/devices/i2c-1/new_device That's all I can say without more information. Cheers |
I appreciate your kind support I added it manually |
It's weird. Are you sure 0x20 is the device address? After you've inserted the module, when you do this: |
I'm using Altera Arria10 hps, when I install the driver with debug mode define DEBUG, no massage showing or new device to i2c devices
/sys/bus/i2c/device/0-0020 not showing,
@lainwir3d requesting your kind support to addressing the issue and provide a solution.
The text was updated successfully, but these errors were encountered: