From owner-freebsd-arm@FreeBSD.ORG Sat May 2 23:07:50 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 161DAF98 for ; Sat, 2 May 2015 23:07:50 +0000 (UTC) Received: from mail-yh0-x22e.google.com (mail-yh0-x22e.google.com [IPv6:2607:f8b0:4002:c01::22e]) (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 C18AF120D for ; Sat, 2 May 2015 23:07:49 +0000 (UTC) Received: by yhcb70 with SMTP id b70so24558058yhc.0 for ; Sat, 02 May 2015 16:07:48 -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=wuSIFmywpoZ/bdh+DwrIbtLO96Vv7IyMizvam/JdgzY=; b=JcxdNCX+wq8DX1TxxLETdtmvHyGBLkxLJvwKYNKdqkq47N5+Oj/uPdFRCtErmRsdqG LVlIi2au7d3SL11VQUQ8jRO/9bmZ2vKkzUTmsNjPz+w/FdAjeRQRunNW8eicSV2o3BUS oLBpmo9GGaf0NLO5Iy+AhoLV/bx6wP+uugnmhbEiF+xn05NAgGSq7zpVlt8+3ZYRSO0a Aq5gyboeoHeO9XOQ3Rs0GarVoIBclboLZhuS4cZHD2StAWxXd7RYoORkjptBLJExq13z OlF/atWWWHbdx8J8OkBOeKIDEU85ua7UC4D9CFt6m9M2qj2B2HC7JV44les37zMCIxU3 Jb4w== MIME-Version: 1.0 X-Received: by 10.170.208.213 with SMTP id z204mr14371429yke.106.1430608068864; Sat, 02 May 2015 16:07:48 -0700 (PDT) Received: by 10.129.73.81 with HTTP; Sat, 2 May 2015 16:07:48 -0700 (PDT) In-Reply-To: <4638dd5894c.cba746c@mail.schwarzes.net> References: <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> <46369db827.17451cd@mail.schwarzes.net> <6F344CF15E884BD18A98FBD97B07C79F@ad.peach.ne.jp> <4638dd5894c.cba746c@mail.schwarzes.net> Date: Sat, 2 May 2015 20:07:48 -0300 Message-ID: Subject: Re: FreeBSD 10.1 / 11 on a Raspberry Pi B+ / 2 ? From: Luiz Otavio O Souza To: "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: Sat, 02 May 2015 23:07:50 -0000 On 2 May 2015 at 13:50, Andreas Schwarz wrote: > On 03.05.15, Daisuke Aoyama wrote: > > Hi Daisuke, > >> I get freeze if I remove "options SMP" from kernel config. >> Also freshly installed OS(VM in ESXi) and freshly installed crochet and src without any patch >> give me un-bootable image.... >> It seems current RPI2 code does not work with/without ARM_NEW_PMAP at least r282205. >> My host is r281389 (clang 3.6 version) which is same version of ODROID-C1 and RPI version on >> ESXi server. > > Thank you for the hint, this will explain my problems. > > -andreas > indeed. This was the fb issue. It should be fixed with r282359. Now a fresh src and kernel (with 'options ARM_NEW_PMAP') will boot to login prompt. If something doesn't not work, let me know. Luiz