From owner-freebsd-arm@freebsd.org Mon Aug 6 22:10:24 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 DC3121067932 for ; Mon, 6 Aug 2018 22:10:24 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B5DC8E062 for ; Mon, 6 Aug 2018 22:10:23 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id w76M95sc096386 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 6 Aug 2018 15:09:05 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id w76M95fj096385; Mon, 6 Aug 2018 15:09:05 -0700 (PDT) (envelope-from warlock) Date: Mon, 6 Aug 2018 15:09:05 -0700 From: John Kennedy To: Per olof Ljungmark Cc: freebsd-arm@freebsd.org Subject: Re: usb-only rpi 3b+ (+UART foo) Message-ID: <20180806220905.GG30738@phouka1.phouka.net> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4da80506-ba05-86c5-b9ff-c76e106426a2@nethead.se> User-Agent: Mutt/1.10.1 (2018-07-13) 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 22:10:25 -0000 On Mon, Aug 06, 2018 at 05:54:19PM +0200, Per olof Ljungmark wrote: > 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. I just burned the FreeBSD-12.0-CURRENT-arm64-aarch64-RPI3-20180802-r337160.img to an SD card and booted it up. The framebuffer information for my system is different (screen resolution? 1024 x 904 I think). After that, it clears the screen and goes into the kernel boot output that gets captured into /var/log/messages. The 20180802-r337160 /boot/loader.conf has a few new things in it: # Configure USB OTG; see usb_template(4). hw.usb.template=3 umodem_load="YES" # Multiple console (serial+efi gop) enabled. boot_multicons="YES" boot_serial="YES"