You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uros Petrevski edited this page Feb 28, 2016
·
1 revision
Uboot uses speed of 115200bps for console output but default openwrt configuration switch it to 57600bps.
To change this parameter you have to go to
vi ./target/linux/ramips/dts/mt628an.dtsi
and then change
bootargs = "console=ttyS0,115200 ";