-
Notifications
You must be signed in to change notification settings - Fork 29
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
SPI1 could not be found on RSETUP menu for overlays #270
Comments
@RadxaMitchell disabled them in #222 since the upstream kernel does not support the pinmux used by SPI1. Please see if you can add the missing pinctrl data. For example I have done this for ZERO. |
@RadxaYuntian and @RadxaMitchell Is it a standard thing to use SPI2 with 6.1.68 ? I don't want to make this a custom change or patch the image to make the change, build it. Prefer to use the image as is. Please advise. |
The overlay was disabled back then due to missing kernel support. I have tasked Mitchell to investigate if we can add this feature to the current kernel. If that was possible we will publish an updated kernel package, and you can simply update your system to receive this feature. I'll let you know the result of our investigation. |
@sriram-rs Since the upstream 6.1.68 kernel may be missing the configuration of SPI1 related pins, I will try to add these configurations in the next few days, and I will notify you as soon as they are available. |
Thanks very much @RadxaYuntian. !! |
@RadxaMitchell Thanks. That would be great!! |
I am using ROCKPIS running 6.1.68-1-stable. Thanks to @RadxaYuntian .for the rc image
I am using rsetup to configure the overlays.
I can see that the SPI2 is provisioned to be enabled and disabled. But could not see SPI1 on the menu. How do I get SPI1 to be configured and working....
The text was updated successfully, but these errors were encountered: