From owner-freebsd-arm@freebsd.org Sun Jun 25 11:14: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 7018BD8EF76 for ; Sun, 25 Jun 2017 11:14:13 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: from mail-ot0-x22a.google.com (mail-ot0-x22a.google.com [IPv6:2607:f8b0:4003:c0f::22a]) (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 2DEB667700 for ; Sun, 25 Jun 2017 11:14:13 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: by mail-ot0-x22a.google.com with SMTP id y47so53905450oty.0 for ; Sun, 25 Jun 2017 04:14:13 -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=CtFXVxs62p7qqob5Je8fah2CsDJYF6AZfV9s4smxkxg=; b=M+rI24QxdiBmzgUIuPzle/Lvme1TaGWWmfCXaCQU57s/rcTTxuupJtKgD8J9QA1nMD T/QFAt+WUd9mDfhX4DCSaYfDxGB+M9Nnv2TtclTBkNwBrHla7vp2Gv3fHTFWoX0nTlab QyXdlSk46mAhS1DZiHTtLVIhMExGsgMYKtrOabgPKN26SXkjd/hXQl01qLA7il+vh6BB eXn1T3MQ7S0k6sHUhfrqdkG6sd9QG9Ekg0ROj6CC+41p5jVg7RlDGXBQVgOIVVctvgHT zodxyJ/bg7zYt/ajKEqe0B9DdL7bawj6Foo95cKSgXtwnhQpPN8FWrluKZ+dBei1z5uZ z4Cw== 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=CtFXVxs62p7qqob5Je8fah2CsDJYF6AZfV9s4smxkxg=; b=DQww0nxUCxS7DtJQdjPQV4hxw7u2ieNmIxD7m5HEyMwwruEtMYm5pFtNH40ENVTn3i BiF1k1wM+ztbD7ezql2f634RLU+I53jsSkOtSDXJfNTj9Gl2EATU07nsi8igQFu0h4xY lTUTma+0Euzndr/ChW1iOPWSvWnl5V+qDalWZuHLv3vVvL4BtnUp27xu85XlVUYQI4sc LXl10AJQVLQTnDHN4IYzrmZSMc0/LT5vEqAxHGaYn92FlZJh4MeoJRB9kL7DSJH8NqV/ t3BTqgaB2gpQfkfDzX+RZSJTr3iHbX+fB77aVOor+YUdLKsTT6pBExXBEmB43swAf0lZ +Tsg== X-Gm-Message-State: AKS2vOyXJxbyDLKQxb/iJUqO5ZrttwWu0kPxKuOrcfV/LDvhAlghj4dE MpIZt20xA/dxE70Zrwfz+4b5DYI65zR/QDE= X-Received: by 10.157.63.146 with SMTP id r18mr10761457otc.225.1498389251963; Sun, 25 Jun 2017 04:14:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.29.69 with HTTP; Sun, 25 Jun 2017 04:14:11 -0700 (PDT) In-Reply-To: References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> From: Johnny Sorocil Date: Sun, 25 Jun 2017 13:14:11 +0200 Message-ID: Subject: Re: Orange Pi Zero support To: Emmanuel Vadot Cc: 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: Sun, 25 Jun 2017 11:14:13 -0000 I have built -CURRENT (63fd4c37fb976e1c00408fd95f168af12088f92b) but I am unable to boot the board with sun8i-h2-plus-orangepi-zero.dtb (there is nothing on serial console). If sun8i-h3-orangepi-one.dtb is loaded, then board boots normally. Steps to reproduce: rm -rf /usr/obj make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null buildworld make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null KERNCONF=ALLWINNER buildkernel make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null KERNCONF=ALLWINNER DESTDIR=/mnt/sd2/ installkernel make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null KERNCONF=ALLWINNER DESTDIR=/mnt/sd2/ installworld cp -f /usr/obj/arm.armv6/usr/src/sys/boot/arm/uboot/ubldr{,.bin} /mnt/sd1 umount /mnt/sd1 ; umount /mnt/sd2 dd if=/usr/local/share/u-boot/u-boot-orangepi-one/u-boot-sunxi-with-spl.bin conv=notrunc,sync of=/dev/mmcsd0 bs=1024 seek=8 loader> load -t dtb sun8i-h2-plus-orangepi-zero.dtb loader> boot Booting... Using DTB from loaded file '/boot/dtb/sun8i-h2-plus-orangepi-zero.dtb'. Kernel entry at 0x42200100... Kernel args: (null) and it will hang If H3 dtb file is used: loader> load -t dtb sun8i-h3-orangepi-one.dtb loader> boot Booting... Using DTB from loaded file '/boot/dtb/sun8i-h3-orangepi-one.dtb'. Kernel entry at 0x42200100... Kernel args: (null) KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2017 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 12.0-CURRENT #0 63fd4c37fb9(master): Sun Jun 25 12:03:35 CEST 2017 root@innovator:/usr/obj/arm.armv6/usr/src/sys/ALLWINNER arm FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) <...> From owner-freebsd-arm@freebsd.org Sun Jun 25 11:21:11 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 779EDD8F41F for ; Sun, 25 Jun 2017 11:21:11 +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 DAC3467AB9 for ; Sun, 25 Jun 2017 11:21:09 +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 15f0706d; Sun, 25 Jun 2017 13:21:07 +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=WLNGAOlwRDCnUuoQnFlYkf4LCpM=; b=Io/jxUIIcwr6o1eoRuQfSi+W2EfB lDLqUkIg6ayBkSjAYizXNwaxFcdbSgk/v8CyPPje9pdPjxnJzfxgpsJuS7Ezpqjy HQNpkPN1XfO5ekW3xFshYayARjpCbJogxZvnv2UxbQXwkj9lqSV5WuC9dA3jsHuJ pvbebiHgT/sq/xE= 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=TUoav7GAGo9DoN/1j3HZzSgjmrb6R8c+aeaKISmeMqP9CGLTtFpup01n 8QW4VHVmpMIXX3l7SO8u9At9xWP2Xlf3swpkK7hkGZ4Oyr3LP/lvYUFO5C/vaVrK KNuRxXWTTBOUz/Tzlvuu5WgPaS1AjkBCWUjcwtSEKXj5irLr3eE= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id cbc45922 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 25 Jun 2017 13:21:07 +0200 (CEST) Date: Sun, 25 Jun 2017 13:21:06 +0200 From: Emmanuel Vadot To: Johnny Sorocil Cc: freebsd-arm@freebsd.org Subject: Re: Orange Pi Zero support Message-Id: <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> In-Reply-To: References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> 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: Sun, 25 Jun 2017 11:21:11 -0000 On Sun, 25 Jun 2017 13:14:11 +0200 Johnny Sorocil wrote: > I have built -CURRENT (63fd4c37fb976e1c00408fd95f168af12088f92b) but I am > unable to boot the board with sun8i-h2-plus-orangepi-zero.dtb (there is > nothing on serial console). > If sun8i-h3-orangepi-one.dtb is loaded, then board boots normally. > > Steps to reproduce: > rm -rf /usr/obj > make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null > buildworld > make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null > KERNCONF=ALLWINNER buildkernel > make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null > KERNCONF=ALLWINNER DESTDIR=/mnt/sd2/ installkernel > make -j4 TARGET_ARCH=armv6 SRCCONF=/dev/null __MAKE_CONF=/dev/null > KERNCONF=ALLWINNER DESTDIR=/mnt/sd2/ installworld You should use the GENERIC kernel, I'll remove ALLWINNER as it's not needed anymore. > cp -f /usr/obj/arm.armv6/usr/src/sys/boot/arm/uboot/ubldr{,.bin} /mnt/sd1 > umount /mnt/sd1 ; umount /mnt/sd2 It is not needed. > dd if=/usr/local/share/u-boot/u-boot-orangepi-one/u-boot-sunxi-with-spl.bin > conv=notrunc,sync of=/dev/mmcsd0 bs=1024 seek=8 I wouldn't use a different u-boot, see my last mail for compiling u-boot yourself. > loader> load -t dtb sun8i-h2-plus-orangepi-zero.dtb > loader> boot > Booting... > Using DTB from loaded file '/boot/dtb/sun8i-h2-plus-orangepi-zero.dtb'. > Kernel entry at 0x42200100... > Kernel args: (null) > and it will hang > > If H3 dtb file is used: > loader> load -t dtb sun8i-h3-orangepi-one.dtb > loader> boot > Booting... > > Using DTB from loaded file > '/boot/dtb/sun8i-h3-orangepi-one.dtb'. > > Kernel entry at > 0x42200100... > > Kernel args: > (null) > > KDB: debugger backends: > ddb > > KDB: current backend: > ddb > > Copyright (c) 1992-2017 The FreeBSD > Project. > > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, > 1994 > > The Regents of the University of California. All rights > reserved. > > FreeBSD is a registered trademark of The FreeBSD > Foundation. > > FreeBSD 12.0-CURRENT #0 63fd4c37fb9(master): Sun Jun 25 12:03:35 CEST > 2017 > root@innovator:/usr/obj/arm.armv6/usr/src/sys/ALLWINNER > arm > > FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM > 4.0.0) > <...> -- Emmanuel Vadot From owner-freebsd-arm@freebsd.org Mon Jun 26 02:09:30 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 AEA10D9ECD2 for ; Mon, 26 Jun 2017 02:09:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 960C38E0 for ; Mon, 26 Jun 2017 02:09:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5Q29U6q090522 for ; Mon, 26 Jun 2017 02:09:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 195998] arm release builds rely on having a host gcc Date: Mon, 26 Jun 2017 02:09:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Mon, 26 Jun 2017 02:09:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195998 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events Status|Open |Closed --- Comment #3 from Ed Maste --- Rework by gjb in r282553 seems to have addressed this. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Mon Jun 26 05:11:25 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 E388DDA1786 for ; Mon, 26 Jun 2017 05:11:25 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (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 A5593662A4 for ; Mon, 26 Jun 2017 05:11:25 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: by mail-oi0-x232.google.com with SMTP id l83so5442758oif.1 for ; Sun, 25 Jun 2017 22:11:25 -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=BR0/XqbYQVp+Kjyw3LbZBYQuc+uXuQ6TgZbJ9E5HsVc=; b=MjvlsREGLyr7hM805GkvsjP8Oko6WBdNZRzrBiVlJIOyaBoBQ29A+TUJTCf4rvBbrI vqsO2FMF+1ipKeGDpxXcGfDE6bur23aVecMb1Uoym/zLz5z2OJxgmVVz2sZBhU4NhUID FVs0UhV62K7IJBvkjSNu3p69FQqOLVXyWmo9TIqccyW/U/W5mwLM9EnRyoXZ8qNqloCR D2DatpD3vrEZFDvnE4CeR8uFHEEfcnA2a6QKUxnVN2ujbyiqpLHGmYWRxY6F7jagoU2d 31DQRGzo/DNwYB/XcFzverQtH6f1iUrRlxHuESkQTEHh4Mfzm0M7UDJHh0o/02yg4nX6 Yd4g== 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=BR0/XqbYQVp+Kjyw3LbZBYQuc+uXuQ6TgZbJ9E5HsVc=; b=JGsOHcE+ciB4Z86F7+IdIjdr6t4MUJj5P2tiOLVczcVUaFIkrKjROwCX+kH04XMlkr NJW5y1SgVnGyX/vGdE5ILq0Aor1PnzWH1685C3wsdXCWbATAuaqidoeLHmhSKcvTAbOk mNYjH9Rxl2M90EYQ9Y9r5YRHGNxSK3XNK+c9aEZsnSbgvEKlNK/ljq+ye0/jYqsHWjjq D/pEkP1LjIyux7AcQ/6YOIz4/Yr73wmGuJriI0plu+XSMYpze5Z2TCYSPK76JH3zoEE7 iPK4ua4EFmyEcHOHpmlfTp4kFoiDORhYOADKXrgeVJ3ijk4UF3CdDlDWCEF2eOnDcHNl mUcw== X-Gm-Message-State: AKS2vOx2LnpvEjjFWMfxSEODzK5T0Rpa+WxfRfngKAyx3Fzenbp0jEFK 1I+cbtuTCYRpSTHsuJzJ4HDCM69OiQ== X-Received: by 10.202.204.80 with SMTP id c77mr10604306oig.71.1498453884653; Sun, 25 Jun 2017 22:11:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.32.34 with HTTP; Sun, 25 Jun 2017 22:11:24 -0700 (PDT) In-Reply-To: References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> From: Ganbold Tsagaankhuu Date: Mon, 26 Jun 2017 13:11:24 +0800 Message-ID: Subject: Re: Orange Pi Zero support To: Johnny Sorocil 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: Mon, 26 Jun 2017 05:11:26 -0000 On Sun, Jun 25, 2017 at 1:31 AM, Johnny Sorocil wrote: > On Sat, Jun 24, 2017 at 5:15 PM, Emmanuel Vadot > wrote: > > > There is nothing on the serial console because we miss the h2 > > definition in aw_machdep.c > > I've started to add proper support for it today but there is some > > problems with some old clocks drivers. I'm currently patching them and > > hope to commit H2Plus support today or tomorow. > > It's nice to hear that :) > > I was experimenting with dts files (copied ethernet and emac part to the > working dts file) - there will be output on the serial console, but no > network: > # dmesg | grep awg > awg0: mem > 0x1c30000-0x1c30103,0x1c00030-0x1c00033 > irq 35 on simplebus0 dfs > awg0: PHY type: rgmii, conf mode: reg > awg0: EMAC clock: 0x00140006 > awg0: AHB frequency 300000000 Hz, MDC div: 0x3 > awg0: soft reset timed out > device_attach: awg0 attach returned 60 > Datasheet for H3 says that soft reset should be performed only after all > clock inputs are valid. > Is that because kernel is using old clock drivers? > 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. Ganbold > > Are these assumptions correct: > - the kernel will automatically use if_awg driver for the network card > (even on H2+ which doesn't have a Gb interface) if there is a correct > ethernet entry in dts? > - when using newer Linux dts file (for H2+) there is no output on the > serial console because dts file states that this is H2+, but FreeBSD > kernel doesn't know what to do with H2+? > - newer Linux dts files (which defines SoC as H2+) will be able to be > used to boot FreeBSD? > > What is the status of FreeBSD SDIO support? > > Can I somehow help with the porting effort? > > Maybe slightly OT: > How kernel is debugged? Connect JTAG debugger and then single step? > What to use from HW and SW for that purpose? > _______________________________________________ > 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" > From owner-freebsd-arm@freebsd.org Mon Jun 26 05:34:57 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 CC63ADA1E09 for ; Mon, 26 Jun 2017 05:34:57 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (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 8E61C66C01 for ; Mon, 26 Jun 2017 05:34:57 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: by mail-oi0-x232.google.com with SMTP id c189so49329608oia.2 for ; Sun, 25 Jun 2017 22:34:57 -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=cloDhs8R1ecQJ0b4KsIXhi5crUqKVrRNRNUvlYDn05U=; b=i0KW0ZEMzmktqo9MOHd6/B6BGBfKMCVUlOz4Zt4vMO4//xZ0AeMjjK3CnaDLGZoATl In4v+68sxCTOr2VDGPmXcVqp19xx/QhdIJ3ZntD2K0UngVQjFCeoT5MiiR+gsZQjjWWB ludynRBmjRm/sYAlHKSrLpsrClFbErStb0CtqpVPRMw4X/MU2gLeuVf9CoGGjX4VMP83 dUW7Xn/CMOuIVDm9BmGkFEh7y7ffYkfn3MmN0Mpr+SY/Yibw182uhVxNR2xVvpLZsD01 RIxMwSo3gF54Hm0Dpg2TLo301UzbcXOYubYq5o3mhLnGuO2/PhCZwZQR26HCK6+dQf6r Fj4A== 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=cloDhs8R1ecQJ0b4KsIXhi5crUqKVrRNRNUvlYDn05U=; b=szdJZWVc5iV87Kj9r5ZOcAtdJVBFWi93/cN8RkAjfm3E+qCQoeZSGRr0xho4f8LFLD T8auAFStKh5MxuPHesDL5zmn9rX8fVVDbeMzJBfZYF7WX64ukUuKcr0oCfEaV7IPBnzt H74QRvocbWb6rBsCiJlsQs4YkSWL677LqifITiofEqPGj+XdJygkDLnW75PthIXuvrnu wIUjNpL7w0B9knBL8BNx6lHWh50iFnTJc24opsFyaXcZowjwDGfTSL9k5cDq4vi9Ith5 /8FMSuSOGZ23cZiSxJ48hCwWzrLirdA/NsyoMWm4k6DcqKNgIh8i+g03SIy1cJ5PT0YO zIdQ== X-Gm-Message-State: AKS2vOwnCOYoHIaC0xZ/4PnzV5mWqJYRWqVP+waw5G+sAjMWCMQ42qO/ +uzuAoTbQSvTgynLrwmyTjdgYf7zVr5j0Wc= X-Received: by 10.202.79.11 with SMTP id d11mr8639982oib.101.1498455297020; Sun, 25 Jun 2017 22:34:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.29.69 with HTTP; Sun, 25 Jun 2017 22:34:56 -0700 (PDT) In-Reply-To: <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> From: Johnny Sorocil Date: Mon, 26 Jun 2017 07:34:56 +0200 Message-ID: Subject: Re: Orange Pi Zero support To: Emmanuel Vadot Cc: 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: Mon, 26 Jun 2017 05:34:57 -0000 On Sun, Jun 25, 2017 at 1:21 PM, Emmanuel Vadot wrote: > You should use the GENERIC kernel, I'll remove ALLWINNER as it's not > needed anymore. > Yes, GENERIC armv6 kernel is booting on Orange Pi Zero (with u-boot from ports for Orange Pi Zero and "boot/dtb/sun8i-h2-plus-orangepi-zero.dtb") :) Thank you for the help > I wouldn't use a different u-boot, see my last mail for compiling > u-boot yourself. > I have problem compiling your fork of u-boot (and vanilla v2017.07.): Steps: git checkout freebsd export CROSS_COMPILE=arm-none-eabi- gmake orangepi_zero_defconfig gmake menuconfig # select "Enable FreeBSD boot" gmake -j4 *** binman needs the Python libfdt library. *** Either install it on your system, or try: *** *** sudo apt-get install swig libpython-dev *** *** to have U-Boot build its own version. pkg info python\* python-2.7_3,2 python2-2_3 python27-2.7.13_4 python3-3_3 python34-3.4.6_2 python36-3.6.1_2 From owner-freebsd-arm@freebsd.org Mon Jun 26 06:41:05 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 BC4AFDA2D72 for ; Mon, 26 Jun 2017 06:41:05 +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 34837686AE for ; Mon, 26 Jun 2017 06:41:04 +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 62b841ef; Mon, 26 Jun 2017 08:40:55 +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=Ch4WM71Mv8Yq8aORuPqt97QTBbc=; b=CZGvGpYkSB7lOpR/nAq58KOAYpp/ i72LI+nTsSlLzsIsB01546jEl3hsv1XTqGCMdZljbDdA7AMphkzpvG7qWQ/EWzGR 7oOZ+V9rgDiArA0Icdusz5Iuwbnybl9OH0ltdqN16b2kXFQawOjuLnxNCvyxTNiM WNRPZ8u9ZWJN3Pg= 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=EOJciZjygOlIvR1FOOsBZBl4S39T/q9wcsaPqBd+qrdVBhwjsjPFdYPu 05INuHm/sImOjVVtsSR/aYRkTO2Mgr30QsCQaGFMlGXNHfeXAo80JotSm4gUBWnm pmSuZu9bVFpuxmQactU+hrs6U6ziwK2j0YoulZaqI4lZqwpDAGM= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id a99f2262 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 26 Jun 2017 08:40:55 +0200 (CEST) Date: Mon, 26 Jun 2017 08:40:50 +0200 From: Emmanuel Vadot To: Johnny Sorocil Cc: freebsd-arm@freebsd.org Subject: Re: Orange Pi Zero support Message-Id: <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> In-Reply-To: References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> 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: Mon, 26 Jun 2017 06:41:05 -0000 On Mon, 26 Jun 2017 07:34:56 +0200 Johnny Sorocil wrote: > On Sun, Jun 25, 2017 at 1:21 PM, Emmanuel Vadot > wrote: > > > You should use the GENERIC kernel, I'll remove ALLWINNER as it's not > > needed anymore. > > > > Yes, GENERIC armv6 kernel is booting on Orange Pi Zero (with u-boot from > ports for Orange Pi Zero and "boot/dtb/sun8i-h2-plus-orangepi-zero.dtb") :) > Thank you for the help > > > > I wouldn't use a different u-boot, see my last mail for compiling > > u-boot yourself. > > > > I have problem compiling your fork of u-boot (and vanilla v2017.07.): > Steps: > git checkout freebsd > export CROSS_COMPILE=arm-none-eabi- > gmake orangepi_zero_defconfig > gmake menuconfig # select "Enable FreeBSD boot" > gmake -j4 > > *** binman needs the Python libfdt library. > *** Either install it on your system, or try: > *** > *** sudo apt-get install swig libpython-dev > *** > *** to have U-Boot build its own version. > > pkg info python\* > python-2.7_3,2 > python2-2_3 > python27-2.7.13_4 > python3-3_3 > python34-3.4.6_2 > python36-3.6.1_2 sudo pkg install swig30 should solve the problem. -- Emmanuel Vadot From owner-freebsd-arm@freebsd.org Mon Jun 26 17:06: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 6EC56D8C56A for ; Mon, 26 Jun 2017 17:06:13 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::22b]) (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 28D37809AE for ; Mon, 26 Jun 2017 17:06:13 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: by mail-oi0-x22b.google.com with SMTP id p187so4263278oif.3 for ; Mon, 26 Jun 2017 10:06:13 -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=c66FNDSj44lytSWILEgYJWPOY8ay2UzR4pel3pIf0Oo=; b=J+082lonKP3VecaxZ9rSwdGX+MntitzYMrihvoPrUJTnpO9ZIQp6LfkufwprJLyzPi qTb5sshwWfjDqfcWa3TTo5eRzWxpsJqg+XQl/Ck6h9XYvAvb2Ha3j6HCJ8icFb1vTrCw J2MBUbZLaD/IT7dC7RUedKJLfGLo28UFnu6FA+TJ8eh0DGFGfknIUI1DTSQywIRxVoVQ BUxRnDb39k0ni26Fa/FX/qkSF0R4juHpTKaRDMTK8ATFGsYbWRMJLTyNrqov7iAqPT5I oPoPetPOE4hpliGcjWFOoCCwX4SsAjnvIf58EfrgZV2T/B0S4xcBNowAhA9HRkG6DN6m Zabg== 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=c66FNDSj44lytSWILEgYJWPOY8ay2UzR4pel3pIf0Oo=; b=X0mWEnGJhqVWQrCKcLjrN7XMNJM4xaKI/i9BrBHXXIimxuN4WyRiimt+ynBhLTkw39 +a+SwTi5evoOCvmBzzDopCpnFtRHh2vaRGIc/vlZ+90T3qrFSNBbg0cIfb+xRnkl76ft gX/TF7FHEAZB4El9oVmGlAAfwWPQsNUdZGPPfXF3GS91UrPesyswX+z0XOPBZtSHcryo Ux2AC7rhutJZFd8gPvG7HrXsrFX5yY3jXSLYCyRbQhmQ+jnfYO3NqTM7GJZ9mkHa5roj rqvQ41BFYDH+K3M2ouS+5HoKZffiO6vCYzdg3qio+PfqNwdZthOLcsI5zyzvG8zaJkZ2 OTKQ== X-Gm-Message-State: AKS2vOy7NzeJpZTPyjC+RNbovykt8liiRAJt6G5laRktynVqdmXTGw8i zhhHKvAaGS+sKowh/ZarxAyF3/OishpkQ8I= X-Received: by 10.202.228.70 with SMTP id b67mr715217oih.116.1498496772478; Mon, 26 Jun 2017 10:06:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.29.69 with HTTP; Mon, 26 Jun 2017 10:06:11 -0700 (PDT) In-Reply-To: <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> From: Johnny Sorocil Date: Mon, 26 Jun 2017 19:06:11 +0200 Message-ID: Subject: Re: Orange Pi Zero support To: Emmanuel Vadot Cc: 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: Mon, 26 Jun 2017 17:06:13 -0000 On Mon, Jun 26, 2017 at 8:40 AM, Emmanuel Vadot wrote: > sudo pkg install swig30 should solve the problem. > <...> COPY u-boot.dtb Traceback (most recent call last): File "", line 1, in ImportError: No module named libfdt *** binman needs the Python libfdt library. *** Either install it on your system, or try: *** *** sudo apt-get install swig libpython-dev *** *** to have U-Boot build its own version. gmake: *** [Makefile:1359: checkbinman] Error 1 % /usr/local/bin/swig3.0 -version SWIG Version 3.0.12 Compiled with c++ [amd64-portbld-freebsd11.0] Configured options: +pcre Please see http://www.swig.org for reporting bugs and further information I had installed swig 2.0 but it didn't help. From owner-freebsd-arm@freebsd.org Mon Jun 26 17:18:26 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 63229D8C7AC for ; Mon, 26 Jun 2017 17:18:26 +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 C599880D8E for ; Mon, 26 Jun 2017 17:18:24 +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 c822e9ee; Mon, 26 Jun 2017 19:18:22 +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=BdA5I7W0K0qc0f5eZtAo8lVbB4k=; b=j0YIBbn3ALT7/I6Q9ehZt3CgzcYy VRjruN3sGV25zsLnR/50xaq3/6SGBZwELdfFIwTkRcnMdleVeLLxqpOHcRqkyQBO UjnR6MTxZPHLql6iCnvZUeU40BZz3VPU8x/I07t3dydeMATMNKGHzE6RwwzqsoIg 6yqKCpdqoMlXHqU= 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=WCVW+3jgZa6jt4Z2jldA3+zx9CfVBb7Ufn5eu85hblDAnyRM6l/o3OCL RFbUglyzF7mZcXbPOggVEA6USQf09162mzr2fcpEl5IYQc/+A2kFfQyiELKf5IzP gLTTsNE57fz6drKpANt28/SlPR16XL4PUBTFCp+Xe5Ve6z74XfI= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 58c33ebc TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 26 Jun 2017 19:18:22 +0200 (CEST) Date: Mon, 26 Jun 2017 19:18:21 +0200 From: Emmanuel Vadot To: Johnny Sorocil Cc: freebsd-arm@freebsd.org Subject: Re: Orange Pi Zero support Message-Id: <20170626191821.c1b131f4a6f0178458911c06@bidouilliste.com> In-Reply-To: References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> 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: Mon, 26 Jun 2017 17:18:26 -0000 On Mon, 26 Jun 2017 19:06:11 +0200 Johnny Sorocil wrote: > On Mon, Jun 26, 2017 at 8:40 AM, Emmanuel Vadot > wrote: > > > sudo pkg install swig30 should solve the problem. > > > > <...> > COPY u-boot.dtb > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named libfdt > > *** binman needs the Python libfdt library. > *** Either install it on your system, or try: > *** > *** sudo apt-get install swig libpython-dev > *** > *** to have U-Boot build its own version. > gmake: *** [Makefile:1359: checkbinman] Error 1 > > % /usr/local/bin/swig3.0 -version > SWIG Version 3.0.12 > Compiled with c++ [amd64-portbld-freebsd11.0] > Configured options: +pcre > Please see http://www.swig.org for reporting bugs and further information > > I had installed swig 2.0 but it didn't help. Ah yes you need swig13 sorry (or patch some files in u-boot as it calls 'swig' and we install swig3 as swig3.0 etc ....) -- Emmanuel Vadot From owner-freebsd-arm@freebsd.org Mon Jun 26 18:06:27 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 4EB51D8D645 for ; Mon, 26 Jun 2017 18:06:27 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 0E272824F0 for ; Mon, 26 Jun 2017 18:06:27 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: by mail-oi0-x233.google.com with SMTP id p187so5170151oif.3 for ; Mon, 26 Jun 2017 11:06:27 -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=IPGIMcEazCNyM89pt3OzFZ9tExV4qsKBzIHqN9QSAUM=; b=EmHv+utVPIkERxGzK7axc55UrpZV61wkagaw7WvLbngM8+g0/2g+pvgdTp0RHh8Q/p 0xZX7ECRmJe0OSwIUjpaVJEOrCgybzCSPodSwGOm0VSKCHZoh4mXzzzDBwVY0lCxlr62 jVAewX0aj6fmIVilCZEUPC/HjBPUvCv49t422XP1d+e90+Eap/6GHAPfA2bpfF2PPPjb TQaOe1hH6g7C6oC+jCp+OCrWJ5j4rF0aDzhS0yfrttmYo+DVj/Ak8lO9/BumDE1wT5xQ 3a2uK4GrgQzDgHXBzN/WyLs9SL73e8Qyie4N7a3y2OE8xP9up4kii9nPfXEh1aK/E3qp rMTg== 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=IPGIMcEazCNyM89pt3OzFZ9tExV4qsKBzIHqN9QSAUM=; b=UtFSI5genQ17dNLxUUxGx6jZ7pUM2spN7ZgY1JCpdbxh4RNWYPRhTlTXDcAOrS5fRB GzjS4q6JQKfPi8MOpMK8aBqoiiUZAH0lUBMnFDb49Hmld8koPXEAl/KmKYDB598lfis3 Gc1B3u12essPNQ7a6/mPFMDK3doxO3rTE4+DdwQNw1wKKhxATwFv8PPzVKwb1KFfYDyU ka9C/LIciINL6cEnN30LQoUqORgLRBGGcKg3K42Xden8DFEPkvkYOhIwvkU8Cq27IKu4 Yp8qao5iQMDHy+YhIAt7pU++D7Bi9Ifz8vx8krr3GKNIxy6yuE2iiyZRQE52PAY/rBQa gMbg== X-Gm-Message-State: AKS2vOwl5aFZPWunS8E62q0veGwWGxRfE6E4Q+zvnY96fOdKYJ3n5syJ 6Kwwq51iPuG4mmtYx1aamnQZO7dVzXG3nnk= X-Received: by 10.202.79.11 with SMTP id d11mr774034oib.101.1498500386349; Mon, 26 Jun 2017 11:06:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.29.69 with HTTP; Mon, 26 Jun 2017 11:06:25 -0700 (PDT) In-Reply-To: <20170626191821.c1b131f4a6f0178458911c06@bidouilliste.com> References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> <20170626191821.c1b131f4a6f0178458911c06@bidouilliste.com> From: Johnny Sorocil Date: Mon, 26 Jun 2017 20:06:25 +0200 Message-ID: Subject: Re: Orange Pi Zero support To: Emmanuel Vadot Cc: 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: Mon, 26 Jun 2017 18:06:27 -0000 On Mon, Jun 26, 2017 at 7:18 PM, Emmanuel Vadot wrote: > > Ah yes you need swig13 sorry (or patch some files in u-boot as it > calls 'swig' and we install swig3 as swig3.0 etc ....) > Now it's working, thanks :) > U-Boot 2017.07-rc2-05617-gbb5fe68ffc (Jun 26 2017 - 19:39:45 +0200) Allwinner Technology > CPU: Allwinner H3 (SUN8I 1680) > Model: Xunlong Orange Pi Zero From owner-freebsd-arm@freebsd.org Mon Jun 26 23:01:39 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 27C87D93C86 for ; Mon, 26 Jun 2017 23:01:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 151706E1A4 for ; Mon, 26 Jun 2017 23:01:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5QN1caf012388 for ; Mon, 26 Jun 2017 23:01:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 220297] arch(7) rename arm64 to aarch64 respecting `uname -p` making room for more in future Date: Mon, 26 Jun 2017 23:01:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: mfc-stable11? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Mon, 26 Jun 2017 23:01:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220297 Bug ID: 220297 Summary: arch(7) rename arm64 to aarch64 respecting `uname -p` making room for more in future Product: Base System Version: CURRENT Hardware: arm64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-arm@FreeBSD.org Reporter: jbeich@FreeBSD.org Flags: mfc-stable11? Created attachment 183822 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183822&action= =3Dedit v0 All architectures in arch(7) manpage use `uname -p` but aarch64 seems to use `uname -m`. This prohibits adding another architecture based on arm64 e.g., aarch32. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Tue Jun 27 13:18: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 B01C2DAA6A0 for ; Tue, 27 Jun 2017 13:18:33 +0000 (UTC) (envelope-from peter.blok@bsd4all.org) Received: from smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF6665D28 for ; Tue, 27 Jun 2017 13:18:32 +0000 (UTC) (envelope-from peter.blok@bsd4all.org) Received: from [212.54.34.117] (helo=smtp9.mnd.mail.iss.as9143.net) by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dPqNx-00037L-DB for freebsd-arm@FreeBSD.org; Tue, 27 Jun 2017 15:18:29 +0200 Received: from 5ed15678.cm-7-2b.dynamic.ziggo.nl ([94.209.86.120] helo=wan0.bsd4all.org) by smtp9.mnd.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dPqNx-0003be-Ab for freebsd-arm@FreeBSD.org; Tue, 27 Jun 2017 15:18:29 +0200 Received: from newnas (localhost [127.0.0.1]) by wan0.bsd4all.org (Postfix) with ESMTP id 211668F3 for ; Tue, 27 Jun 2017 15:18:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from wan0.bsd4all.org ([127.0.0.1]) by newnas (newnas.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yb9pQBexy2lR for ; Tue, 27 Jun 2017 15:18:27 +0200 (CEST) Received: from [192.168.1.64] (mm [192.168.1.64]) by wan0.bsd4all.org (Postfix) with ESMTPSA id 07A708E7 for ; Tue, 27 Jun 2017 15:18:26 +0200 (CEST) From: peter.blok@bsd4all.org Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Booting RPI2 with FreeBSD 11, 12 or pre-built images Message-Id: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> Date: Tue, 27 Jun 2017 15:18:25 +0200 To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.3273) X-SourceIP: 94.209.86.120 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=TaDmjVYh c=1 sm=1 tr=0 a=IkzOOneQUJP1+bAPekPvBg==:17 a=LWSFodeU3zMA:10 a=HdxzEQxaAAAA:8 a=zj7Pj_wZlZT56NlJm54A:9 a=QEXdDO2ut3YA:10 a=ZxYeCwr7Wuj4CM6G:21 a=_W_S_7VecoQA:10 a=jieHaypiTVdaWWeO-ZD-:22 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 13:18:33 -0000 I=E2=80=99m trying to build a RPI2 image with crochet using FreeBSD = 11-stable as well as current but all of them only show the rainbow = screen. I have tried the images from the FreeBSD ftp site and from raspbsd.org = without success. Nothing on the uart either. A = Raspbian image boots fine. Same with the Banana-pi Hate to admit but I=E2=80=99m stuck. Anybody else with the same problem? I am successfully able to boot on a RPI1B Peter From owner-freebsd-arm@freebsd.org Tue Jun 27 15:57:49 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 40076D888F4 for ; Tue, 27 Jun 2017 15:57:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 20C3B6F614 for ; Tue, 27 Jun 2017 15:57:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5RFvmrb038669 for ; Tue, 27 Jun 2017 15:57:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 220273] netgraph with Raspberry PI 3 panic on close Date: Tue, 27 Jun 2017 15:57:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: takawata@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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 15:57:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220273 Takanori Watanabe changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #4 from Takanori Watanabe --- I confirmed to be corrected. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Tue Jun 27 17:41:35 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 796F7D8C19D for ; Tue, 27 Jun 2017 17:41:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by mx1.freebsd.org (Postfix) with ESMTP id E167A761CA; Tue, 27 Jun 2017 17:41:34 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: Booting RPI2 with FreeBSD 11, 12 or pre-built images To: peter.blok@bsd4all.org, freebsd-arm@freebsd.org References: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> From: Jung-uk Kim Message-ID: Date: Tue, 27 Jun 2017 13:41:26 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="U3LxLWBF6RHe4NrFomktjwsDvlQXPNoDx" 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 17:41:35 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --U3LxLWBF6RHe4NrFomktjwsDvlQXPNoDx Content-Type: multipart/mixed; boundary="tCdhDc7FiiTSsFjVltPWTnNVl3Tw5Nmhg"; protected-headers="v1" From: Jung-uk Kim To: peter.blok@bsd4all.org, freebsd-arm@freebsd.org Message-ID: Subject: Re: Booting RPI2 with FreeBSD 11, 12 or pre-built images References: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> In-Reply-To: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> --tCdhDc7FiiTSsFjVltPWTnNVl3Tw5Nmhg Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 06/27/2017 09:18, peter.blok@bsd4all.org wrote: > I=E2=80=99m trying to build a RPI2 image with crochet using FreeBSD 11-= stable as well as current but all of them only show the rainbow screen. >=20 > I have tried the images from the FreeBSD ftp site and from raspbsd.org = without success. Nothing on the uart either. A Rasp= bian image boots fine. Same with the Banana-pi >=20 > Hate to admit but I=E2=80=99m stuck. Anybody else with the same problem= ? >=20 > I am successfully able to boot on a RPI1B I haven't tried prebuilt images for some time but once I had a similar problem. At the time, its msdosfs partition was formatted with long file name support, which is not supported by the loader. Jung-uk Kim --tCdhDc7FiiTSsFjVltPWTnNVl3Tw5Nmhg-- --U3LxLWBF6RHe4NrFomktjwsDvlQXPNoDx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEl1bqgKaRyqfWXu/CfJ+WJvzb8UYFAllSmM4ACgkQfJ+WJvzb 8UbbHQf/ZfbaD9JDfcjRTKUJTMDpuA9sQBn5hgMCLF7M71D4bpz3f5lMVAu7U5h5 rJAo92cnMTA43aFSrEeZwFyqyFUCVidE7E0GmNhtSurj1nlOE1+ZHKBxWlh7RrNw or8C3tq+JPi10FpAkWxbPIEiQoeMJs7bta+gbnUdCzcayryloXmATqHCTbiUlAzm CSrRZy3MMNARUNFVRb/ZC9ci5trYarc2ifWhLrS0p7+7yri0moH0ImuoHvLRdnG0 zt0pD2gVPt6s85jIdOwpjn7k9H2j4UA+Osvt693GZqk3JMVpEolpgvHru2ENj8wp WjCQQ9S/+2p3N0GOad73ZbzbZuld/Q== =DaQe -----END PGP SIGNATURE----- --U3LxLWBF6RHe4NrFomktjwsDvlQXPNoDx-- From owner-freebsd-arm@freebsd.org Tue Jun 27 20:08:48 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 063E1D8F329 for ; Tue, 27 Jun 2017 20:08:48 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::2]) (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 799527B28D for ; Tue, 27 Jun 2017 20:08:46 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from [172.30.250.35] ([85.183.171.18]) (authenticated bits=0) by olinguito.schwarzes.net (8.15.2/8.15.2) with ESMTPA id v5RK8ixx062139 for ; Tue, 27 Jun 2017 22:08:45 +0200 (CEST) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Tue, 27 Jun 2017 22:08:39 +0200 (CEST) Message-ID: <4a4698407ac.5c20f5b7@mail.schwarzes.net> In-Reply-To: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> References: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: Booting RPI2 with FreeBSD 11, 12 or pre-built images MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (olinguito.schwarzes.net [78.47.41.143]); Tue, 27 Jun 2017 22:08:45 +0200 (CEST) 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 20:08:48 -0000 On 27.06.17, peter.blok@bsd4all.org wrote: > I'm trying to build a RPI2 image with crochet using FreeBSD 11-stable as well as current > but all of them only show the rainbow screen. Maybe your raspberry is a RPI2-B V1.2 board with a BCM2837 SoC. -asc From owner-freebsd-arm@freebsd.org Tue Jun 27 20:15:31 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 9B3B8D8F5B5 for ; Tue, 27 Jun 2017 20:15:31 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from smtpq6.tb.mail.iss.as9143.net (smtpq6.tb.mail.iss.as9143.net [212.54.42.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 577EB7B757 for ; Tue, 27 Jun 2017 20:15:31 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from [212.54.34.116] (helo=smtp8.mnd.mail.iss.as9143.net) by smtpq6.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dPwtP-00028I-82; Tue, 27 Jun 2017 22:15:23 +0200 Received: from 5ed15678.cm-7-2b.dynamic.ziggo.nl ([94.209.86.120] helo=wan0.bsd4all.org) by smtp8.mnd.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dPwtP-0006Ct-5z; Tue, 27 Jun 2017 22:15:23 +0200 Received: from newnas (localhost [127.0.0.1]) by wan0.bsd4all.org (Postfix) with ESMTP id 3F5FBBAF; Tue, 27 Jun 2017 22:15:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from wan0.bsd4all.org ([127.0.0.1]) by newnas (newnas.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LqLLY7cBeE3f; Tue, 27 Jun 2017 22:15:21 +0200 (CEST) Received: from [192.168.1.64] (mm [192.168.1.64]) by wan0.bsd4all.org (Postfix) with ESMTPSA id 51104BA6; Tue, 27 Jun 2017 22:15:21 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Booting RPI2 with FreeBSD 11, 12 or pre-built images From: Peter Blok In-Reply-To: <4a4698407ac.5c20f5b7@mail.schwarzes.net> Date: Tue, 27 Jun 2017 22:15:20 +0200 Cc: freebsd-arm@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <3CFD423A-ACB6-46FF-AE01-45359D2A1535@bsd4all.org> References: <70863840-09A8-445C-8D05-863511309C1E@bsd4all.org> <4a4698407ac.5c20f5b7@mail.schwarzes.net> To: Andreas Schwarz X-Mailer: Apple Mail (2.3273) X-SourceIP: 94.209.86.120 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=SeaHTrZu c=1 sm=1 tr=0 a=IkzOOneQUJP1+bAPekPvBg==:17 a=IkcTkHD0fZMA:10 a=LWSFodeU3zMA:10 a=2CBa5PLeAAAA:8 a=6Q3WNqvRAAAA:8 a=6I5d2MoRAAAA:8 a=OBGuQPTxOYcWhtb3zesA:9 a=QEXdDO2ut3YA:10 a=P-bGirDpxC_R1w8JPriJ:22 a=I8PBwKCn76L9oNdl0isp:22 a=IjZwj45LgO3ly-622nXo:22 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No 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 20:15:31 -0000 That=E2=80=99s it! And now when I search on BCM2837 I find what I was = looking for. Thx Peter > On 27 Jun 2017, at 22:08, Andreas Schwarz = wrote: >=20 > On 27.06.17, peter.blok@bsd4all.org wrote: >=20 >> I'm trying to build a RPI2 image with crochet using FreeBSD 11-stable = as well as current=20 >> but all of them only show the rainbow screen. >=20 > Maybe your raspberry is a RPI2-B V1.2 board with a BCM2837 SoC. >=20 > -asc >=20 > _______________________________________________ > 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" 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. From owner-freebsd-arm@freebsd.org Wed Jun 28 10:48:58 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 C5F94D9EBD3 for ; Wed, 28 Jun 2017 10:48:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 B2E917412F for ; Wed, 28 Jun 2017 10:48:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5SAmwZI037076 for ; Wed, 28 Jun 2017 10:48:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 220140] net/mpd5 - on pine64 - system crash - Fatal data abort Date: Wed, 28 Jun 2017 10:48:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: takawata@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback- X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 28 Jun 2017 10:48:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220140 Takanori Watanabe changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Wed Jun 28 13:20:05 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 44725DA2350 for ; Wed, 28 Jun 2017 13:20:05 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [195.149.99.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "raven.bwct.de", Issuer "raven.bwct.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C5D8E78EF6 for ; Wed, 28 Jun 2017 13:20:03 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.15.2/8.15.2) with ESMTPS id v5SD6sSW072759 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 28 Jun 2017 15:06:55 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.5/8.14.4) with ESMTP id v5SD6m0Q004747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 28 Jun 2017 15:06:48 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.15.2/8.15.2) with ESMTPS id v5SD6mQB036336 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 28 Jun 2017 15:06:48 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.15.2/8.15.2/Submit) id v5SD6lHo036335; Wed, 28 Jun 2017 15:06:47 +0200 (CEST) (envelope-from ticso) Date: Wed, 28 Jun 2017 15:06:47 +0200 From: Bernd Walter To: Johnny Sorocil Cc: Ganbold Tsagaankhuu , "freebsd-arm@freebsd.org" Subject: Re: Orange Pi Zero support Message-ID: <20170628130647.GC27598@cicely7.cicely.de> Reply-To: ticso@cicely.de References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD cicely7.cicely.de 11.0-STABLE amd64 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-1.507 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de 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, 28 Jun 2017 13:20:05 -0000 On Tue, Jun 27, 2017 at 11:27:32PM +0200, Johnny Sorocil wrote: > 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. I did test one of Ganbold's nanopi-neo image in november, when the zero came out and it worked for me on the 256MB and 512MB OrangePi zero boards. I'm pretty sure ethernet had worked just fine. The only thing, which was a bit unstable was USB, which however was more likely because of the power supply setup I'd used during the test, than anything software related. > 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. > _______________________________________________ > 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" -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. From owner-freebsd-arm@freebsd.org Thu Jun 29 02:44:39 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 EE9ECD8E427 for ; Thu, 29 Jun 2017 02:44:39 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-15.reflexion.net [208.70.210.15]) (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 A08D871665 for ; Thu, 29 Jun 2017 02:44:39 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 26708 invoked from network); 29 Jun 2017 02:44:37 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 29 Jun 2017 02:44:37 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.40.1) with SMTP; Wed, 28 Jun 2017 22:44:37 -0400 (EDT) Received: (qmail 6968 invoked from network); 29 Jun 2017 02:44:37 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 29 Jun 2017 02:44:37 -0000 Received: from [192.168.1.114] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id F0799EC8AEE; Wed, 28 Jun 2017 19:44:36 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: /usr/ports -r444615 (e.g.) & head -r320458 (e.g.): sysutils/u-boot-pine64 build fails for arch/arm/dts/pine64_plus.dtb source handling error (gic in a64.dtsi) Message-Id: <746945FA-AFCD-40FE-AF7E-875B89EC1B4A@dsl-only.net> Date: Wed, 28 Jun 2017 19:44:36 -0700 To: Emmanuel Vadot , freebsd-arm , FreeBSD Toolchain , FreeBSD Ports X-Mailer: Apple Mail (2.3273) 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: Thu, 29 Jun 2017 02:44:40 -0000 Is the below a BSDL vs. GPL DTS issue? In my attempt to build sysutils/u-boot-pine64 I got: OBJCOPY u-boot.srec OBJCOPY u-boot-nodtb.bin start=3D$(aarch64-none-elf-nm u-boot | grep __rel_dyn_start | cut -f 1 = -d ' '); end=3D$(aarch64-none-elf-nm u-boot | grep __rel_dyn_end | cut = -f 1 -d ' '); tools/relocate-rela u-boot-nodtb.bin 0x4a000000 $start = $end SYM u-boot.sym DTC arch/arm/dts/pine64_plus.dtb Error at arch/arm/dts/.pine64_plus.dtb.dts.tmp:533:27: Expected unit = address gic: interrupt-controller@{ ^ Error at arch/arm/dts/.pine64_plus.dtb.dts.tmp:533:27: Failed to find = root node /. gic: interrupt-controller@{ ^ Failed to parse tree. gmake[3]: *** [scripts/Makefile.lib:299: arch/arm/dts/pine64_plus.dtb] = Error 1 gmake[2]: *** [dts/Makefile:36: arch-dtbs] Error 2 gmake[1]: *** [Makefile:821: dts/dt.dtb] Error 2 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory = '/usr/obj/portswork/usr/ports/sysutils/u-boot-pine64/work/u-boot-2016.05' Looking at the gic part of the source. . . # more = /usr/obj/portswork/usr/ports/sysutils/u-boot-pine64/work/u-boot-2016.05/ar= ch/arm/dts/a64.dtsi . . . gic: interrupt-controller@{ compatible =3D "arm,gic-400"; interrupt-controller; #interrupt-cells =3D <3>; #address-cells =3D <0>; reg =3D <0x01C81000 0x1000>, <0x01C82000 0x2000>, <0x01C84000 0x2000>, <0x01C86000 0x2000>; interrupts =3D ; }; I'll be trying 3 other u-boot-*'s so I may have more to report later. =3D=3D=3D Mark Millard markmi@dsl-only.net From owner-freebsd-arm@freebsd.org Thu Jun 29 03:52:21 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 208EED90B0A for ; Thu, 29 Jun 2017 03:52:21 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-15.reflexion.net [208.70.210.15]) (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 C1B7173B1E for ; Thu, 29 Jun 2017 03:52:19 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 29540 invoked from network); 29 Jun 2017 03:53:48 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 29 Jun 2017 03:53:48 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.40.1) with SMTP; Wed, 28 Jun 2017 23:52:18 -0400 (EDT) Received: (qmail 19926 invoked from network); 29 Jun 2017 03:52:18 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 29 Jun 2017 03:52:18 -0000 Received: from [192.168.1.114] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id D7686EC8A8B; Wed, 28 Jun 2017 20:52:17 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: /usr/ports -r444615 (e.g.) & head -r320458 (e.g.): sysutils/u-boot-pine64 build fails for arch/arm/dts/pine64_plus.dtb source handling error (gic in a64.dtsi) From: Mark Millard In-Reply-To: <746945FA-AFCD-40FE-AF7E-875B89EC1B4A@dsl-only.net> Date: Wed, 28 Jun 2017 20:52:17 -0700 Cc: freebsd-arm , FreeBSD Toolchain , FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: <51D64AB6-5E0A-4210-B3B1-CB236F1C9B39@dsl-only.net> References: <746945FA-AFCD-40FE-AF7E-875B89EC1B4A@dsl-only.net> To: Emmanuel Vadot X-Mailer: Apple Mail (2.3273) 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: Thu, 29 Jun 2017 03:52:21 -0000 On 2017-Jun-28, at 7:44 PM, Mark Millard wrote: > Is the below a BSDL vs. GPL DTS issue? >=20 > In my attempt to build sysutils/u-boot-pine64 I got: >=20 > OBJCOPY u-boot.srec > OBJCOPY u-boot-nodtb.bin > start=3D$(aarch64-none-elf-nm u-boot | grep __rel_dyn_start | cut -f 1 = -d ' '); end=3D$(aarch64-none-elf-nm u-boot | grep __rel_dyn_end | cut = -f 1 -d ' '); tools/relocate-rela u-boot-nodtb.bin 0x4a000000 $start = $end > SYM u-boot.sym > DTC arch/arm/dts/pine64_plus.dtb > Error at arch/arm/dts/.pine64_plus.dtb.dts.tmp:533:27: Expected unit = address > gic: interrupt-controller@{ > ^ > Error at arch/arm/dts/.pine64_plus.dtb.dts.tmp:533:27: Failed to find = root node /. > gic: interrupt-controller@{ > ^ > Failed to parse tree. > gmake[3]: *** [scripts/Makefile.lib:299: arch/arm/dts/pine64_plus.dtb] = Error 1 > gmake[2]: *** [dts/Makefile:36: arch-dtbs] Error 2 > gmake[1]: *** [Makefile:821: dts/dt.dtb] Error 2 > gmake[1]: *** Waiting for unfinished jobs.... > gmake[1]: Leaving directory = '/usr/obj/portswork/usr/ports/sysutils/u-boot-pine64/work/u-boot-2016.05' >=20 >=20 >=20 > Looking at the gic part of the source. . . >=20 > # more = /usr/obj/portswork/usr/ports/sysutils/u-boot-pine64/work/u-boot-2016.05/ar= ch/arm/dts/a64.dtsi > . . . > gic: interrupt-controller@{ > compatible =3D "arm,gic-400"; > interrupt-controller; > #interrupt-cells =3D <3>; > #address-cells =3D <0>; >=20 > reg =3D <0x01C81000 0x1000>, > <0x01C82000 0x2000>, > <0x01C84000 0x2000>, > <0x01C86000 0x2000>; > interrupts =3D (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; > }; >=20 >=20 >=20 > I'll be trying 3 other u-boot-*'s so I may have more to > report later. The other 3 that I tried worked fine: Installation of sysutils/u-boot-rpi2 (u-boot-rpi2-2015.04) Installation of sysutils/u-boot-rpi3 (u-boot-rpi3-2017.01) Installation of sysutils/u-boot-sinovoip-bpi-m3 = (u-boot-sinovoip-bpi-m3-2016.05) So this may be unique to a64.dtsi and its lack of hexadecimal digits after the "@" in what I quoted. Still, sysutils/u-boot-pine64 used to build. So it may be a BSDL vs. GPL DTS issue as far as the handling of the notation goes. =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-arm@freebsd.org Thu Jun 29 07:48:29 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 30D54D95C93; Thu, 29 Jun 2017 07:48:29 +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 39DBA79D93; Thu, 29 Jun 2017 07:48:27 +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 fa60e2d4; Thu, 29 Jun 2017 09:48:18 +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=QjgwgoXTXTe6gY8byXiDbnv1dNQ=; b=SPG/qNdrasbslzMLNDPU1lBRVfNO t5bEsEbTF0wjmyRjv5BLRGw1nvebl0abDsdaute43aPw0GOtzFXUWSorVe3YPf/v dqAn70iNb0BvT+D1VgvyRtBUdx7op98cVSwK9fcgvGerq5qlKlMyA43eDUfjKCGQ Ti6vOIA6VmejVUg= 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=VNwERX/USSLTVMecPM2D/GG0lZi/C5u29kh+2UeWU+sL/Wu0R3kP3gik AhISmLw0kGS+6nmVWXODBdlovS1bQA2PaaoxMcrJr1Wc/v3xPVd9JNXXg8PPi6V3 XugOvZAx+xhK4D+d1PSF8d8EHyiVEi5Yn0vfRG4xO1cVYW79O1w= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id e90134af TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 29 Jun 2017 09:48:18 +0200 (CEST) Date: Thu, 29 Jun 2017 09:48:18 +0200 From: Emmanuel Vadot To: Mark Millard Cc: Emmanuel Vadot , freebsd-arm , FreeBSD Toolchain , FreeBSD Ports Subject: Re: /usr/ports -r444615 (e.g.) & head -r320458 (e.g.): sysutils/u-boot-pine64 build fails for arch/arm/dts/pine64_plus.dtb source handling error (gic in a64.dtsi) Message-Id: <20170629094818.9c851cde402d80b2de30dc55@bidouilliste.com> In-Reply-To: <51D64AB6-5E0A-4210-B3B1-CB236F1C9B39@dsl-only.net> References: <746945FA-AFCD-40FE-AF7E-875B89EC1B4A@dsl-only.net> <51D64AB6-5E0A-4210-B3B1-CB236F1C9B39@dsl-only.net> 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: Thu, 29 Jun 2017 07:48:29 -0000 Hello Mark, On Wed, 28 Jun 2017 20:52:17 -0700 Mark Millard wrote: > On 2017-Jun-28, at 7:44 PM, Mark Millard wrote: > > > Is the below a BSDL vs. GPL DTS issue? > > > > In my attempt to build sysutils/u-boot-pine64 I got: > > > > OBJCOPY u-boot.srec > > OBJCOPY u-boot-nodtb.bin > > start=$(aarch64-none-elf-nm u-boot | grep __rel_dyn_start | cut -f 1 -d ' '); end=$(aarch64-none-elf-nm u-boot | grep __rel_dyn_end | cut -f 1 -d ' '); tools/relocate-rela u-boot-nodtb.bin 0x4a000000 $start $end > > SYM u-boot.sym > > DTC arch/arm/dts/pine64_plus.dtb > > Error at arch/arm/dts/.pine64_plus.dtb.dts.tmp:533:27: Expected unit address > > gic: interrupt-controller@{ > > ^ > > Error at arch/arm/dts/.pine64_plus.dtb.dts.tmp:533:27: Failed to find root node /. > > gic: interrupt-controller@{ > > ^ > > Failed to parse tree. > > gmake[3]: *** [scripts/Makefile.lib:299: arch/arm/dts/pine64_plus.dtb] Error 1 > > gmake[2]: *** [dts/Makefile:36: arch-dtbs] Error 2 > > gmake[1]: *** [Makefile:821: dts/dt.dtb] Error 2 > > gmake[1]: *** Waiting for unfinished jobs.... > > gmake[1]: Leaving directory '/usr/obj/portswork/usr/ports/sysutils/u-boot-pine64/work/u-boot-2016.05' > > > > > > > > Looking at the gic part of the source. . . > > > > # more /usr/obj/portswork/usr/ports/sysutils/u-boot-pine64/work/u-boot-2016.05/arch/arm/dts/a64.dtsi > > . . . > > gic: interrupt-controller@{ > > compatible = "arm,gic-400"; > > interrupt-controller; > > #interrupt-cells = <3>; > > #address-cells = <0>; > > > > reg = <0x01C81000 0x1000>, > > <0x01C82000 0x2000>, > > <0x01C84000 0x2000>, > > <0x01C86000 0x2000>; > > interrupts = > (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; > > }; > > Yes the node is wrong but if gpl dtc can handle that maybe we should to, I'll try to find time to fix that. > > > > I'll be trying 3 other u-boot-*'s so I may have more to > > report later. > > The other 3 that I tried worked fine: > > Installation of sysutils/u-boot-rpi2 (u-boot-rpi2-2015.04) > Installation of sysutils/u-boot-rpi3 (u-boot-rpi3-2017.01) > Installation of sysutils/u-boot-sinovoip-bpi-m3 (u-boot-sinovoip-bpi-m3-2016.05) > > So this may be unique to a64.dtsi and its lack of > hexadecimal digits after the "@" in what I quoted. > > Still, sysutils/u-boot-pine64 used to build. So it may > be a BSDL vs. GPL DTS issue as far as the handling of > the notation goes. > > === > Mark Millard > markmi at dsl-only.net I also a patch waiting for comment on the u-boot mailing list that add the possibility to specify which dtc to use, this will be needed for the next u-boot for arm64 board as it uses 'incbin' directive which bsd dtc doesn't support yet (David is looking into it). Anyway, new u-boot should be out around july 10th so I'll update the port right after. Thanks for reporting. -- Emmanuel Vadot From owner-freebsd-arm@freebsd.org Thu Jun 29 21:16:53 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 B4CD2DA5BF3 for ; Thu, 29 Jun 2017 21:16:53 +0000 (UTC) (envelope-from peter@pean.org) Received: from system.jails.se (system.jails.se [IPv6:2001:470:6c08::1]) (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 557AE7412D for ; Thu, 29 Jun 2017 21:16:51 +0000 (UTC) (envelope-from peter@pean.org) Received: from system.jails.se (system.jails.se [172.31.20.14]) by system.jails.se (Postfix) with SMTP id B6B7C102896 for ; Thu, 29 Jun 2017 23:16:47 +0200 (CEST) Received: from [IPv6:2001:470:de59::63] (unknown [IPv6:2001:470:de59::63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by system.jails.se (Postfix) with ESMTPSA id 4E25E102894 for ; Thu, 29 Jun 2017 23:16:45 +0200 (CEST) From: =?utf-8?Q?Peter_Ankerst=C3=A5l?= Content-Type: multipart/signed; boundary="Apple-Mail=_FE25F5A9-BAAA-47F6-9A1E-16400145561F"; protocol="application/pkcs7-signature"; micalg=sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: FreeBSD 12 on nano pi neo/orange pi zero Message-Id: <4C65D00C-C2C4-4635-B804-E1F6271F2B12@pean.org> Date: Thu, 29 Jun 2017 23:16:43 +0200 To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.3273) X-DSPAM-Result: Innocent X-DSPAM-Processed: Thu Jun 29 23:16:47 2017 X-DSPAM-Confidence: 1.0000 X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 59556e3f20257002712339 X-DSPAM-Factors: 27, exit+#+0xdea02e48+fp, 0.40000, exit+#+0xdea02e48+fp, 0.40000, sp+0xdea02e48+fp+#+KDB, 0.40000, image+for+#+#+I, 0.40000, 0xc3411ac8+r6+0xc0a258e8+r10, 0.40000, 0xdea02d60+r4, 0.40000, 37+top+22+#+1, 0.40000, 1+#+#+sleeping, 0.40000, have+no+idea+#+the, 0.40000, Free+#+#+#+THR, 0.40000, or+the+particular, 0.40000, lr+#+a+15+0x3d0, 0.40000, 0+#+#+I+have, 0.40000, 0+#+#+I+have, 0.40000, 0+md+var+log, 0.40000, stuff+like+#+ps+and, 0.40000, problem+#+#+image+or, 0.40000, something+#+to+#+The, 0.40000, r15+#+ror+#+!, 0.40000, was+found+#+sbin, 0.40000, UUID+#+DMI+data, 0.40000, dev+mmcsd0s2a+7307704, 0.40000, at+db+trace+#+wrapper, 0.40000, 0xc0692fe8+#+#+#+11, 0.40000, 0x00000000+#+#+r10, 0.40000, 0x00000000+#+#+r10, 0.40000, r15+#+#+!+db, 0.40000 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: Thu, 29 Jun 2017 21:16:53 -0000 --Apple-Mail=_FE25F5A9-BAAA-47F6-9A1E-16400145561F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi! I have used crochet and built an image for NanoPi NEO. I actually works = to boot in single user mode but the something seems to break.=20 The image is build on: FreeBSD-armv6-12.0-ALLWINNER-316170 I have no idea if the problem is my image or the particular revision of = FreeBSD. I could do stuff like top, ps, and df: # top last pid: 27; load averages: 1.24, 0.35, 0.13 up 0+00:00:27 = 00:00:49 2 processes: 1 running, 1 sleeping CPU: 0.0% user, 0.0% nice, 0.1% system, 0.0% interrupt, 99.9% idle Mem: 1720K Active, 108K Inact, 29M Wired, 4332K Buf, 461M Free Swap:=20 PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU = COMMAND 27 root 1 20 0 7624K 2792K CPU0 0 0:00 0.37% = top 22 root 1 20 0 6712K 2552K wait 3 0:00 0.00% sh # cat /etc/fstab = /dev/mmcsd0s1 /boot/msdos msdosfs rw,noatime 0 0 /dev/mmcsd0s2a / ufs rw,noatime 1 1 md /tmp mfs rw,noatime,-s50m 0 0 md /var/log mfs rw,noatime,-s15m 0 0 md /var/tmp mfs rw,noatime,-s12m 0 0 # df Filesystem 512-blocks Used Avail Capacity Mounted on /dev/mmcsd0s2a 7307704 1955960 4767128 29% / devfs 2 2 0 100% /dev I have this trace: # exit Growing root partition to fill device mmcsd0s2 resized mmcsd0s2a resized eval: growfs: Device not configured /etc/rc: WARNING: hostid: unable to figure out a UUID from DMI data, = generating a new one eval: uuidgen: Device not configured eval: /sbin/md5: Device not configured Setting hostuuid: . Setting hostid: 0x. sysctl: invalid unsigned long '0x' No suitable dump device was found. eval: /sbin/swapon: Device not configured Fast boot: skipping disk checks. panic: access but not attached cpuid =3D 0 time =3D 1262304250 KDB: stack backtrace: $a.4() at $a.4 pc =3D 0xc06e8f14 lr =3D 0xc02598dc = (db_trace_self_wrapper+0x30) sp =3D 0xdea028d8 fp =3D 0xdea029f0 db_trace_self_wrapper() at db_trace_self_wrapper+0x30 pc =3D 0xc02598dc lr =3D 0xc040e32c (vpanic+0x148) sp =3D 0xdea029f8 fp =3D 0xdea02a18 r4 =3D 0x00000100 r5 =3D 0x00000001 r6 =3D 0xc038fdec r7 =3D 0xc09ab2c8 vpanic() at vpanic+0x148 pc =3D 0xc040e32c lr =3D 0xc040e1d0 ($d.10) sp =3D 0xdea02a20 fp =3D 0xdea02a34 r4 =3D 0xc038fdec r5 =3D 0xdea02a3c r6 =3D 0x00000001 r7 =3D 0x00000000 r8 =3D 0x00000000 r9 =3D 0xc0a24fc0 r10 =3D 0xc2b79cd0 $d.10() at $d.10 pc =3D 0xc040e1d0 lr =3D 0xc038fc30 (g_access+0x2d8) sp =3D 0xdea02a48 fp =3D 0xdea02a90 r4 =3D 0xc3272200 r5 =3D 0x00000001 r6 =3D 0x00000001 r10 =3D 0xc2b79cd0 g_access() at g_access+0x2d8 pc =3D 0xc038fc30 lr =3D 0xc0692fe8 ($a.15+0x3d0) sp =3D 0xdea02a98 fp =3D 0xdea02bb8 r4 =3D 0xc07a479b r5 =3D 0xc32bc360 r6 =3D 0xc3320000 r7 =3D 0xc331f000 r8 =3D 0xc323fae0 r9 =3D 0xc0a24fc0 r10 =3D 0xc2b79cd0 $a.15() at $a.15+0x3d0 pc =3D 0xc0692fe8 lr =3D 0xc04d0dc4 ($a.11+0xa64) sp =3D 0xdea02bc0 fp =3D 0xdea02d60 r4 =3D 0xc0880980 r5 =3D 0x00000000 r6 =3D 0xffffffff r7 =3D 0x00000001 r8 =3D 0xc2b79c44 r9 =3D 0xc2b79c40 r10 =3D 0x10005011 $a.11() at $a.11+0xa64 pc =3D 0xc04d0dc4 lr =3D 0xc04cf92c (sys_nmount+0x64) sp =3D 0xdea02d68 fp =3D 0xdea02d80 r4 =3D 0xc323fae0 r5 =3D 0x00000000 r6 =3D 0x00000000 r7 =3D 0x60000013 r8 =3D 0x00000000 r9 =3D 0x00000000 r10 =3D 0xc323fae0 sys_nmount() at sys_nmount+0x64 pc =3D 0xc04cf92c lr =3D 0xc070b120 ($a.6+0x210) sp =3D 0xdea02d88 fp =3D 0xdea02e40 r4 =3D 0xdea02da0 r5 =3D 0xc3411ac8 r6 =3D 0xc0a258e8 r10 =3D 0xc323fae0 $a.6() at $a.6+0x210 pc =3D 0xc070b120 lr =3D 0xc06ebbc8 (swi_exit) sp =3D 0xdea02e48 fp =3D 0xbfbfe3f0 r4 =3D 0x20623000 r5 =3D 0xbfbfe3cc r6 =3D 0xbfbfe3c8 r7 =3D 0x0000017a r8 =3D 0x20625000 r9 =3D 0x00000000 r10 =3D 0x00000009 swi_exit() at swi_exit pc =3D 0xc06ebbc8 lr =3D 0xc06ebbc8 (swi_exit) sp =3D 0xdea02e48 fp =3D 0xbfbfe3f0 KDB: enter: panic [ thread pid 211 tid 100076 ] Stopped at $d.8: ldrb r15, [r15, r15, ror r15]! db>=20 --Apple-Mail=_FE25F5A9-BAAA-47F6-9A1E-16400145561F Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIL1TCCBeIw ggPKoAMCAQICEGunin0K14jWUQr5WeTntOEwDQYJKoZIhvcNAQELBQAwfTELMAkGA1UEBhMCSUwx FjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmlj YXRlIFNpZ25pbmcxKTAnBgNVBAMTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4X DTE1MTIxNjAxMDAwNVoXDTMwMTIxNjAxMDAwNVowdTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0 YXJ0Q29tIEx0ZC4xKTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSMw IQYDVQQDExpTdGFydENvbSBDbGFzcyAxIENsaWVudCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP ADCCAQoCggEBAL192vfDon2D9luC/dtbX64eG3XAtRmvmCSsu1d52DXsCR58zJQbCtB2/A5uFqNx WacpXGGtTCRk9dEDBlmixEd8QiLkUfvHpJX/xKnmVkS6Iye8wUbYzMsDzgnpazlPg19dnSqfhM+C evdfa89VLnUztRr2cgmCfyO9Otrh7LJDPG+4D8ZnAqDtVB8MKYJL6QgKyVhhaBc4y3bGWxKyXEtx 7QIZZGxPwSkzK3WIN+VKNdkiwTubW5PIdopmykwvIjLPqbJK7yPwFZYekKE015OsW6FV+s4DIM8U lVS8pkIsoGGJtMuWjLL4tq2hYQuuN0jhrxK1ljz50hH23gA9cbMCAwEAAaOCAWQwggFgMA4GA1Ud DwEB/wQEAwIBBjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwEgYDVR0TAQH/BAgwBgEB /wIBADAyBgNVHR8EKzApMCegJaAjhiFodHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9zZnNjYS5jcmww ZgYIKwYBBQUHAQEEWjBYMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5zdGFydHNzbC5jb20wMAYI KwYBBQUHMAKGJGh0dHA6Ly9haWEuc3RhcnRzc2wuY29tL2NlcnRzL2NhLmNydDAdBgNVHQ4EFgQU JIFsOWG+SQ+PtxtGK8kotSdIbWgwHwYDVR0jBBgwFoAUTgvvGqRAW6UXaYcwyjRoQ9BBrvIwPwYD VR0gBDgwNjA0BgRVHSAAMCwwKgYIKwYBBQUHAgEWHmh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3Bv bGljeTANBgkqhkiG9w0BAQsFAAOCAgEAi+P3h+wBi4StDwECW5zhIycjBL008HACblIf26HY0JdO ruKbrWDsXUsiI0j/7Crft9S5oxvPiDtVqspBOB/y5uzSns1lZwh7sG96bYBZpcGzGxpFNjDmQbcM 3yl3WFIRS4WhNrsOY14V7y2IrUGsvetsD+bjyOngCIVeC/GmsmtbuLOzJ606tEc9uRbhjTu/b0x2 Fo+/e7UkQvKzNeo7OMhijixaULyINBfCBJb+e29bLafgu6JqjOUJ9eXXj20p6q/CW+uVrZiSW57+ q5an2P2i7hP85jQJcy5j4HzA0rSiF3YPhKGAWUxKPMAVGgcYoXzWydOvZ3UDsTDTagXpRDIKQLZo 02wrlxY6iMFqvlzsemVf1odhQJmi7Eh5TbxI40kDGcBOBHhwnaOumZhLP+SWJQnjpLpSlUOj95uf 1zo9oz9e0NgIJoz/tdfrBzez76xtDsK0KfUDHt1/q59BvDI7RX6gVr0fQoCyMczNzCTcRXYHY0tq 2J0oT+bsb6sH2b4WVWAiJKnSYaWDjdA70qHX4mq9MIjO/ZskmSY8wtAk24orAc0vwXgYanqNsBX5 Yv4sN4Z9VyrwMdLcusP7HJgRdAGKpkR2I9U4zEsNJQJewM7S4Jalo1DyPrLpL2nTET8ZrSl5Utp1 UeGp/2deoprGevfnxWB+vHNQiu85o6MwggXrMIIE06ADAgECAhAVg7EhX8r2LDRKhDrOrr8zMA0G CSqGSIb3DQEBCwUAMHUxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYD VQQLEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20g Q2xhc3MgMSBDbGllbnQgQ0EwHhcNMTcwMTI2MjAxNDMwWhcNMjAwNDI2MjAxNDMwWjA4MRcwFQYD VQQDDA5wZXRlckBwZWFuLm9yZzEdMBsGCSqGSIb3DQEJARYOcGV0ZXJAcGVhbi5vcmcwggIiMA0G CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDcqYms37M3iO33p6LWK/fj7JFLGVacfvZf4CaHyg8m jY4sVP9HzeB6A/FOk0fvxDvK0Q7dIkoQdniS7DKcsBXpJ5s+tpszOhQ36RpD3B0xao3z0sI+9MyK 6IDu7pjxunC5qLYnVkcDjBPJ0X8qyR/bSvUQ3kBEOppPs8ol8GHsiRSy3TJL2wGapAdA+1r2KCqe eHrrCTGj4Dl7xvgUkfii6wShPH0yu66raHvdN6DHUyb1EFgS70HZ22+HuffqGvOB+iZZUeE9UQT0 pbzgCcHfkXfgRtNkzKDzrfYmJi9oTIpfyvusu8F9B9L3rZM6V2Stag4LLAo+zhsX1quM20Ilo71U GPhLgvDNjJnx1qli3tAyddxMhqJMhcRYDScIoIi6xZ4jNJvMlHJGTq29oH+A2TjAmM+gJY+0p4RB vVhNf7e0jSaVeHei+H+q9OlQmylXC1GzcUrzFDqWLDB70Sta20rQakZEFsQ+e+shxmj4AakCxY4D x5PvyWk48JWtmfaXboDG8Lr5RaULjHGEtg6ULVQdYakJDuCkjyYtZSZtC8PKk1uFzJu4yhfX9vOb VEabLeO5dSvNWYllUQdOP9nuNh5ZnHxEIHA1k/UgRvdwootCJ4TrTfHp7fQLbMP7AE53x88/M++A wNofKHoNqE7iPh1s9Os0ZWi/czCiFRI7wwIDAQABo4IBsjCCAa4wDgYDVR0PAQH/BAQDAgSwMB0G A1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDBDAJBgNVHRMEAjAAMB0GA1UdDgQWBBSxDZ1/nnS6 biObk7mYFx6CSYKuFzAfBgNVHSMEGDAWgBQkgWw5Yb5JD4+3G0YrySi1J0htaDBvBggrBgEFBQcB AQRjMGEwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbTA5BggrBgEFBQcwAoYt aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMvc2NhLmNsaWVudDEuY3J0MDgGA1UdHwQxMC8w LaAroCmGJ2h0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3NjYS1jbGllbnQxLmNybDAZBgNVHREEEjAQ gQ5wZXRlckBwZWFuLm9yZzAjBgNVHRIEHDAahhhodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS8wRwYD VR0gBEAwPjA8BgsrBgEEAYG1NwECBTAtMCsGCCsGAQUFBwIBFh9odHRwczovL3d3dy5zdGFydHNz bC5jb20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4IBAQCbKZGNOgGhchJ0IcN9rOEy8cwnHlBVDBTc kCdh6HPTeb7SiPmDLxJ1mp2ptKMjVDItkV9golRi4zWW0Q+aT8lJSbmLRWnTJflQB8zhbvSHwFzU VlsYEJBBUrMrfBeowZIcDLTr5VjmC7WysSSIAPyOLtbbIhYWVDiRc7FR3cMzMx0JHByg8iZqJ5/d S7CXj5NiRb8jp3Uo9Wo5o8qwuA0YQ/7ld7tZbE47jAQ6gOQ/J+yBNWCXOjklFmXeI6fxITO5XTq/ +SN1rp4lMR5KfahwYBf0m0jeZQbxek8XTTa1qHfDuZWdKP9Nab2LPYhOs+ShIMb3BNBgiJe7a3H7 yCwjMYIETjCCBEoCAQEwgYkwdTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4x KTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSMwIQYDVQQDExpTdGFy dENvbSBDbGFzcyAxIENsaWVudCBDQQIQFYOxIV/K9iw0SoQ6zq6/MzAJBgUrDgMCGgUAoIIBmTAY BgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNzA2MjkyMTE2NDNaMCMG CSqGSIb3DQEJBDEWBBSdDjAEj66kPbUZnESEHhHN6jx1dzCBmgYJKwYBBAGCNxAEMYGMMIGJMHUx CzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBD ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGllbnQg Q0ECEBWDsSFfyvYsNEqEOs6uvzMwgZwGCyqGSIb3DQEJEAILMYGMoIGJMHUxCzAJBgNVBAYTAklM MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9u IEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGllbnQgQ0ECEBWDsSFfyvYs NEqEOs6uvzMwDQYJKoZIhvcNAQEBBQAEggIAx1yga+Ua2NN5INwdYSFVFx9saOTZnESyhkA08Odn l72D3GNTwHPFRQEaDswuC2Sg9fGQ8E2TGEalNBlmgKBF6zikfckeDI8XSTXRmnq+yBKDMoBgFOIW +o6KBSIGJPVgBXNQmxxpHgq8R9a3gp0lw4MtXyn5JnPVJDTjxjb7Tt8wlGEagKzGmiNPVPoc3c9o 7k60SUcLndllrZM0IvQoxJ+c0N1pQgDZeuOlonOmv9vm6ykUg3VUpXdbJJWoU0vB5DtITmdBiVuC rDX5DM8npsO6dT5efTLLlMb6VMBPYVd/xJzlg8mrSokUB1CdcgfzbmP3S2983XKuCJy1l6TZPqRh eo9WyP+OM/t2+uqfxgMmKIWjOtodrwJU+kPnzz9rIVTGj0ZiHeN+j/GQDOkAriHuwWs0o6lCSBvo KZ1QrUxEpwTOCBpzgfd4yNmAa1Sd0iZFTgjzCEf5wxx0yKdnNyyPZtqj8DRg/T3YnAHkMgVPtgRw 6zHuNtikQcAyAmeFA19b/7FBCHd1LXs6K0NFCKngSMS50Zf38Yx5JEJNWQNgx9dHFYzHSRcYME/P r2CSOth7hlHc5TMkIyyfGv6X9RfxWG5yaalUs9mboFxeZEYxAVkBFbeZ+v6/rhKlh4qFNmsfs0cN e1g2iS90vQFHqcDVs+vNuABVy4ROHWGBudMAAAAAAAA= --Apple-Mail=_FE25F5A9-BAAA-47F6-9A1E-16400145561F-- From owner-freebsd-arm@freebsd.org Fri Jun 30 14:17:47 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 14A5CD9288B for ; Fri, 30 Jun 2017 14:17:47 +0000 (UTC) (envelope-from peter@pean.org) Received: from system.jails.se (system.jails.se [IPv6:2001:470:6c08::1]) (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 BB7CB6FA27 for ; Fri, 30 Jun 2017 14:17:45 +0000 (UTC) (envelope-from peter@pean.org) Received: from system.jails.se (system.jails.se [172.31.20.14]) by system.jails.se (Postfix) with SMTP id DD5A0101C16 for ; Fri, 30 Jun 2017 16:17:42 +0200 (CEST) Received: from [IPv6:2001:470:de59::63] (unknown [IPv6:2001:470:de59::63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by system.jails.se (Postfix) with ESMTPSA id D1D58101C14 for ; Fri, 30 Jun 2017 16:17:41 +0200 (CEST) From: =?utf-8?Q?Peter_Ankerst=C3=A5l?= Content-Type: multipart/signed; boundary="Apple-Mail=_6CD3E9F4-48B2-43CF-86FA-8DE97E9E49CA"; protocol="application/pkcs7-signature"; micalg=sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: FreeBSD 12 on nano pi neo/orange pi zero Date: Fri, 30 Jun 2017 16:17:33 +0200 References: <4C65D00C-C2C4-4635-B804-E1F6271F2B12@pean.org> To: freebsd-arm@freebsd.org In-Reply-To: <4C65D00C-C2C4-4635-B804-E1F6271F2B12@pean.org> Message-Id: X-Mailer: Apple Mail (2.3273) X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Jun 30 16:17:42 2017 X-DSPAM-Confidence: 1.0000 X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 59565d8620251286116376 X-DSPAM-Factors: 27, exit+#+0xdea02e48+fp, 0.40000, exit+#+0xdea02e48+fp, 0.40000, sp+0xdea02e48+fp+#+KDB, 0.40000, image+for+#+#+I, 0.40000, 0xc3411ac8+r6+0xc0a258e8+r10, 0.40000, 0xdea02d60+r4, 0.40000, 37+top+22+#+1, 0.40000, 1+#+#+sleeping, 0.40000, have+no+idea+#+the, 0.40000, Free+#+#+#+THR, 0.40000, or+the+particular, 0.40000, lr+#+a+15+0x3d0, 0.40000, 0+#+#+I+have, 0.40000, 0+#+#+I+have, 0.40000, 0+md+var+log, 0.40000, stuff+like+#+ps+and, 0.40000, problem+#+#+image+or, 0.40000, something+#+to+#+The, 0.40000, r15+#+ror+#+!, 0.40000, was+found+#+sbin, 0.40000, UUID+#+DMI+data, 0.40000, On+29+Jun+2017+at, 0.40000, dev+mmcsd0s2a+7307704, 0.40000, at+db+trace+#+wrapper, 0.40000, 0xc0692fe8+#+#+#+11, 0.40000, 0x00000000+#+#+r10, 0.40000, 0x00000000+#+#+r10, 0.40000 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: Fri, 30 Jun 2017 14:17:47 -0000 --Apple-Mail=_6CD3E9F4-48B2-43CF-86FA-8DE97E9E49CA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Nevermind. Newer src (r320481) solved the problem. /Peter. > On 29 Jun 2017, at 23:16, Peter Ankerst=C3=A5l wrote: >=20 > Hi! >=20 > I have used crochet and built an image for NanoPi NEO. I actually = works to boot in single user mode but the something seems to break.=20 >=20 > The image is build on: FreeBSD-armv6-12.0-ALLWINNER-316170 >=20 > I have no idea if the problem is my image or the particular revision = of FreeBSD. >=20 > I could do stuff like top, ps, and df: > # top >=20 > last pid: 27; load averages: 1.24, 0.35, 0.13 up 0+00:00:27 = 00:00:49 > 2 processes: 1 running, 1 sleeping > CPU: 0.0% user, 0.0% nice, 0.1% system, 0.0% interrupt, 99.9% idle > Mem: 1720K Active, 108K Inact, 29M Wired, 4332K Buf, 461M Free > Swap:=20 >=20 > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU = COMMAND > 27 root 1 20 0 7624K 2792K CPU0 0 0:00 0.37% = top > 22 root 1 20 0 6712K 2552K wait 3 0:00 0.00% = sh >=20 > # cat /etc/fstab = /dev/mmcsd0s1 /boot/msdos msdosfs rw,noatime 0 0 > /dev/mmcsd0s2a / ufs rw,noatime 1 1 > md /tmp mfs rw,noatime,-s50m 0 0 > md /var/log mfs rw,noatime,-s15m 0 0 > md /var/tmp mfs rw,noatime,-s12m 0 0 >=20 > # df > Filesystem 512-blocks Used Avail Capacity Mounted on > /dev/mmcsd0s2a 7307704 1955960 4767128 29% / > devfs 2 2 0 100% /dev >=20 >=20 > I have this trace: >=20 > # exit > Growing root partition to fill device > mmcsd0s2 resized > mmcsd0s2a resized > eval: growfs: Device not configured > /etc/rc: WARNING: hostid: unable to figure out a UUID from DMI data, = generating a new one > eval: uuidgen: Device not configured > eval: /sbin/md5: Device not configured > Setting hostuuid: . > Setting hostid: 0x. > sysctl: invalid unsigned long '0x' > No suitable dump device was found. > eval: /sbin/swapon: Device not configured > Fast boot: skipping disk checks. > panic: access but not attached > cpuid =3D 0 > time =3D 1262304250 > KDB: stack backtrace: > $a.4() at $a.4 > pc =3D 0xc06e8f14 lr =3D 0xc02598dc = (db_trace_self_wrapper+0x30) > sp =3D 0xdea028d8 fp =3D 0xdea029f0 > db_trace_self_wrapper() at db_trace_self_wrapper+0x30 > pc =3D 0xc02598dc lr =3D 0xc040e32c (vpanic+0x148) > sp =3D 0xdea029f8 fp =3D 0xdea02a18 > r4 =3D 0x00000100 r5 =3D 0x00000001 > r6 =3D 0xc038fdec r7 =3D 0xc09ab2c8 > vpanic() at vpanic+0x148 > pc =3D 0xc040e32c lr =3D 0xc040e1d0 ($d.10) > sp =3D 0xdea02a20 fp =3D 0xdea02a34 > r4 =3D 0xc038fdec r5 =3D 0xdea02a3c > r6 =3D 0x00000001 r7 =3D 0x00000000 > r8 =3D 0x00000000 r9 =3D 0xc0a24fc0 > r10 =3D 0xc2b79cd0 > $d.10() at $d.10 > pc =3D 0xc040e1d0 lr =3D 0xc038fc30 (g_access+0x2d8) > sp =3D 0xdea02a48 fp =3D 0xdea02a90 > r4 =3D 0xc3272200 r5 =3D 0x00000001 > r6 =3D 0x00000001 r10 =3D 0xc2b79cd0 > g_access() at g_access+0x2d8 > pc =3D 0xc038fc30 lr =3D 0xc0692fe8 ($a.15+0x3d0) > sp =3D 0xdea02a98 fp =3D 0xdea02bb8 > r4 =3D 0xc07a479b r5 =3D 0xc32bc360 > r6 =3D 0xc3320000 r7 =3D 0xc331f000 > r8 =3D 0xc323fae0 r9 =3D 0xc0a24fc0 > r10 =3D 0xc2b79cd0 > $a.15() at $a.15+0x3d0 > pc =3D 0xc0692fe8 lr =3D 0xc04d0dc4 ($a.11+0xa64) > sp =3D 0xdea02bc0 fp =3D 0xdea02d60 > r4 =3D 0xc0880980 r5 =3D 0x00000000 > r6 =3D 0xffffffff r7 =3D 0x00000001 > r8 =3D 0xc2b79c44 r9 =3D 0xc2b79c40 > r10 =3D 0x10005011 > $a.11() at $a.11+0xa64 > pc =3D 0xc04d0dc4 lr =3D 0xc04cf92c (sys_nmount+0x64) > sp =3D 0xdea02d68 fp =3D 0xdea02d80 > r4 =3D 0xc323fae0 r5 =3D 0x00000000 > r6 =3D 0x00000000 r7 =3D 0x60000013 > r8 =3D 0x00000000 r9 =3D 0x00000000 > r10 =3D 0xc323fae0 > sys_nmount() at sys_nmount+0x64 > pc =3D 0xc04cf92c lr =3D 0xc070b120 ($a.6+0x210) > sp =3D 0xdea02d88 fp =3D 0xdea02e40 > r4 =3D 0xdea02da0 r5 =3D 0xc3411ac8 > r6 =3D 0xc0a258e8 r10 =3D 0xc323fae0 > $a.6() at $a.6+0x210 > pc =3D 0xc070b120 lr =3D 0xc06ebbc8 (swi_exit) > sp =3D 0xdea02e48 fp =3D 0xbfbfe3f0 > r4 =3D 0x20623000 r5 =3D 0xbfbfe3cc > r6 =3D 0xbfbfe3c8 r7 =3D 0x0000017a > r8 =3D 0x20625000 r9 =3D 0x00000000 > r10 =3D 0x00000009 > swi_exit() at swi_exit > pc =3D 0xc06ebbc8 lr =3D 0xc06ebbc8 (swi_exit) > sp =3D 0xdea02e48 fp =3D 0xbfbfe3f0 > KDB: enter: panic > [ thread pid 211 tid 100076 ] > Stopped at $d.8: ldrb r15, [r15, r15, ror r15]! > db>=20 >=20 >=20 --Apple-Mail=_6CD3E9F4-48B2-43CF-86FA-8DE97E9E49CA Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIL1TCCBeIw ggPKoAMCAQICEGunin0K14jWUQr5WeTntOEwDQYJKoZIhvcNAQELBQAwfTELMAkGA1UEBhMCSUwx FjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmlj YXRlIFNpZ25pbmcxKTAnBgNVBAMTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4X DTE1MTIxNjAxMDAwNVoXDTMwMTIxNjAxMDAwNVowdTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0 YXJ0Q29tIEx0ZC4xKTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSMw IQYDVQQDExpTdGFydENvbSBDbGFzcyAxIENsaWVudCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP ADCCAQoCggEBAL192vfDon2D9luC/dtbX64eG3XAtRmvmCSsu1d52DXsCR58zJQbCtB2/A5uFqNx WacpXGGtTCRk9dEDBlmixEd8QiLkUfvHpJX/xKnmVkS6Iye8wUbYzMsDzgnpazlPg19dnSqfhM+C evdfa89VLnUztRr2cgmCfyO9Otrh7LJDPG+4D8ZnAqDtVB8MKYJL6QgKyVhhaBc4y3bGWxKyXEtx 7QIZZGxPwSkzK3WIN+VKNdkiwTubW5PIdopmykwvIjLPqbJK7yPwFZYekKE015OsW6FV+s4DIM8U lVS8pkIsoGGJtMuWjLL4tq2hYQuuN0jhrxK1ljz50hH23gA9cbMCAwEAAaOCAWQwggFgMA4GA1Ud DwEB/wQEAwIBBjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwEgYDVR0TAQH/BAgwBgEB /wIBADAyBgNVHR8EKzApMCegJaAjhiFodHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9zZnNjYS5jcmww ZgYIKwYBBQUHAQEEWjBYMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5zdGFydHNzbC5jb20wMAYI KwYBBQUHMAKGJGh0dHA6Ly9haWEuc3RhcnRzc2wuY29tL2NlcnRzL2NhLmNydDAdBgNVHQ4EFgQU JIFsOWG+SQ+PtxtGK8kotSdIbWgwHwYDVR0jBBgwFoAUTgvvGqRAW6UXaYcwyjRoQ9BBrvIwPwYD VR0gBDgwNjA0BgRVHSAAMCwwKgYIKwYBBQUHAgEWHmh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3Bv bGljeTANBgkqhkiG9w0BAQsFAAOCAgEAi+P3h+wBi4StDwECW5zhIycjBL008HACblIf26HY0JdO ruKbrWDsXUsiI0j/7Crft9S5oxvPiDtVqspBOB/y5uzSns1lZwh7sG96bYBZpcGzGxpFNjDmQbcM 3yl3WFIRS4WhNrsOY14V7y2IrUGsvetsD+bjyOngCIVeC/GmsmtbuLOzJ606tEc9uRbhjTu/b0x2 Fo+/e7UkQvKzNeo7OMhijixaULyINBfCBJb+e29bLafgu6JqjOUJ9eXXj20p6q/CW+uVrZiSW57+ q5an2P2i7hP85jQJcy5j4HzA0rSiF3YPhKGAWUxKPMAVGgcYoXzWydOvZ3UDsTDTagXpRDIKQLZo 02wrlxY6iMFqvlzsemVf1odhQJmi7Eh5TbxI40kDGcBOBHhwnaOumZhLP+SWJQnjpLpSlUOj95uf 1zo9oz9e0NgIJoz/tdfrBzez76xtDsK0KfUDHt1/q59BvDI7RX6gVr0fQoCyMczNzCTcRXYHY0tq 2J0oT+bsb6sH2b4WVWAiJKnSYaWDjdA70qHX4mq9MIjO/ZskmSY8wtAk24orAc0vwXgYanqNsBX5 Yv4sN4Z9VyrwMdLcusP7HJgRdAGKpkR2I9U4zEsNJQJewM7S4Jalo1DyPrLpL2nTET8ZrSl5Utp1 UeGp/2deoprGevfnxWB+vHNQiu85o6MwggXrMIIE06ADAgECAhAVg7EhX8r2LDRKhDrOrr8zMA0G CSqGSIb3DQEBCwUAMHUxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYD VQQLEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20g Q2xhc3MgMSBDbGllbnQgQ0EwHhcNMTcwMTI2MjAxNDMwWhcNMjAwNDI2MjAxNDMwWjA4MRcwFQYD VQQDDA5wZXRlckBwZWFuLm9yZzEdMBsGCSqGSIb3DQEJARYOcGV0ZXJAcGVhbi5vcmcwggIiMA0G CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDcqYms37M3iO33p6LWK/fj7JFLGVacfvZf4CaHyg8m jY4sVP9HzeB6A/FOk0fvxDvK0Q7dIkoQdniS7DKcsBXpJ5s+tpszOhQ36RpD3B0xao3z0sI+9MyK 6IDu7pjxunC5qLYnVkcDjBPJ0X8qyR/bSvUQ3kBEOppPs8ol8GHsiRSy3TJL2wGapAdA+1r2KCqe eHrrCTGj4Dl7xvgUkfii6wShPH0yu66raHvdN6DHUyb1EFgS70HZ22+HuffqGvOB+iZZUeE9UQT0 pbzgCcHfkXfgRtNkzKDzrfYmJi9oTIpfyvusu8F9B9L3rZM6V2Stag4LLAo+zhsX1quM20Ilo71U GPhLgvDNjJnx1qli3tAyddxMhqJMhcRYDScIoIi6xZ4jNJvMlHJGTq29oH+A2TjAmM+gJY+0p4RB vVhNf7e0jSaVeHei+H+q9OlQmylXC1GzcUrzFDqWLDB70Sta20rQakZEFsQ+e+shxmj4AakCxY4D x5PvyWk48JWtmfaXboDG8Lr5RaULjHGEtg6ULVQdYakJDuCkjyYtZSZtC8PKk1uFzJu4yhfX9vOb VEabLeO5dSvNWYllUQdOP9nuNh5ZnHxEIHA1k/UgRvdwootCJ4TrTfHp7fQLbMP7AE53x88/M++A wNofKHoNqE7iPh1s9Os0ZWi/czCiFRI7wwIDAQABo4IBsjCCAa4wDgYDVR0PAQH/BAQDAgSwMB0G A1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDBDAJBgNVHRMEAjAAMB0GA1UdDgQWBBSxDZ1/nnS6 biObk7mYFx6CSYKuFzAfBgNVHSMEGDAWgBQkgWw5Yb5JD4+3G0YrySi1J0htaDBvBggrBgEFBQcB AQRjMGEwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbTA5BggrBgEFBQcwAoYt aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMvc2NhLmNsaWVudDEuY3J0MDgGA1UdHwQxMC8w LaAroCmGJ2h0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3NjYS1jbGllbnQxLmNybDAZBgNVHREEEjAQ gQ5wZXRlckBwZWFuLm9yZzAjBgNVHRIEHDAahhhodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS8wRwYD VR0gBEAwPjA8BgsrBgEEAYG1NwECBTAtMCsGCCsGAQUFBwIBFh9odHRwczovL3d3dy5zdGFydHNz bC5jb20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4IBAQCbKZGNOgGhchJ0IcN9rOEy8cwnHlBVDBTc kCdh6HPTeb7SiPmDLxJ1mp2ptKMjVDItkV9golRi4zWW0Q+aT8lJSbmLRWnTJflQB8zhbvSHwFzU VlsYEJBBUrMrfBeowZIcDLTr5VjmC7WysSSIAPyOLtbbIhYWVDiRc7FR3cMzMx0JHByg8iZqJ5/d S7CXj5NiRb8jp3Uo9Wo5o8qwuA0YQ/7ld7tZbE47jAQ6gOQ/J+yBNWCXOjklFmXeI6fxITO5XTq/ +SN1rp4lMR5KfahwYBf0m0jeZQbxek8XTTa1qHfDuZWdKP9Nab2LPYhOs+ShIMb3BNBgiJe7a3H7 yCwjMYIETjCCBEoCAQEwgYkwdTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4x KTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSMwIQYDVQQDExpTdGFy dENvbSBDbGFzcyAxIENsaWVudCBDQQIQFYOxIV/K9iw0SoQ6zq6/MzAJBgUrDgMCGgUAoIIBmTAY BgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNzA2MzAxNDE3MzNaMCMG CSqGSIb3DQEJBDEWBBRvq4fCGMmmBHOQD1JoGEi66f99oDCBmgYJKwYBBAGCNxAEMYGMMIGJMHUx CzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBD ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGllbnQg Q0ECEBWDsSFfyvYsNEqEOs6uvzMwgZwGCyqGSIb3DQEJEAILMYGMoIGJMHUxCzAJBgNVBAYTAklM MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9u IEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGllbnQgQ0ECEBWDsSFfyvYs NEqEOs6uvzMwDQYJKoZIhvcNAQEBBQAEggIAeSWZPmIH8ySrkpwK63X0eRv64yjqGlFDA588p3Rs z9G8mrljuy33ZxBBXVtTjR5pOu6ysHUikFzidsjhdcPjHMLsTXZdnOQ0HXCNWIWnAsWDHvOaKzjX Z8uAUuv/F5BeehfRaVd5h+EUSCTq6OruBlgJmf4XguH9T8OXEVIGAoic0uLu6Vhf+HhpCmuU3IGd U7GWIymUv9RJ//OS/Yz2UtWsalCdlbFBej2j3lWLFwveBLn0HEUKkQKyUo7e1BOIoigdQI5pYr3e lV51OStcHxd2c/uAcyLsZOnTN+8mIAt3x2O/VDP1m+nFErXr4Sf/EVzlYNLhRPSagfcaaGytLbpR Gm+j0FRjUSuBFBoHQYovzDGiQMSDcawdp5gAG58QJRsZHNCF/7AikMvdM5PsJpmpUsNvPuT7tkx1 DRKr6t3wasMThjnjCD3UFpqbH5wdw5SzQo+PChMoJJXJ7F5HZkitr1vQQzVTICSrisAdFEtcWf5/ kjB2Vg/7wEuKg7FqsC7PJhSNJfEpZTF7y+0ISrR6KYi05neUaBDk1whvwLlBd4QCZyg5ZtVpWZAV YHC5qM5Jns9NJRdtQanF7vMQvt1d1qQpUKWcV96TGB77M+B9L/eSfQS/i6n8HGXts13NVbzBbN8N iR3rzu+PwzySExvCJW0Cnz7HLW0kKS/wLR0AAAAAAAA= --Apple-Mail=_6CD3E9F4-48B2-43CF-86FA-8DE97E9E49CA--