ccd99c8acf3764e55224f343a879e302ea01fdf6
The AOSP init.rc starts the console service (interactive shell on /dev/ttyAMA0) when ro.debuggable=1. Kernel messages written to the UART are read by the shell as input, causing continuous '>' secondary prompts. ADB over TCP (port 5555) is the preferred debug shell; the console service is not needed.
Raspberry Vanilla AOSP 16 device configuration for Raspberry Pi 5.
Description