-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi, what are the differences between this repo and the one from Openwrt ( LEDE ) 18.06 in terms of the Yun's configuration, especially the serial console interface ?
I've built an image form 18.06 and it boots but seems to reconfigure the baudrate at some stage during the kernel boot ( it starts at 250000 baud and one can see kernel messages then after about 2 seconds it goes to 9600 baud )
stty reports that 250000 is an invaid baudrate, but this can be set by manually running
reset-serial /dev/ttyATH0
after boot ( from SSH ) or in rc.local.
How is the console configured in this version vs what is done in the mainstream Openwrt one so that the serial console works from this image , but not from the other one ?
-Ive also included the yun-config and yun-scripts in that build and built them into the kernel [*] and not as modules.
a forum post on is here, but no luck with Yun specific information from their side : https://forum.openwrt.org/t/arduino-yun-uart-console-baudrate-issue/19002/5
-Daniel