From 3156d5ababd6de4d8398f2635536892145bed72c Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Tue, 3 Oct 2023 17:37:13 -0500 Subject: [PATCH] Somehow the arty A7 was missing the update for the console baud rate setting. --- linux/devicetree/wally-artya7.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/devicetree/wally-artya7.dts b/linux/devicetree/wally-artya7.dts index 57b9599e5..4206c7804 100644 --- a/linux/devicetree/wally-artya7.dts +++ b/linux/devicetree/wally-artya7.dts @@ -9,7 +9,7 @@ chosen { linux,initrd-end = <0x85c43a00>; linux,initrd-start = <0x84200000>; - bootargs = "root=/dev/vda ro"; + bootargs = "root=/dev/vda ro console=ttyS0,115200"; stdout-path = "/soc/uart@10000000"; };