From owner-freebsd-arm@freebsd.org Tue Jun 27 21:27:33 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 A4F25D90A81 for ; Tue, 27 Jun 2017 21:27:33 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: from mail-yw0-x230.google.com (mail-yw0-x230.google.com [IPv6:2607:f8b0:4002:c05::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 6050C7DBBA for ; Tue, 27 Jun 2017 21:27:33 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: by mail-yw0-x230.google.com with SMTP id j11so17277696ywa.2 for ; Tue, 27 Jun 2017 14:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+ILbJaDilblubX4JUVC+fGmJe2U08uXwXD14/oC/wRw=; b=AZRfzhOFHa8cf3TUcIwaKx5R7i/Tmrj4cmgwhzYMw3lemDfwUh5NQIPr1fN7m/k7Te rOC0WOkgykSxXePiFODW+p5k8Q7kho72j8e48vcL86wFOSy68M8DFvlkh6TdsAO562Bu uhbp0zAu+FXb7B/rmDN+Mh2S/8R0CLeyg2ZZaAkx98XHXGYCGUfJ5SLBuf3aBSSfPVEK nGN0RaluNG8twCU/aPWQOL2VstD2fTTei3BNka59CFHCWcRKUmq3rAN4oNqf9dQiccL7 W6Y7Olju2RUuxyObmmxU0hgkSDjl7kmPAjo5LYFSjHXm/VV7mWae8jPEHH/LW95SLTBO N4gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+ILbJaDilblubX4JUVC+fGmJe2U08uXwXD14/oC/wRw=; b=WHkQtFGahBU4aG7qTKe4UiNUhtOdaElQQcr//YtDw3lb8+12W0+S8Qv5KCibnwm0qt Lj6uDqf4++b9sdYTJ9s1Y9RHtCAJIjmTFIEUX3IFokBQxrDBhtchbfTzF38u/Oll21F5 8UDb9A/NhNRL8rLzhP1+1GuOw9LTj/x1NoPzS1Wp2q2ue5SPsAtY7c5uUC/UsDOkGWEw SfiLIlzI38JsV7dc2LYIeZr3riZjOj7z4dM6vBG48VWPWN6bNbtXRDglXIhiBoOaGB5l Ax36FxjIPJpHz1s2eNyeZs70Mj2gt4JtI4l+XNjY5IyTW9NtKU2S1e0X2aoZlDELWT7m 3Wag== X-Gm-Message-State: AKS2vOw3zHq4hpvJPjgXABCXKK3IzqntQSeN/06Nv7a0+Z9fpWu+JLnq QdVOr62us5gGNERIs5wUsM2Of77kA2nv X-Received: by 10.129.166.151 with SMTP id d145mr5375547ywh.79.1498598852564; Tue, 27 Jun 2017 14:27:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.212.80 with HTTP; Tue, 27 Jun 2017 14:27:32 -0700 (PDT) In-Reply-To: References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> From: Johnny Sorocil Date: Tue, 27 Jun 2017 23:27:32 +0200 Message-ID: Subject: Re: Orange Pi Zero support To: Ganbold Tsagaankhuu Cc: Emmanuel Vadot , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" 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: Tue, 27 Jun 2017 21:27:33 -0000 On Mon, Jun 26, 2017 at 7:11 AM, Ganbold Tsagaankhuu wrote: > Just to test: > > https://people.freebsd.org/~ganbold/FreeBSD-armv6-12.0-nanopi-neo.img.xz > > The image is not so recent, but you can use (or its dtb) to test Ethernet > on Orange PI Zero. > I didn't test the whole image, just dtb files, but they are not working on -CURRENT from Jul 24. nanopi-neo.dtb nanopi_neo.dtb orangepi-one.dtb awg0: mem 0x1c30000-0x1c30103, 0x1c00030-0x1c00033 irq 28 on simplebus0 awg0: PHY type: mii, conf mode: reg awg0: EMAC clock: 0x00168000 awg0: AHB frequency 200000000 Hz, MDC div: 0x3 awg0: soft reset timed out device_attach: awg0 attach returned 60 sun8i-h3-nanopi-neo.dtb panic: Can't determine TI Chip I'll try later to copy ethernet part on the dts in the tree.