07-15-2022, 12:39 AM
Oh my bad! here are more details:
When using the Pi4/400 image (where emulationstation starts correctly) I see the emulationstation process in ps but the following in dmesg for fbcp:
When I'm using the CM3/Zero2 image, emulationstation fails to start both at boot up and when I run it manually either from ssh or if I plug in a keyboard to try to run it from the same user session (it throws the error mentioned above and goes back to the prompt). I don't see any process running for emulationstation and this is what I see in dmesg for fbcp:
Thanks again, Flavor
When using the Pi4/400 image (where emulationstation starts correctly) I see the emulationstation process in ps but the following in dmesg for fbcp:
Code:
pi@retropie:~ $ dmesg | grep fb
[ 1.103874] simple-framebuffer 3eb7c000.framebuffer: fb0: simplefb registered!
[ 5.211647] fb0: switching to vc4drmfb from simple
[ 5.463984] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 5.979534] fbtft: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.983522] fb_ili9340: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.984365] fb_ili9340 spi0.0: fbtft_property_value: buswidth = 8
[ 5.984394] fb_ili9340 spi0.0: fbtft_property_value: debug = 0
[ 5.984416] fb_ili9340 spi0.0: fbtft_property_value: rotate = 270
[ 5.984447] fb_ili9340 spi0.0: fbtft_property_value: fps = 60
[ 5.984473] fb_ili9340 spi0.0: fbtft_property_value: txbuflen = 32768
[ 6.305863] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 32 KiB buffer memory, fps=100, spi0.0 at 80 MHz
When I'm using the CM3/Zero2 image, emulationstation fails to start both at boot up and when I run it manually either from ssh or if I plug in a keyboard to try to run it from the same user session (it throws the error mentioned above and goes back to the prompt). I don't see any process running for emulationstation and this is what I see in dmesg for fbcp:
Code:
pi@retropie:~ $ dmesg | grep fb
[ 1.103198] simple-framebuffer 3eb7c000.framebuffer: fb0: simplefb registered!
[ 4.937840] fb0: switching to vc4drmfb from simple
[ 5.229719] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
Thanks again, Flavor