From owner-freebsd-arm@freebsd.org Fri Oct 26 03:56:10 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F3E910D4A3B for ; Fri, 26 Oct 2018 03:56:10 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from mail.kronometrix.org (mail.kronometrix.org [95.85.46.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.kronometrix.org", Issuer "mail.kronometrix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 91F2481422 for ; Fri, 26 Oct 2018 03:56:09 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from [192.168.1.101] (82-203-189-118.bb.dnainternet.fi [82.203.189.118]) (authenticated bits=0) by mail.kronometrix.org (8.15.2/8.15.2) with ESMTPSA id w9Q3u6B7024902 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 26 Oct 2018 03:56:07 GMT (envelope-from sparvu@kronometrix.org) X-Authentication-Warning: mail.kronometrix.org: Host 82-203-189-118.bb.dnainternet.fi [82.203.189.118] claimed to be [192.168.1.101] From: Stefan Parvu Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: boot loader serial console speed to 9600 Date: Fri, 26 Oct 2018 06:56:00 +0300 References: <1540480146.22340.79.camel@freebsd.org> <02DDF4DE-2735-4B81-9BB7-E07F60DCB44B@kronometrix.org> <1540482055.22340.83.camel@freebsd.org> <17904788-30B5-43D0-8768-570B291113F5@kronometrix.org> <1540485194.22340.87.camel@freebsd.org> <4F0CAF1D-2A7D-4561-8CFD-34AA5C429CD0@kronometrix.org> To: freebsd-arm@freebsd.org In-Reply-To: <4F0CAF1D-2A7D-4561-8CFD-34AA5C429CD0@kronometrix.org> Message-Id: <65F04B5D-FB7B-4A9A-A546-21E37553EB91@kronometrix.org> X-Mailer: Apple Mail (2.3445.100.39) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 03:56:10 -0000 So here are the final comments on this: 1. Disable entire serial console, as documented here [1] echo 'hw.fdt.console=3D"NO"' >> /boot/loader.conf.local BTW the man page of loader.conf or loader must sy about this = undocumented=20 variable setting.=20 2. Set a lower speed of the serial console from 115200 to 9600 for = example uboot config.txt init_uart_baud=3D9600 It would be nice whoever wrote this part to properly document these such = way this is not a mission impossible to find. I will test in coming days these things to = see if they actually=20 work.=20 Thanks Ian for tips and support Stefan=