From owner-freebsd-arm@freebsd.org Thu Apr 20 14:30:30 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 12243D469A9 for ; Thu, 20 Apr 2017 14:30:30 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (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 C9250793 for ; Thu, 20 Apr 2017 14:30:29 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qt0-x230.google.com with SMTP id g60so46499623qtd.3 for ; Thu, 20 Apr 2017 07:30:29 -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; bh=wP1ndSCzGUCkG0fukEmY3KxWDhmRCI9PA45ZJTklB8U=; b=PQ+oOjxo9kADEKAvKyg+ZNfRoiG6eAYxV/uiIB2pBrhR2uE5UPZlL8LiwUXWSA+usV Atp4T9VcsohxVjpwaqJOi0X9vlfPb52i9B+HbeDbfgovmyhvdO/zPY85yxtm7OHwtxYw wC932fpjgkh9MS4Y/J3ARbQnpyLp2B8ykQqVQ= 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; bh=wP1ndSCzGUCkG0fukEmY3KxWDhmRCI9PA45ZJTklB8U=; b=eO8nDvpjHhgvtGyF5za0ou5wegsfvm+WB+bPH+XPmahJ9L175LTv7bvJMQVOIvqc07 clsWBZjo/wSvBBRtTAPSTa1LFNZUo+7jFoD6WP345EAD9nGk2Gv+Ik56kpz+d3AttL/y VlXZXcv8mwy2q6+vabEDEj1OY1fF51jBe490XJQnM7jgKC9ge1GxXTVRUXE+QMKsrZqA GhiK2tK4i+VnRILNfo+Nc3mjFmma6hNAwY4hRFevnhJA23V+15KXEXr8/RS6bA5n8ZeG qfK/LYck8jOe6M1S+mB04nqtvpIdprXm0w8j/XvyruCGQ/4WuQ7quEwQH01mowfIPFNN D6EQ== X-Gm-Message-State: AN3rC/6sDZNhrtC7ttA1TLdoN1XveMQuSReUfFxAP5lBobJKNKzkIWS8 Lsjad5WTkD1s9H9R X-Received: by 10.200.41.35 with SMTP id y32mr8156202qty.37.1492698627485; Thu, 20 Apr 2017 07:30:27 -0700 (PDT) Received: from [192.168.43.219] (179-240-167-78.3g.claro.net.br. [179.240.167.78]) by smtp.googlemail.com with ESMTPSA id i19sm4255785qte.31.2017.04.20.07.30.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Apr 2017 07:30:26 -0700 (PDT) Subject: Re: Trying to crosscompile from RaspPi 3 To: freebsd-arm@freebsd.org References: From: =?UTF-8?B?T3RhY8OtbGlv?= Message-ID: Date: Thu, 20 Apr 2017 11:30:21 -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: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Thu, 20 Apr 2017 14:30:30 -0000 Em 20/04/2017 11:15, Mathieu Dube escreveu: > Hi, > > I'll preface this by saying I'm a newbie to this. > > I've cloned out HEAD and I'm using the following guide to attempt to > compile for RaspPi 3 board: > > https://people.freebsd.org/~cognet/arm.html > > However, I can't find the correct board in /sys/arm/conf > > Please let me know what I'm missing. > > Thanks > -Matt I think the best option is to use the crouchet to generate the images for the RPI3. You can find crouchet here: Https://github.com/freebsd/crochet Although the crouchet page does not mention, in the configuration file it is also possible to inform the card as being the RPI3. So far I know, I understand the kernel configuration files are in the folder /usr/src/sys/arm64. Unfortunately for some time now the images I have generated are not working on my RPI3, it is giving a panic kernel at boot time. []'s -Otacilio