From owner-freebsd-arm@freebsd.org Tue Jul 18 21:15:32 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 8AFE3DA0498 for ; Tue, 18 Jul 2017 21:15:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1j.cmail.yandex.net (forward1j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46DB3F7 for ; Tue, 18 Jul 2017 21:15:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2j.mail.yandex.net (smtp2j.mail.yandex.net [IPv6:2a02:6b8:0:801::ac]) by forward1j.cmail.yandex.net (Yandex) with ESMTP id C922520F4C for ; Wed, 19 Jul 2017 00:15:28 +0300 (MSK) Received: from smtp2j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2j.mail.yandex.net (Yandex) with ESMTP id A3A5A3EC0D97 for ; Wed, 19 Jul 2017 00:15:27 +0300 (MSK) Received: by smtp2j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 2WySYjPHj6-FRbWIL4J; Wed, 19 Jul 2017 00:15:27 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1500412527; bh=o6VG9bBy/NcNLPhxyh5siQrop1EvN4pwelhVwR8gSAU=; h=Subject:From:To:References:Message-ID:Date:In-Reply-To; b=QbeDze2A+ARVjS2FmgKXtkmtiYRYb8bdCX82EEwSv85+/OKviz0acyhzXB5UgeNfm 5t7Ys0iDoQ8SIFavyha8J4YeIOumwwdaRiCRDfm2cooYshX/rqpQg3NuoWTOKEjrWZ ERvXjaqz5ey3xL6IjdlWznxK/iFcqvcXsnXREtLQ= Authentication-Results: smtp2j.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0 Subject: WandboardQuad, not RPI2 Re: [RPI2] base packages: success From: Boris Samorodov To: freebsd-arm@FreeBSD.org References: <7b675630-eac1-980e-dc19-73a6accdbe7a@passap.ru> Message-ID: <78c10bf3-bc1d-dc67-06b1-f4efc70fc630@passap.ru> Date: Wed, 19 Jul 2017 00:15:27 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <7b675630-eac1-980e-dc19-73a6accdbe7a@passap.ru> Content-Type: text/plain; charset=utf-8 Content-Language: ru-RU Content-Transfer-Encoding: 8bit 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: Tue, 18 Jul 2017 21:15:32 -0000 Sorry, PRI2 is only at my plans. For now I have a success with WandboardQuad. 19.07.2017 00:09, Boris Samorodov пишет: > Hi All, > > Just a note that I've successfully updated an fresh RPI2-current system > to use base packages (IMX6 kernel). I've done all that documented at > https://wiki.freebsd.org/PkgBase , built base packages (at amd64 host). > At the RPI2 host I use /boot/loader.conf: > --- > kernel="kernel.IMX6" > --- > > An it just works. > > Thanks to all who do the hard work to achieve this! >