sebjam22

Results 8 comments of sebjam22

Dear all, I have the same issue with Yocto Kirkstone and Scarthgap. But I have fixed it on my system (after long time of work). This issue is linked to...

Hi @sefram , I think your setting is wrong. In my config file (/root/config.txt): gpu_mem_256=256 # Enable VC4 Graphics dtoverlay=vc4-kms-v3d-pi5 max_framebuffers=2 disable_fw_kms_setup=1 arm_boost=1 In the folder : /etc/X11/xorg.conf.d, I have...

Dear @sefram, Yes, this is slow because the hardware accelaration is disable. The system works with software computation. It seems than the frame buffer driver is missing on your system....

Sorry, I forget to indicate this. MACHINE_FEATURES should be include "vc4graphics" MACHINE_FEATURES:append = " pci screen vc4graphics" DISTRO_FEATURES should be include "opengl" and "x11" DISTRO_FEATURES:append = " pci systemd usrmerge...

Hello, Do you have included the DTS for the CM5 in the machine configuration file ? Like that #@TYPE: Machine #@NAME: RaspberryPi 5 Development Board (64bit) #@DESCRIPTION: Machine configuration for...

Hi @sefram, Yes, I confirm building a image for CM5 (see picture) ![Image](https://github.com/user-attachments/assets/3b568c8c-90e5-4ddb-ba17-d5a90155c8e4) Yes, my local.conf include MACHINE = "raspberrypi5". So, this machine is modified like post previuosly. I think...

Hi @sefram On my PI5, I have the same issue than the CM5. Now, my build running correctly on both. Perhaps this difference is liked to the processor revision, see...

Hi @sefram , I glad to have helped. See you next time !