I’ve recently flashed the 64-bit 2022-07-21-Raspbian-reTerminal image provided by Seeed in the wiki and the system files to control the LEDs and the Buzzer are missing.
According to the wiki (3 User Programmable LEDs and Buzzer), when I cd
into /sys/class/leds
, I should see three folders:
usr_led0
usr_led1
usr_led3
However, these folders are missing. Instead, here is what I see:
pi16@pi16:/sys/class/leds $ ls
default-on mmc0 mmc0::
After flashing the Raspbian-reTerminal image to the device, I followed the procedure to instal the reTerminal drivers and I’ve upgrade Raspberry Pi OS and the installed packages.
How can I control the LEDs and the buzzer? What am I missing?