We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have LicheeRV Nano B and have installed Debian.
LicheeRV Nano B
I managed to establish network (internet) connection. I can record a sound from microphone.
But how can I control user button and user LED?
The text was updated successfully, but these errors were encountered:
I have found how to use button (with command echo 0 | evtest), however user LED seems not to be present in this build.
echo 0 | evtest
In official build you can use /sys/class/leds/led-user/ (and then there are several files, for instance trigger and brighthess to control LED).
/sys/class/leds/led-user/
trigger
brighthess
But this build has only heartbeat, mmc0 and mmc1:
heartbeat
mmc0
mmc1
sudo ls /sys/class/leds/ :heartbeat mmc0:: mmc1::
Sorry, something went wrong.
No branches or pull requests
I have
LicheeRV Nano B
and have installed Debian.I managed to establish network (internet) connection. I can record a sound from microphone.
But how can I control user button and user LED?
The text was updated successfully, but these errors were encountered: