From owner-freebsd-arm@freebsd.org Mon Aug 6 16:48:11 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 531E6105E3C1 for ; Mon, 6 Aug 2018 16:48:11 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4F097F3E3 for ; Mon, 6 Aug 2018 16:48:10 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1533574089; bh=AxsxkaSkSmP0T/b5QNMzvHF0ZxB/GOwf4uiBshAYcFg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=U/WrdN9dWxZLp50swSApLL+wAWlnt+DTW9AXSyTZG3LShWHDXawlsSpRuQqeq0PEg j4n3J7ra4KDN4/ZXNNxvKYCBoR9qzyMdwAFYdSDvinPeeSQpCnzImwFOLCu0Z43pWU UcTl8e6TsaOU2nWO0ww65d5ZK8/gEdYZcZQtdMUw= Subject: Re: usb-only rpi 3b+ (+UART foo) To: Emmanuel Vadot Cc: John Kennedy , freebsd-arm@freebsd.org References: <20180806042122.GD30738@phouka1.phouka.net> <0a6af236-84cc-66fb-c2fc-4e1976cbb1f7@nethead.se> <20180806151903.GF30738@phouka1.phouka.net> <4da80506-ba05-86c5-b9ff-c76e106426a2@nethead.se> <20180806180126.406c18546c949118f6245aad@bidouilliste.com> From: Per olof Ljungmark Message-ID: <63a5dacd-1bf4-1417-d776-343bf3be8cda@nethead.se> Date: Mon, 6 Aug 2018 18:48:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20180806180126.406c18546c949118f6245aad@bidouilliste.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 16:48:11 -0000 On 8/6/18 6:01 PM, Emmanuel Vadot wrote: > On Mon, 6 Aug 2018 17:54:19 +0200 > Per olof Ljungmark wrote: > >> On 8/6/18 5:19 PM, John Kennedy wrote: >>> On Mon, Aug 06, 2018 at 04:46:03PM +0200, Per olof Ljungmark wrote: >>>> Did you try FreeBSD 12.0-CURRENT #0 r336479: Thu Jul 19 14:52:02 UTC 2018 ? >>>> >>>> Neither my rpi3b or rpi3b+ will boot images made after that rev. >>> >>> Booting off of SD-card, I've used both 20180719-r336479 and 20180726-r336739 >>> (from the RPI3 FreeBSD 12.0-CURRENT Development Snapshots). >>> >>> In addition, I'm pretty sure that I've booted off of USB via a USB memory card >>> reader with the SD-card put in it, but I'll have to test that again. I haven't >>> had a reason to try 20180802-r337160 yet. >>> >>> As for you: No booting at all? IE, rainbow screen -> u-boot, kernel + modules >>> load, no kernel boot, or all the way into proper root-fs-mounted success? >>> >> >> Stops after loading kernel: >> >> Booting [/boot/kernel/kernel] >> Using DTB privided by EFI at 0x7ff8000. >> EFI frambuffer information: >> addr, size 0x3e330000, 0x8ca000 >> dimensions 1920 x 1200 >> stride 1920 >> masks 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000 >> >> and then nothing >> >> Happens for me with all stock images after July 19. > > Probably related to this : > https://svnweb.freebsd.org/base?view=revision&revision=336999 > > Note that this was added in UPDATING : > https://svnweb.freebsd.org/base?view=revision&revision=336844 > > Please let me know if this isn't the problem so I can fix quickly. Yes, seems *very* likely. Unfortunately I do not have a build enviroment ready, will try to set up.