Have you got the v7 kernel? I see that one of my Zero 2Ws that is running a 32-bit system is using the v7 kernel.
I'm now wondering why I seem to have removed all except the v7 kernel on that Pi. It's a 32-bit system and I can't see a v8 available for it.
Anything on the video at all?
You could try using a serial debug lead to get some start up messages, perhaps?
AddTo the end of config.txt to enable the serial output.
If you haven't got a 3.3V UART USB adaptor, you can use another Pi. Just add the enable_uart=1 to that Pi as well, connect pin 6 on each Pi together, then connect pin 8 on one to pin 10 on the other, and pin 10 to pin 8. Then you can use something like minicom or screen to see if you get any output. I use screen
I'm now wondering why I seem to have removed all except the v7 kernel on that Pi. It's a 32-bit system and I can't see a v8 available for it.
Anything on the video at all?
You could try using a serial debug lead to get some start up messages, perhaps?
Add
Code:
enable_uart=1uart 2ndstage=1
If you haven't got a 3.3V UART USB adaptor, you can use another Pi. Just add the enable_uart=1 to that Pi as well, connect pin 6 on each Pi together, then connect pin 8 on one to pin 10 on the other, and pin 10 to pin 8. Then you can use something like minicom or screen to see if you get any output. I use screen
Code:
screen /dev/ttyAMA0 115200
Statistics: Posted by rpdom — Fri Mar 01, 2024 8:05 pm