10-30-2018, 06:53 AM
(This post was last modified: 10-30-2018, 07:14 AM by jomoengineer.)
Yeah, I think commenting out the 'dtoverlay=vc4-fkms-v3' entry put it back to Legacy mode. This entry I believe is for the Fake KMS setting.
I'll have to check the Lib settings in Code:Blocks to set them they way you show, but at least the code runs.
I still can not get the Fundamentals HelloTriangle code to work. The example under /opt/vc/src/hello_pi seems to work just fine though.
I guess I spoke too soon.
I broke down and did a full update on the RasPi 3B+ using the following:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo rpi-update
Only the rpi-update updated anything and is a bit risky, however it did do an update to the VideoCore libs and now my HelloTriangle code works perfectly. Crazy!
I'll have to check the Lib settings in Code:Blocks to set them they way you show, but at least the code runs.
I still can not get the Fundamentals HelloTriangle code to work. The example under /opt/vc/src/hello_pi seems to work just fine though.
I guess I spoke too soon.
I broke down and did a full update on the RasPi 3B+ using the following:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo rpi-update
Only the rpi-update updated anything and is a bit risky, however it did do an update to the VideoCore libs and now my HelloTriangle code works perfectly. Crazy!