commit 40ee6e81531df8800bdcafc94463ebb3b8d0d9f5 parent 6cabec4e57108ff58e9f0f65be47ea4a3e5bc937 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 8 Aug 2024 23:36:48 +0100 updates Diffstat:
M | glossary.md | | | 1 | + |
M | hardware/index.md | | | 1 | + |
A | hardware/raspberry_pi.md | | | 12 | ++++++++++++ |
3 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/glossary.md b/glossary.md @@ -120,6 +120,7 @@ * [qemu](/virtualisation/qemu) ## r +* [raspberry_pi](hardware/raspberry_pi) * [rdp](/networking/rdp) * [rhel](/linux/rhel) * [ricing](/linux/ricing) diff --git a/hardware/index.md b/hardware/index.md @@ -1,6 +1,7 @@ # hardware * [arduino](arduino) +* [raspberry_pi](raspberry_pi) * [trezor](trezor) * [thinkpad](thinkpad) * [neos_smartcam](neos_smartcam) diff --git a/hardware/raspberry_pi.md b/hardware/raspberry_pi.md @@ -0,0 +1,12 @@ +# raspberry pi + +## turn off the lights +_tested on raspbian 11_ +* network activity led +``` +echo none > /sys/class/leds/ACT/trigger +``` +* power led +``` +echo none > /sys/class/leds/PWR/trigger +```