-
Notifications
You must be signed in to change notification settings - Fork 176
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
No LEDs after upgrade on a BBGW #220
Comments
Reverting to sources from 1a16e04, recompiling and manually installing in
|
This issue is related to recent changes in diff --git a/src/arm/BB-BBGW-WL1835-00A0.dts b/src/arm/BB-BBGW-WL1835-00A0.dts
index 1a92689..60c787b 100644
--- a/src/arm/BB-BBGW-WL1835-00A0.dts
+++ b/src/arm/BB-BBGW-WL1835-00A0.dts
@@ -52,18 +52,6 @@
gpio = <&gpio0 26 0>;
enable-active-high;
};
-
- leds {
- pinctrl-names = "default";
- pinctrl-0 = <&bt_pins>;
- compatible = "gpio-leds";
-
- wl18xx_bt_en {
- label = "wl18xx_bt_en";
- gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
- default-state = "off";
- };
- };
};
&am33xx_pinmux { also fixes this issue for me. |
I hit this problem also. Due to multiple reasons, I'm unable to dig deeper into solving this in a constructive way for the wider community, but will note that one way to work around the problem is to hold the following package via the following command (must be run BEFORE running
This will prevent the upgrade bb-cape-overlays and packages that depend on newer versions when you run |
Describe the bug
After upgrading a BBGW with latest bb-cape-overlays, bb-usb-gadgets, & bb-u-boot-am335x-evm packages I don't have access to BB LEDs at
/sys/class/leds
.Additionally, doing the same upgrade procedure in a BBGG does not cause any issue.
Describe your hardware
Beaglebone Green Wireless
Please run this built-in script
sudo /opt/scripts/tools/version.sh
The text was updated successfully, but these errors were encountered: