You can enable the UART output on the Pi and connect a 3.3V serial adaptor to GND (pin 6), TxD (pin 8) and RxD (pin 10) on the 40 pin header. Connect the serial adaptor to another computer and set speed to 115200. You should then see boot messages.Can I somehow get into the board with a debugger and see what's going on?
To enable the UART, edit config.txt on the SD card and add
Code:
enable_uart=1uart_2ndstage=1
Also edit the cmdline.txt file and change the start of the line from
Code:
console=tty1 root=PARTUUID=(loads more stuff)
Code:
console=serial0,115200 console=tty1 root=PARTUUID=(leave all the rest unchanged)
Statistics: Posted by rpdom — Thu Feb 06, 2025 7:24 am