fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
275 stars 60 forks source link

README doesn't list compatible Raspberry Pi models #5

Closed MustBeArt closed 4 years ago

MustBeArt commented 6 years ago

There's nothing in the README (or any other document I found) to explain which versions of Raspberry Pi are compatible with PiGFX.

There's a mention of "all Raspberry Pi models" in the warning about serial port voltage, which seems to suggest that it runs on all of them. But I found an issue comment where you said it would not work on model 2 or 3, and I saw in an RC2014 document that it doesn't work on the Pi Zero W. Unfortunately I didn't find that issue comment until after I'd struggled for a while trying to get PiGFX to work on a Pi 3.

huskeyw commented 5 years ago

I cant get it to work on any pi, just a rainbow screen at best

chregu82 commented 4 years ago

It is only working on a Raspberry Pi Generation 1 model at the moment.

chregu82 commented 4 years ago

It's written in the README now that at the moment only generation 1 is supported.

MustBeArt commented 4 years ago

It works on Raspberry Pi Zero as well. (But not Pi Zero W). That’s what the RC2014 serial terminal board based on PiGFX uses.