Search found 1 match
- Thu Jan 07, 2016 9:57 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: RPi2 UART Baud Rate
- Replies: 28
- Views: 12448
Re: RPi2 UART Baud Rate
I could success to get the midi message on RPI2 (kernel 4.1.15) with following way to change uart0_clock rate. I used ttymidi. 1. linux/arch/arm/mach-bcm2709/include/mach/platform.h #define UART0_CLOCK 3692307 2. linux/arch/arm/boot/dts/bcm2708_common_dtsi clk_uart0: clock@2 { compatible = "fix...