From nobody Tue Jun 22 08:31:51 2021 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 98A8411DACA4 for ; Tue, 22 Jun 2021 08:31:55 +0000 (UTC) (envelope-from dsl@mcusim.org) Received: from mcusim.org (mcusim.org [176.58.93.53]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4G8KPl3NP4z3QKZ for ; Tue, 22 Jun 2021 08:31:55 +0000 (UTC) (envelope-from dsl@mcusim.org) Received: from x230.ds (unknown [83.28.233.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mcusim.org (Postfix) with ESMTPSA id CBC7781513; Tue, 22 Jun 2021 10:31:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mcusim.org; s=default; t=1624350714; bh=Nq7e0gxXbWpvg+SuG1a2SotXSkgLUQ3XdudlhwTXUbk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=w0SdSLmuuEnWUai8gac8KcGwfj1vX17o+wzeKOlIKAxYv2Dx+fzmU3vWQi7G0oRwc Ant0OAf7IpGczE14DG9NLaP0Q3FJ+/Bbs2njIwqfrOKp3dAcxrBMh5n0IKoTmk/Bt7 Gryn8SPJrXf5VzVa4lKywQG9tvr3+runROa5g61g= Date: Tue, 22 Jun 2021 10:31:51 +0200 To: Mark Millard Cc: freebsd-arm Subject: Re: HoneyComb first-boot notes Message-ID: References: <8A6C415F-A57B-4F2F-861F-052B487166D6.ref@yahoo.com> <8A6C415F-A57B-4F2F-861F-052B487166D6@yahoo.com> <40AE6447-77AF-4D0E-864F-AD52D9F3346F@yahoo.com> List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40AE6447-77AF-4D0E-864F-AD52D9F3346F@yahoo.com> X-Rspamd-Queue-Id: 4G8KPl3NP4z3QKZ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: dsl@mcusim.org From: Dmitry Salychev via freebsd-arm X-Original-From: Dmitry Salychev X-ThisMailContainsUnwantedMimeParts: N > >> I put an existing FreeBSD Optane into a just delivered > >> HoneyComb, put in the RAM and the matching UEFI/ACPI > >> image on a microsd card and put the card in the slot. > >> I plugged in a USB3 Ethernet dongle, like I use on some > >> other systems. Serial console via its USB port for such. > >> (Optane instead of video card.) The UEFI/ACPI image was > >> extracted from: > >> > >> https://solid-run-images.sos-de-fra-1.exo.io/LX2k/lx2160a_uefi/lx2160acex7_2000_700_2900_8_5_2_sd_81b4bbe.img.xz > >> > >> in order to match the RAM and being based on the > >> most current vintage at: > >> > >> https://github.com/SolidRun/lx2160a_uefi/ > >> > >> It booted. > > > > Could you share whole dmesg? > > I've not done a "boot -v" . The below is actually from a > captured serial console output. It is lightly edited. I > have omitted nearly all loader output (and before). > Thanks for sharing. Have you seen somewhere in output from UEFI (before the loader) that "DPAA2 Management Complex initialized"? Regards, Dmitry