From owner-freebsd-arm@freebsd.org Sat Apr 29 21:13:27 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F59D56CD6 for ; Sat, 29 Apr 2017 21:13:27 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qk0-x243.google.com (mail-qk0-x243.google.com [IPv6:2607:f8b0:400d:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6612915F7 for ; Sat, 29 Apr 2017 21:13:27 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qk0-x243.google.com with SMTP id h123so50592qke.2 for ; Sat, 29 Apr 2017 14:13:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=smZ0v07SzaMkYrC49rzC6pKkDMjM1sAm9xIyF70A11w=; b=L2TGKyh9Wrrz7hjZcKeGxzQJm+Ho+mw+h12ZZoaegHh7kST7HD9fiul4Th8lelyztu PBNQ3NxyTg4o7KibBNEA2y4pacq05KvzfsuPZu2BqNtVwJU7aEzF3pcxVIxI6RCP5n/S m2D5PoUOEr8dbgpw8UvuZzwZiEJQbPmWn5oe8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=smZ0v07SzaMkYrC49rzC6pKkDMjM1sAm9xIyF70A11w=; b=UZdvZjj7MMz5TWdP9v+K3gcVoMaM3S41mBkPtH0R3qAodn77lhRJkY0J9CJDO8DcSc /azwwAawaT/JrQHQIqKbauGJCHuD4L3cftBmoAw8uVqnlls7RqdiHrbKMTZqtze4CFzC sxSzRDHsv3D2QFE3MgyrTWy2AB41sXkLvg/B/I0UjG0o1BuEw6eUbWsHzH0J2/4I9WI0 Yh2oiYrtqay9Ks7v+cxXy0J/lqBjkJLnxQnouIIspR1KSgAkZ2SWXgn53wwVcCpDz9Eo jrXuI088ulNN/NyqD1tngCcuK2oQvme8siOoAr8MUwTOJh5oV86Ht599Xl5xyy60UPcV rtwg== X-Gm-Message-State: AN3rC/5hHYwscbuQHQ8PqG+vXublNPdD+r8bdlV8RFst78bkgzBMyRRZ IOoLavDXOU98+Vyo X-Received: by 10.55.121.3 with SMTP id u3mr9766173qkc.29.1493500406152; Sat, 29 Apr 2017 14:13:26 -0700 (PDT) Received: from ?IPv6:2804:54:19ef:cc00:829:e564:ee0b:324b? ([2804:54:19ef:cc00:829:e564:ee0b:324b]) by smtp.googlemail.com with ESMTPSA id g66sm6547654qkb.55.2017.04.29.14.13.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Apr 2017 14:13:25 -0700 (PDT) Subject: Re: RPi3 booting issues: vm_fault pager read error pid 1 To: freebsd-arm@freebsd.org References: <14e0226d-d144-9aaa-f2fe-b1098a9c6ecb@harmless.hu> From: =?UTF-8?B?T3RhY8OtbGlv?= Message-ID: <266a5c90-4552-d7f4-fd42-59887610b88b@bsd.com.br> Date: Sat, 29 Apr 2017 18:13:19 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <14e0226d-d144-9aaa-f2fe-b1098a9c6ecb@harmless.hu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 21:13:27 -0000 Em 29/04/2017 15:38, Gergely Czuczy escreveu: > Hello, > > I would like to ask for some help. I'm trying to build a freebsd image > using crochet, however recent builds, since roughly march, are failing > to boot on an RPi3. Currently once the kernel boots up and hands it > over to init, the error message "vm_fault pager read error pid 1 > (init)" is flooding the screen. Sadly, I don't really know how to > debug and fix the cause of this, and I would like to ask some help on > fixing this. > > The image I'm trying to boot (if boots, u/p aegir:aegir): > http://czg.harmless.hu/aegir/FreeBSD-aarch64-12.0-AEGIR-317411.img.gz > > The kernel config: > http://czg.harmless.hu/aegir/AEGIR > > And the crochet config I'm using: > http://czg.harmless.hu/aegir/aegir.sh > > I would like to have a refreshed build, because the one I'm using > currently does not have working i2c support, which should be the next > thing on my project I'm using this for. > > Would be nice if someone could take a look into this. > > Best regards, > Gergely > The answer to your question is this thread: http://freebsd.1045724.x6.nabble.com/FreeBSD-12-CURRENT-on-OrangePi-One-tt6183253.html#none []'s -Otacilio