-
Notifications
You must be signed in to change notification settings - Fork 54
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
Software SPI DT Overlay Package doesn't create new SPI device file #92
Comments
Areas to investigate:
|
Confirming EDIT:
|
@amsiotdeveloper now that this is fixed, can you please make a new documentation ticket to update the software spi article. The GPIOs used are now:
And a reboot is no longer required after installing the package for the new SPI device to be available |
@greenbreakfast ticket 91 on Documentation board has been created and assigned to Tomas |
What package does this bug affect?
onion-dt-overlay-sw-spi in openwrt-22.03 branch
Describe the bug
After installation of onion-dt-overlay-sw-spi, no new spi device file is created in the Linux OS
To Reproduce
Before installation, only
spidev0.1
, the hardware SPI CS1 bus is available in the/dev
directorySteps to reproduce the behavior:
cat /sys/kernel/config/device-tree/overlays/sw-spi/status
ls /dev
again:No new SPI device
Expected behavior
Expecting to see a new
/dev/spidev1.0
device that corresponds to the new software SPI busScreenshots or Console output
Version Info (please complete the following information):
Additional context
Deliverables
onion-dt-overlay-sw-spi
package sourceThe text was updated successfully, but these errors were encountered: