From owner-freebsd-arm@freebsd.org Thu Oct 25 16:21:27 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 C8DAC107E2EE for ; Thu, 25 Oct 2018 16:21:27 +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 5F84B8CB95; Thu, 25 Oct 2018 16:21:27 +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 w9PGLOFJ013635 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 25 Oct 2018 16:21:25 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 Message-Id: <17904788-30B5-43D0-8768-570B291113F5@kronometrix.org> Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: boot loader serial console speed to 9600 Date: Thu, 25 Oct 2018 19:21:16 +0300 In-Reply-To: <1540482055.22340.83.camel@freebsd.org> Cc: freebsd-arm@freebsd.org To: Ian Lepore References: <1540480146.22340.79.camel@freebsd.org> <02DDF4DE-2735-4B81-9BB7-E07F60DCB44B@kronometrix.org> <1540482055.22340.83.camel@freebsd.org> X-Mailer: Apple Mail (2.3445.100.39) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Thu, 25 Oct 2018 16:21:28 -0000 > I would think if you're emitting data to a logger via uart, you would > want to disable the serial console completely, so that your data > generating application can have exclusive use of the uart to output > data. btw: how can u do that ? How can I completely disable the serial console on FBSD12 ? thanks, Stefan