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

Pi Zero version 1.3 #2

Closed TheCodeman closed 8 years ago

TheCodeman commented 8 years ago

pigfx does not seems to start on the new pi zero v1.3 only some random junk on the screen . ken

fbergama commented 8 years ago

I've tested it successfully on a plain old Pi first model and Pi Zero. I thought that the 1.3 version is no different from those except for the camera connector.

It may be due to different addresses of some hardware peripherals. Can you do some tests?

foxweb commented 8 years ago

I have 4 RPi boards (1, 2, 3, Zero) and I will try all of them (but I don't promise).

fbergama commented 8 years ago

I can already tell you that it won't work on raspi 2 and 3 due to different peripheral addresses. This can be fixed but I don't have time right now :(

foxweb commented 8 years ago

So, I have Pi Zero v1.3 and SD-card with PiGFX from Spencer. This kit has been started properly at once and not modified firmware or changed Pi board.

img_3593

fbergama commented 8 years ago

So, you confirm that it works on the Pi 1.3 with the unmodified firmware you received by spencer. Right?

Can you please test the following:

Thank you for your effort :)

foxweb commented 8 years ago

So, you confirm that it works on the Pi 1.3 with the unmodified firmware you received by spencer. Right?

Yep!

Please wait a few hours.

fbergama commented 8 years ago

Ok so it's definitely not an hardware problem. If my kernel.img works it must be related to TheCodeman toolchain/system

TheCodeman commented 8 years ago

Just reinstalled and rebuilt it all and seems ok now ? Not sure what it was . ken

fbergama commented 8 years ago

Good news! So.. I'll close the issue.

@foxweb: the test is not needed anymore, but thank you very much for your effort 👍

foxweb commented 8 years ago

@fbergama @TheCodeman I have built the latest kernel.img and it works so good as unmodified firmware from Spencer.

img_3731

fbergama commented 8 years ago

Great! Thank you