
Hi all,
The default environment for the wandboard does not specify the speed for the console. I have an open bug in Fedora[1] I am curious if there was a particular reason why the speed is not set, or if i should just send in a patch to change it? I really do not want to carry a patch around forever.
Dennis

On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore dennis@ausil.us wrote:
Hi all,
The default environment for the wandboard does not specify the speed for the console. I have an open bug in Fedora[1] I am curious if there was a particular reason why the speed is not set, or if i should just send in a patch to change it? I really do not want to carry a patch around forever.
Actually we do specify the baudrate in wandboard.h:
console=${console},${baudrate}

On Wed, 13 Aug 2014 15:00:43 -0300 Fabio Estevam festevam@gmail.com wrote:
On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore dennis@ausil.us wrote:
Hi all,
The default environment for the wandboard does not specify the speed for the console. I have an open bug in Fedora[1] I am curious if there was a particular reason why the speed is not set, or if i should just send in a patch to change it? I really do not want to carry a patch around forever.
Actually we do specify the baudrate in wandboard.h:
console=${console},${baudrate}
must have changed recentlyish we are using 2014.04 and it's "console=ttymxc0" im in the process of updating to 2014.10 so i guess its a non issue anymore
Dennis

On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore dennis@ausil.us wrote:
must have changed recentlyish we are using 2014.04 and it's "console=ttymxc0" im in the process of updating to 2014.10 so i guess its a non issue anymore
It is the same in 2014.04:
http://git.denx.de/?p=u-boot.git;a=blob;f=include/configs/wandboard.h;h=6c74...
Please check lines 137 and 160.

On Wed, 13 Aug 2014 15:33:43 -0300 Fabio Estevam festevam@gmail.com wrote:
On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore dennis@ausil.us wrote:
must have changed recentlyish we are using 2014.04 and it's "console=ttymxc0" im in the process of updating to 2014.10 so i guess its a non issue anymore
It is the same in 2014.04:
http://git.denx.de/?p=u-boot.git;a=blob;f=include/configs/wandboard.h;h=6c74...
Please check lines 137 and 160.
check line 112, most boards just use the console variable and not the way you have it set. in my porting to generic distro configs it seems that we dropped off the re-configuring of the variable. Ill send in a patch to clean things up soon. along with porting to the distro generic configs
Dennis

On Wed, Aug 13, 2014 at 3:42 PM, Dennis Gilmore dennis@ausil.us wrote:
check line 112, most boards just use the console variable and not the way you have it set. in my porting to generic distro configs it seems that we dropped off the re-configuring of the variable. Ill send in a patch to clean things up soon. along with porting to the distro generic configs
Ok, sounds good.
participants (2)
-
Dennis Gilmore
-
Fabio Estevam