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
278 stars 62 forks source link

Fix issue in Pi Zero v1.3 or recent firmwares #6

Closed andresdelcampo closed 6 years ago

andresdelcampo commented 6 years ago

Applying solution from Brian Welsby -consider giving him credit somewhere...-. I hit the exact same problem. https://groups.google.com/forum/#!searchin/rc2014-z80/pi$20zero$20config%7Csort:date/rc2014-z80/0I-RAq3DnvU/9g2eLf1-AQAJ

It would not work otherwise. Days looking for a hardware issue... -it would keep waiting for a serial signal outputting nothing. This should make it to the official RC2014 / pigfx documentation!! -it doesn't work otherwise.

Thanks for putting this together!!