From owner-freebsd-arm@freebsd.org Wed Jan 4 23:52:13 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 1207DC9FF8D for ; Wed, 4 Jan 2017 23:52:13 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFFDB17E0 for ; Wed, 4 Jan 2017 23:52:12 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=5KUT1aRxmXYqvwcd09T4dja4uVGVC9XIS1Xq7tGFT9A=; b=wmYm7Ib88Y/mS04InjMTpmK/4L IlXU8S1zxmNgRKeFMI9YIfIBPOWkdSEouOPkQYHRC6876pvmaVyrPVZ22mGyQglGWKtcceDIYNABk /jxKlOj9PJz/8DiVBF8+Eud8V4EajtLAh8o9lUZQONbsed18ZnotkX36rGKIksSTyJZ8=; Received: from [114.125.104.161] (port=49431 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cOvLh-003XZl-6D; Wed, 04 Jan 2017 16:52:05 -0700 Date: Thu, 5 Jan 2017 07:51:58 +0800 From: Erich Dollansky To: tech-lists Cc: freebsd-arm@freebsd.org Subject: Re: can SMP work on rpi3? Message-ID: <20170105075158.5a7d1fbb@X220.alogt.com> In-Reply-To: <5291c2eb-0dee-711a-07fc-7837180ce6bb@zyxst.net> References: <5291c2eb-0dee-711a-07fc-7837180ce6bb@zyxst.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: 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: Wed, 04 Jan 2017 23:52:13 -0000 Hi, On Wed, 4 Jan 2017 18:31:22 +0000 tech-lists wrote: > (I'm running -current as of r311005) > > I compiled a GENERIC kernel instead of GENERIC-UP (which is the > default if raspberrypi3 is selected in crochet). It runs OK but the > console gets this all the time: this is to be expected. You need what is described in this e-mail: From: Oleksandr Tymoshenko To: freebsd-arm@freebsd.org Subject: SMP support for Raspberry Pi 3 Date: Tue, 29 Nov 2016 12:55:53 -0800 I did what is described there and it all works except of linking on the Reaspberry itself. Erich