I installed the Pironman 5 and it is working for the most part.
The LEDs are not working at all. They have never turned on. The display is working fine now.
I am getting errors of ERROR Failed to initialize WS2812 in pm_auto.pm_auto.log, and
Failed to initialize WS2812: /deve/spidev0.0 does not exist in pm_auto.ws2812.log.
Did you update all system : sudo apt-get update && sudo apt full-upgrade
Then update the kernel : sudo rpi-update and then reboot pi5 and see if it’s work?
1.Please check if the RGB jumper on the IO expansion board is properly connected.
2.Could you let us know what system you are currently using?
3.Run the command sudo raspi-config to enter the settings page and check if SPI is enabled. If it’s not enabled, please enable SPI. After enabling it, restart the Pironman 5.
Alternatively, you can execute the command:
sudo nano /boot/firmware/config.txt
Add the following line at the end of the file:
dtparam=spi=on
Press Ctrl+X, then Y to save and exit. After that, restart the Pironman 5 and check the results.