From owner-freebsd-arm@freebsd.org Fri Dec 15 08:41:59 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 A7211E9F79C for ; Fri, 15 Dec 2017 08:41:59 +0000 (UTC) (envelope-from unto.foru13@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::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 3E24B6D241 for ; Fri, 15 Dec 2017 08:41:59 +0000 (UTC) (envelope-from unto.foru13@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id r78so15956129wme.5 for ; Fri, 15 Dec 2017 00:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=o/D+kCDNsb4jlkZnqZS2SQi0UjzKsC/3YVrTo1sbpuM=; b=PZdypksfChqFO8ubKsx3DMBP6PbTa05gy2xA6lZ/5Wwv9WkgVNpHLrXXwWx6zxrkne cqNn+W1HvMnfmsutOT0dYIYcg9icTX7exHYsWDTVpNy1x51mseV5MRjQCqzye0Ekm6JO F+9OBG8C7Bs3U7kH+F4XQcByGhlcg9tMCHjFbBVIVBA7+crTiG07mNf9IUeUlaETnRXR hjr5gNgfgIE1ZQg8tV0e1bQ5Lx5StBABllQigdCY/nq0xXyozhiQ4F84CYM2u4j5mgz7 g4azPni3rFbxwW3jSx55wI0Le9vsqK968C2ZgRaWc2Vv/qDPHO8KfcrfJEjpFoEAe48X yVFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o/D+kCDNsb4jlkZnqZS2SQi0UjzKsC/3YVrTo1sbpuM=; b=m2owfUmuAjFZ+0lgwpd6/kT2jYbqOKg+etgBuckFS/rGFHUilXL9SxfGHN8/opjCWU jkQT0i065pn5S+qqsQl/ZZ/szRUOCRIiHV+1qLacvh7bKZdEMD/NPAgvRS3MApUC27La 4BdedT5zaYG4MZm+eFxPLnfYYxY4GwfpS4vubehq8C1J1+cKIyHF7h8ICCXzIu3NLDUX ju9+iQkyIxdLD1k0y6SxPSiuCoS8A1OUuJdfzZ9Bv5TGvbfqmIoFeZD3NsrEt7qMISpD BkzIx6jAP5dExt3OGId+jlHcU1o4j1TTjcgaS1DMo+gtD1QK73ISfa/BrspxxjRC/WeP gSqw== X-Gm-Message-State: AKGB3mKwCVjLoWa2emQEf25MijvrtMF9PAsmgq+HUA4uTorOTfX3B3vM QGGJ4goVpkyJ2GWkR2rXiNtewYWWOlU6jBtlfcSP5g== X-Google-Smtp-Source: ACJfBotLPuecBaUCopgEHwpXPHdQ/MwZV37pvt4Sratl8NfqC77qu8tTuW8Pt6my4jtkhHXThIeg1IgWPHDf9Wxfjyc= X-Received: by 10.80.207.143 with SMTP id h15mr16056517edk.189.1513327316989; Fri, 15 Dec 2017 00:41:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.219.73 with HTTP; Fri, 15 Dec 2017 00:41:56 -0800 (PST) From: =?UTF-8?B?6Zi/6YeR?= Date: Fri, 15 Dec 2017 16:41:56 +0800 Message-ID: Subject: Orange pi one plug network cable after booted , network will not active To: freebsd-arm@freebsd.org, Emmanuel Vadot , Mark Millard Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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 08:41:59 -0000 Dear all, I think ,this maybe is the problem of u-boot.dtb?? 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. scenario2:network cable not plug till kernel had loaded and prompt login message. booting message=>awg0:soft reset timed out then I plug network cable ,network will not work. ifconfig will not show awg0. /etc/netstart will show => ifconfig: interface awg0 does not exist blow is my u-boot source https://github.com/evadot/u-boot/tree/freebsd export CROSS_COMPILE=arm-none-eabi- gmake orangepi_one_defconfig gmake menuconfig vi .config CONFIG_API=y gmake how could I fixed this problem ?? thanks all.