LakeMaps / pi

Lake Maps' boat Raspberry Pi image build script
Open Software License 3.0
1 stars 0 forks source link

Add enable_uart to config #31

Closed whymarrh closed 6 years ago

whymarrh commented 6 years ago

This PR enable the mini UART on the Raspberry Pi 3.

The Linux console can be re-enabled by adding enable_uart=1 to config.txt. This also fixes the core_freq to 250Mhz (unless force_turbo is set, when it will fixed to 400Mhz), which means that the UART baud rate stays consistent.

The Raspberry Pi UARTs

See also: How do I make serial work on the Raspberry Pi3