LdB-ECM / Raspberry-Pi

My public Baremetal Raspberry Pi code
MIT License
309 stars 58 forks source link

GLES2 probably not working in RPi3 AArch64? #12

Closed btwael closed 6 years ago

btwael commented 6 years ago

So I just tried to run GLES2 example in a RPi3 with a 5inch HDMI touch Display-B, when I included the example "kernel8.img" to the SD card I don't get the expected result, but when I use the "kernel7.img" (32bit) everything works fine.

So probably the GLES2 is not working with RPi3 AAch64?

P.S. when i put in the SD card both files "kernel7.img" and "kernel8.img" everything works fine!

LdB-ECM commented 6 years ago

You absolutely sure it's a Pi3 and not a Pi2 :-)

If it is a Pi3 try Kernel8-32.img which is a Pi3 in 32bit mode so I can confirm you have issues with 64bit.

btwael commented 6 years ago

Just re-checked, everything works fine!

The problem comes from the initial outdated image I used to flash the SD card, which is probably configured to ignore the kernel8.

Thank you for your experiments, it really help to get into advanced bare metal, keep it up!