Elecrow-RD / CrowPi2

60 stars 14 forks source link

Plain Raspberry Pi OS does not work on CrowPi2 #11

Closed suranyami closed 3 years ago

suranyami commented 3 years ago

If I try to boot Raspberry Pi OS on the CrowPi2, it gets as far as the Desktop appearing then screen goes black and machine is unresponsive.

rabagliati commented 3 years ago

Does it work with the switch (to the left of the fan) pushed towards the fan ?

That apparently disconnects all GPIO on the crowpi2 board.

Pearl-852 commented 3 years ago

Have you make the required changes to the config.txt file? See link below, https://github.com/Elecrow-RD/CrowPi2#to-install-an-operating-system-eg-raspbian-retropie-from-scratch-follow-these-steps I've flashed a new 64-bit RPiOS and made the required changes to the config.txt and it works fine. Othewise, CrowPi2 will shut itself off after about 30 seconds. That last line with gpio=0=op,dl is the fix.

suranyami commented 3 years ago

Thanks, I'll give that a try. I guess I should've read the README more closely. :-(