From owner-freebsd-arm@freebsd.org Fri Dec 11 15:00:41 2015 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 2A3A99D8234 for ; Fri, 11 Dec 2015 15:00:41 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D63D1846 for ; Fri, 11 Dec 2015 15:00:40 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id tBBF0LuB044377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 11 Dec 2015 23:00:21 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id tBBF0Kar044376; Fri, 11 Dec 2015 23:00:20 +0800 (CST) (envelope-from kevlo) Date: Fri, 11 Dec 2015 23:00:19 +0800 From: Kevin Lo To: =?utf-8?B?0KHQtdGA0LPQtdC5INCn0LLQtdGA0YLQvdGP0Lo=?= Cc: freebsd-arm@freebsd.org Subject: Re: support Allwinner H3 Message-ID: <20151211150019.GA44341@ns.kevlo.org> References: <1449784832.417138.27650.30415@mail.rambler.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1449784832.417138.27650.30415@mail.rambler.ru> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Fri, 11 Dec 2015 15:00:41 -0000 On Fri, Dec 11, 2015 at 01:00:32AM +0300, Сергей Чвертняк wrote: > > Please help. > I do not understand how to create a boot exactly for Allwinner H3 (board OrangePi > PC). > There are practices in support of processors Allwinner H3? Thanks to Ganbold who added support for Allwinner A10/A20 SoCs, porting to H3 is straightforward. I have a preliminary patch for this, but I don't want to continue working on it. It seems there's a hardware issue with Orange Pi PC [1]. I had a similar issue with my Orange Pi PC when I used the images from Orange Pi download [2], it turned out that only Lubuntu image worked. [1] http://www.cnx-software.com/2015/10/02/orange-pi-pc-not-booting-you-are-not-alone/ [2] http://www.orangepi.org/downloadresources/ > Thanks! > > Best regards, Sergey! Kevin