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

PiZero on newest bin file #29

Closed lindoran closed 4 years ago

lindoran commented 4 years ago

I have a Pi Zero v1.3 I used in place of a model B. The model b works fine, no issues PS2 and USB. I put in the pi zero, and it would get locked up in boot. If it would boot (witch was not often) it would have issues with key bounce on the USB. I also tested the pi zero with Linux and it boots to desktop no issues and the keyboard works fine with the OTG adapter. I tried multiple SD cards and even formated with GParted to make certain that the SD card was in a format that the Pi would accept. I set the partition size to really low (like 8MB) and also tried 1GB and 500MB. still no love would commonly crash after displaying the volume name, or just before. again no issues at all on the newer PI.

chregu82 commented 4 years ago

Hello. I never tested with a V1.3 Pi Zero. I try getting one.

chregu82 commented 4 years ago

This should be fixed with V1.6.1, please try this release.

lindoran commented 4 years ago

The pi zero boots just fine, so that issue is fixed but I'm still running into issues with key bounce on the USB keyboard. even momentary press of a key produces 3 to 4 key presses from a keyboard that works just fine on the model 3b. thanks so much for your help also worth mentioning on the PI zero it boots right to the serial output it doesn't show any of the PiGFX start up messages. (the USB keyboard also works with Linux on the pi Zero with no issue)

chregu82 commented 4 years ago

Thank you for reporting this bug. I'm quite sure, that this is solved with V1.6.2. Please try this version. The startup screen gets cleared if at least 8 characters are received, maybe this is earlier than your screen is ready to show something with the pi zero. You could try booting the zero without connecting the serial port.

lindoran commented 4 years ago

all is working fine with USB. Thanks For all your help!