Skip to content

[RPI][UART] direct boot messages to UART instead of suppressing them

Alessandro Pecugi requested to merge boot-output-on-uart into kirkstone_next

In a previous merge the kernel was set to "quiet" to prevent it from covering the Edgehog boot logo. This commit re-enables the kernel boot messages and directs them to the UART port of the raspberryPi (GPIOs 14, 15)

Edited by Alessandro Pecugi

Merge request reports