From owner-freebsd-arm@FreeBSD.ORG Tue Apr 28 01:51:21 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FD35FAA for ; Tue, 28 Apr 2015 01:51:21 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (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 106361C67 for ; Tue, 28 Apr 2015 01:51:21 +0000 (UTC) Received: by wizk4 with SMTP id k4so121287432wiz.1 for ; Mon, 27 Apr 2015 18:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4A6AN4XlEoZ6HOxuJxoPfPjGUN2lkbcNkbeWn6YxPAs=; b=Wca//6GgqzsfcuYzg898gSjfrak2ZtqOnkTfHSP6tQtxRQOpBJEvTO5RMDvB2gngb9 k8OaGIexKkxUxUOB6RRufpRRJ6XF1P62CdkGT5ltYmJMPmzWxk6DnhBE4b89emBG966C nzHso+H9hdx4LdEJpiinwclLC0+vYl4nRwzfYVmsyM7e/RjHbazhQUJNzTSnG1JpnD80 WEETtMZ5LQ+bsx+MhPqK5qOGCjEKDu+aXjeOUvxPdWbaxGiA0MviuXy+85m7rSB4cCgt Y+CSmdEK44JS9FWYNPDtoPhbRQZNZW9uRdBuPHOyArouamrw214cmouXYb0oap1143R3 ZYCA== MIME-Version: 1.0 X-Received: by 10.180.73.198 with SMTP id n6mr25786691wiv.3.1430185879639; Mon, 27 Apr 2015 18:51:19 -0700 (PDT) Received: by 10.180.85.104 with HTTP; Mon, 27 Apr 2015 18:51:19 -0700 (PDT) In-Reply-To: References: <6ff566ec17fc2b0d61635d8886261d5a.squirrel@ikornapostur.1984.is> <028290c7462d8fcf63b07bfdbbd08897.squirrel@ikornapostur.1984.is> <04594F43-C6FD-4798-ACFF-8BB7179A905F@bsdimp.com> <5FD36BF9-2FAD-40ED-AE67-D8B1E3274CB1@gromit.dlib.vt.edu> <552FCD90.20401@foxvalley.net> <462bae1cb99.7f9417c1@mail.schwarzes.net> <1429813592.3972931.257769941.7B8B12C4@webmail.messagingengine.com> Date: Mon, 27 Apr 2015 22:51:19 -0300 Message-ID: Subject: Re: FreeBSD 10.1 / 11 on a Raspberry Pi B+ / 2 ? From: Luiz Otavio O Souza To: Pedro Orozco Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 01:51:21 -0000 On 27 April 2015 at 21:43, Pedro Orozco wrote: > OK, so now my Rasperry Pi 2 boots but only in single user mode. > > I built an image using crochet, then installed sysutils/u-boot-rpi2, mounted first partition and copied all files from /usr/local/share/u-boot/u-boot-rpi2 > > I didn't change anything in config.txt > disable_commandline_tags=0 > device_tree_address=0x100 > device_tree=rpi2.dtb > kernel=u-boot.bin > gpu_mem=64 > You need build your kernel with 'options ARM_NEW_PMAP' and framebuffer doesn't work yet (I'm working on it). If it still fails, can you post the full dmesg somewhere ? I've made a pull request to crochet with the changes for RPi 2, this should be sorted out soon. Luiz