From owner-freebsd-arm@freebsd.org Fri Jul 13 11:24:07 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 75CEC1034F50 for ; Fri, 13 Jul 2018 11:24:07 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [71.19.146.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC3C0811CB for ; Fri, 13 Jul 2018 11:24:06 +0000 (UTC) (envelope-from greg@unrelenting.technology) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unrelenting.technology; h=date:from:subject:to:message-id; s=default; bh=Cjk705LhqPr8OCZRygRGha0PKaIti2cyYq9EKH01/ik=; b=f1ETsVgWIZbD+vJCStoRCBRV0tbWksLbBy8llFkTOY+vw72/Q+OEd4H3ORBXRBSew+PVaduUNSwm3Im4K9jBqJ0ylyKfodPFlblrez/Jd+J2c6ouBbI/WdJP/vwjL8YMiQYgBmZFZirBhkHZX6kLbjlHUzzP4F1Q8iUCUtAO98I= Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id 79a80781 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 13 Jul 2018 11:23:55 +0000 (UTC) Date: Fri, 13 Jul 2018 14:23:50 +0300 From: Greg V Subject: Re: Netbooting ROCK64 To: locke@airmail.cc Cc: freebsd-arm@freebsd.org Message-Id: <1531481030.2466.1@hraggstad.unrelenting.technology> In-Reply-To: <347c7bff2e617dc17074c1c144afeeb1@airmail.cc> References: <347c7bff2e617dc17074c1c144afeeb1@airmail.cc> X-Mailer: geary/0.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: quoted-printable 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: Fri, 13 Jul 2018 11:24:07 -0000 On Fri, Jul 13, 2018 at 9:36 AM, locke@airmail.cc wrote: > It works when you put in some SD card or USB drive. See here:=20 > https://forums.freebsd.org/threads/rock64.63647/ Thanks! That got it to connect over NFS! What a weird bug=85 --- So yeah, after that: loader.efi doesn't respect boot.nfsroot.path and=20 tries to mount /, so I had to adjust the DHCP server like I have=20 already done for the RPis: (dnsmasq) dhcp-mac=3Dset:rock64,06:d4:ce:__:__:__ dhcp-option-force=3Dtag:rock64,17,"192.168.1.2:/some/path/for/rock64" Also the dtb built into u-boot resulted in a "Fatal data abort" after: gpio0: Cannot get clock Using a tftp'd dtb fixed it. Finally I have a working rock64!! :) =