From owner-freebsd-current@freebsd.org Tue Sep 24 20:46:55 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 011CBF0FE5 for ; Tue, 24 Sep 2019 20:46:55 +0000 (UTC) (envelope-from scottph@freebsd.org) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "orsmga101.jf.intel.com", Issuer "Sectigo RSA Organization Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46dCsp3gxkz40R6; Tue, 24 Sep 2019 20:46:54 +0000 (UTC) (envelope-from scottph@freebsd.org) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 13:46:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,545,1559545200"; d="scan'208";a="195812524" Received: from aaushija-mobl1.amr.corp.intel.com (HELO localhost) ([10.252.202.2]) by FMSMGA003.fm.intel.com with ESMTP; 24 Sep 2019 13:46:51 -0700 From: D Scott Phillips To: Renato Botelho , Toomas Soome Cc: freebsd-current , Kyle Evans Subject: Re: Can't boot current on Minnowboard In-Reply-To: <3385516e-7794-72a5-19c4-270c6e8675b5@FreeBSD.org> References: <6F7BE568-1D8A-4E5C-9E99-361CD12CCA20@me.com> <5c42b030-dccc-98e4-2afd-7d3099ba80d3@FreeBSD.org> <3385516e-7794-72a5-19c4-270c6e8675b5@FreeBSD.org> Date: Tue, 24 Sep 2019 13:46:51 -0700 Message-ID: <86r245777o.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 46dCsp3gxkz40R6 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2019 20:46:55 -0000 Renato Botelho writes: > On 24/09/19 15:36, Toomas Soome wrote: >> >> >>> On 24 Sep 2019, at 21:12, Renato Botelho wrote: >>> >>> On 24/09/19 15:10, Toomas Soome wrote: >>>> >>>> >>>>> On 24 Sep 2019, at 20:50, Renato Botelho wrote: >>>>> >>>>> As reported at pfSense ticket [1], we can't see console after booting >>>>> FreeBSD installer iso on Minnowboard. This video [2] demonstrates the >>>>> problem. >>>>> >>>>> Basically I can see all kernel messages but nothing from userland after >>>>> kernel finishes to load. >>>>> >>>>> I would be glad to collect any kind of data you need to help tracking it >>>>> down. >>>>> >>>>> Thanks! >>>>> >>>>> [1] https://redmine.pfsense.org/issues/9488 >>>>> [2] https://imgur.com/a/V4IrQWo >>>>> -- >>>>> Renato Botelho >>>> >>>> Hi! >>>> >>>> does it have bios emulation and does it behave there? >>> >>> No, this board is EFI only. >>> >> >> Is it atom board? UEFI32 or UEFI64? > > It's Atom and is UEFI64. > > I figured out this board has HDMI and serial console and output is going > only to serial. If LiveCD option is selected on serial it shows up on > HDMI as well. > > I've downloaded latest firmware version and updated the board. After > that I noted serial console is configurable on setup and disabled by > default. > > Even with Input/Output serial items disabled it's sending output to > serial console and I can see UArt item listed on EFI variables on loader > prompt. The logic in stand/efi/loader/main.c:parse_uefi_con_out() seems to be that RB_SERIAL is set when the serial device appears before the video device in the ConOut efi variable, which is the case on a minnowboard that I looked at. You can override this by setting boot_serial="NO" in loader.conf or running `set boot_serial=NO` at the loader prompt.