Hello,
I’m having trouble using Pironman v2 with retropie.
I have cloned the v2.0 as per the installation instructions (“pironman-v2.rtfd.io”) my kit is V2.
I had 2 problems.
- The install script failed to install the systemd as the location was incorrect for my retropie installtion.
the script had /usr/lib/systemd where mine was located /etc/systemd.
I fixed this an the installation passed to completion.
I initially saw that the RGB was blue and breathing.
However after the reboot the RGB is always white and none of the RGB settings in pironman work.
Note: the LED screen, power button and fan are working without issue.
I left the RGB set ti SPI (10) as per the default.
.***. Saturday, 23 March 2024, 07:55:53 AM
***** Linux 5.10.103-v7l+ armv7l GNU/Linux
`***'
|*| Filesystem Size Used Avail Use% Mounted on
|*| /dev/root 940G 853G 57G 94% /
..|*|.. Uptime.............: 0 days, 00h01m01s
.*** * ***. Memory.............: 7233908kB (Free) / 8099460kB (Total)
*******@@** Running Processes..: 152
`*****@@**' IP Address.........: 192.168.200.55
`*******' Temperature........: CPU: 48°C/118°F GPU: 48°C/118°F
`"""' The RetroPie Project, https://retropie.org.uk
pi@retropie:~/pironman/pironman $ sudo python3 main.py
------------------------24/03/23 08:05:08------------------------
pironman version: 2.2.7
username: pi
config_file: /opt/pironman/config.txt
Kernel Version:
Linux retropie 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux
OS Version:
No LSB modules are available.
Description: Raspbian GNU/Linux 10 (buster)
PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5
24/03/23 08:05:08,241 [DEBUG] power_key_pin : 16
24/03/23 08:05:08,241 [DEBUG] fan_pin : 6
24/03/23 08:05:08,242 [DEBUG] update_frequency : 0.5
24/03/23 08:05:08,242 [DEBUG] temp_unit : C
24/03/23 08:05:08,242 [DEBUG] fan_temp : 50.0
24/03/23 08:05:08,242 [DEBUG] screen_always_on : False
24/03/23 08:05:08,242 [DEBUG] screen_off_time : 60
24/03/23 08:05:08,243 [DEBUG] rgb_enable : True
24/03/23 08:05:08,243 [DEBUG] rgb_style : breath
24/03/23 08:05:08,243 [DEBUG] rgb_color : ff8a40
24/03/23 08:05:08,243 [DEBUG] rgb_blink_speed : 50
24/03/23 08:05:08,243 [DEBUG] rgb_pwm_freq : 1000
24/03/23 08:05:08,243 [DEBUG] rgb_pin : 10
24/03/23 08:05:08,255 [DEBUG] rgb_strip init success
24/03/23 08:05:08,309 [DEBUG] oled init success
24/03/23 08:05:08,322 [DEBUG] rgb_show
24/03/23 08:05:08,323 [DEBUG] rgb_show: breath
24/03/23 08:05:08,356 [DEBUG] Get IP: 192.168.200.55
pi@retropie:~/pironman/pironman $ sudo cat /boot/config.txt
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# Disable rainbow image at boot
disable_splash=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=1
hdmi_mode=16
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
arm_freq=2000
gpu_freq=600
over_voltage=6
# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on
# Uncomment this to enable infrared communication.
dtoverlay=gpio-ir,gpio_pin=13
#dtoverlay=gpio-ir-tx,gpio_pin=18
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
overscan_scale=1
enable_uart=1
dtparam=sd_poll_once
gpu_mem=64
[all]
core_freq=500
[all]
core_freq_min=500
[all]
dtoverlay=gpio-poweroff,gpio_pin=26,active_low=0
I’ve tried moving the RGB to 12 PMW audio, however this seems to make the RGB work, However, causes the retropie boot to play up, video buffers or stalls.
Also I want to use the 3.5 and/or HDMI audio.
Please help