Somehow the arty A7 was missing the update for the console baud rate setting.

This commit is contained in:
Ross Thompson 2023-10-03 17:37:13 -05:00
parent 77c591621c
commit 3156d5abab

View file

@ -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";
};