From owner-freebsd-arm@freebsd.org Tue May 2 08:55:17 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 2C787D5ADE5 for ; Tue, 2 May 2017 08:55:17 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 78D4E9C5 for ; Tue, 2 May 2017 08:55:15 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 8d9fe6bd; Tue, 2 May 2017 10:55:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=kfUtmJr7Hnad8PEU1CkBIDg2Hcs=; b=jPANVHFj6b3ZuQYAAi2MBXTxm3CD V0sbBiDSn6OMUjdf8vU8BdefLpbULVtjwz2Og0mO9b8wDHJp4AnyA1nBv2FNF0Ms mZygSXgrXAuCTeOfce7Vs8DuBIRsXPFMPnuBHa8J+StyMtnTF8TzK0NQqfJ6MrrN 6ApRBqAS2A+o6J4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=X10MNfRokfCjEwasflfIbyxe0IU/euneIzeB1r9xW6elY4Bfw45ov6sT xV4b/OY+67B6kJIPltMglM/HjoxP2C3Qrqvq/iM7ob6UF4TYSHAAVTNYUoGOc92c 9hpm77KnJQ98T6WAlHmeTZs2eYQsqTRo2+JdVdb0nBlQzfK7M6Y= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 8c170188 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 2 May 2017 10:55:13 +0200 (CEST) Date: Tue, 2 May 2017 10:55:07 +0200 From: Emmanuel Vadot To: aggaz Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD 12-CURRENT on OrangePi One Message-Id: <20170502105507.4c51a7323bd01903e402f551@bidouilliste.com> In-Reply-To: <9e04f3cf-ddce-1b53-b9d6-2fe05ad1cc25@paranoici.org> References: <9e04f3cf-ddce-1b53-b9d6-2fe05ad1cc25@paranoici.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 02 May 2017 08:55:17 -0000 On Sun, 30 Apr 2017 12:27:04 +0200 aggaz wrote: > Dear list, > > as I previously wrote, I am trying to use FreeBSD 12-CURRENT on OrangePi > One by using crochet. > > One problem is that there are no dtb files available specific for this > board. There is one in sys/gnu/dts, I was sure that I added it to the list of DTS we compile but ... > Now I compared two dtb files for the same SoC (H3): one for NanoPi Neo > (/boot/dtb/nanopi-neo.dtb) and one for OrangePi Plus 2E > (/boot/dtb/orangepi-plus-2e.dtb). > > Both makes the board boot fine without issues, but: > > 1) dtb file for NanoPi Neo makes the network interface available and > working, but not the USB port. > > 2) dtb file for OrangePi Plus 2E makes the USB port available and > working, but not the network interface. Please note that ethernet DTS bindings aren't standardized yet and since I don't want us to heavily patches the DTS or derive to much from the Linux one if I add the OrangePi One DTS to the build it will probably be without ethernet support. Anyway, I have one somewhere with USB and ethernet support, I'll look to commit/share that soon. > > At this point I don't really know what I can do to make both interfaces > working at the same time, and I am writing this to ask you some suggestions. > > Any idea would be greatly appreciated. > > Regards > Aggaz > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" -- Emmanuel Vadot