From owner-freebsd-arm@freebsd.org Fri Dec 15 16:06:22 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 F1406E85383 for ; Fri, 15 Dec 2017 16:06:22 +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 66B397B5BE for ; Fri, 15 Dec 2017 16:06:21 +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 c367a0f8; Fri, 15 Dec 2017 17:06:19 +0100 (CET) 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=cpp+RZK0N0vZOIZomf660W3nVBM=; b=PO1sEyjHz05k52mUPLX1R9WFXKl6 nOEhS3qEv/llfiIMuz3IO1fhhdxeT3nR3GlWLlifEP1EOQseMHv3CwmcE/6mAo73 4GtY4IpxriVYA8AnpqsmwdLpzZJRz73/L/YoNzRBItyt8rvwNDFV8kgQkoxLL9+n yUMJe872FqFxJxM= 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=Od0LUwTkIrcvWLJiscopFE0xEqOcft4gqg7VVQ5Obej2tDqpKwqKwCn5 gqcgdAt0AKVwMuoSsd9K9YvWqCIeYfvMDunATxFxcncTtdW1RPDdL9MBExpNmFhl YKK+WtFgj54WTFwuwhof7Rn44B0ofIQRJjjS7R6BmHi2UshzQFA= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id bf6e80eb TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 15 Dec 2017 17:06:19 +0100 (CET) Date: Fri, 15 Dec 2017 17:06:19 +0100 From: Emmanuel Vadot To: =?ISO-8859-1?Q?=3F=3F?= Cc: freebsd-arm@freebsd.org, Mark Millard Subject: Re: Orange pi one plug network cable after booted ,network will not active Message-Id: <20171215170619.8021fb253a15f3e54a356f9a@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2017 16:06:23 -0000 On Fri, 15 Dec 2017 16:41:56 +0800 ?? wrote: > Dear all, >=20 > I think ,this maybe is the problem of u-boot.dtb?? >=20 > scenario1:plug network cable first then power on,kernel had loaded. > network will work well. > even if I plug off cable then plug on again .network work well too. >=20 > scenario2:network cable not plug till kernel had loaded and prompt login > message. >=20 > booting message=3D>awg0:soft reset timed out >=20 > then I plug network cable ,network will not work. > ifconfig will not show awg0. > /etc/netstart will show =3D> ifconfig: interface awg0 does not exist >=20 > blow is my u-boot source > https://github.com/evadot/u-boot/tree/freebsd >=20 > export CROSS_COMPILE=3Darm-none-eabi- > gmake orangepi_one_defconfig > gmake menuconfig > vi .config > CONFIG_API=3Dy > gmake >=20 > how could I fixed this problem ?? > thanks all. I'll look into it but note that emac (if_awg) isn't in the dts for now and only will be when we pull the Liunx 4.15 dts (early january). --=20 Emmanuel Vadot