06-20-2019, 03:03 PM
(06-20-2019, 08:01 AM)BlueWave Wrote: Hello,
Your problem looks very similar to this one https://bluewavestudio.io/community/show...hp?tid=576.
Could you please check whether below lines are still in /boot/config.txt?
gpu_mem=256 dtoverlay=vc4-fkms-v3d
Strange, this file looks empty! I currently have this in config.txt
GNU nano 2.7.4 File: ./boot/config.txt
GNU nano 2.7.4 File: /boot/config.txt
dtoverlay=i2c-rtc,ds3231
dtparam=i2c_arm=off
I have edited the file to
GNU nano 2.7.4 File: config.txt
dtoverlay=i2c-rtc,ds3231
dtoverlay=vc4-fkms-v3d
dtparam=i2c_arm=off
gpu_mem=256
Is this correct now?