-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get Pi1541 to work on Pi 0 (2017) - stuck on the rainbow screen #241
Comments
According to https://youtu.be/mO0iTIXjYAA it is expected to have a rainbow screen. Pi Zero and Pi 1 is not powerful enough to have HDMI output while emulating 1541 drive. Having said that, Pi1541 will operate normally while displaying the rainbow screen, This applies to Pi Zero and 1 only. |
I don' t think power is a problem. I get the same SD card and it works on a PI3 or PIZero2W when it' s detached from the PI1541. No rainbow screen. I suspect it's compilation issue, I'm trying to figure out the correct toolchain I have to use to make it work. |
@rhpk Did you ever figure this out? I am having the same problem. I even build the kernel from source, no difference. |
Nope. My Pi0 is now getting dust. |
I was having the same problem and was having a difficult time debugging. The issue ended up being having all the correct files and the naming of the files. I used a pi 3b to debug the sd card and display. Once I had everything working as expected I switched the card over to a pi zero and changed the kernel.zip. |
From the results of my testing the pi0/1 kernel 1.24 has issues on the 1a+. There seems to be some indication of different models in the source code but I do not do enough c programming to determine the differences. I have tried compiling the kernel from github but can not get it to work. Some searching on the internet says v1.25 is available but the code has not been updated for 3 years. It seems this project may be dead. |
Hi. I have same problem! My raspberry is Pi zero W and I suspect this to be an issue. I won't give up this issue because I really need pi1541 hat operational. So I have checked:
Next what I wanna try - different raspberry, this time I would like to test Pi Zero (not W) - maybe that's an issue... Stay tuned |
So my pi1541 is seems to be operational (WITH PI ZERO 2) but unfortunatelly my C64 is dead and waiting for some new components :D
kernel_address=0x1f00000
Cheers |
You just saved me from hours of debugging :D |
Hi! I'm trying to setup Pi1541 on a Pi0 from 2017 but to no avail. I tried to download the kernel from the webpage and tried to compile it myself, first using a cross-compiler then on a real Pi0 with Raspberry Pi OS. Nothing changes, still getting the rainbow screen.
I'm using 1.24. Any clues? Anything that works for sure that I can try, to check if it's my problem or Pi1541 problem.
The text was updated successfully, but these errors were encountered: