From owner-freebsd-embedded@freebsd.org Wed Apr 18 23:25:17 2018 Return-Path: Delivered-To: freebsd-embedded@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ECA3F8BB22 for ; Wed, 18 Apr 2018 23:25:17 +0000 (UTC) (envelope-from santoshrps@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 BAE947D94D for ; Wed, 18 Apr 2018 23:25:16 +0000 (UTC) (envelope-from santoshrps@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id h11-v6so3196167oic.3 for ; Wed, 18 Apr 2018 16:25:16 -0700 (PDT) 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=KV2ZmIn7O9mQxXex0Qzjlxt9XL/cwVgjhxhhE9Ov5Ek=; b=nSS4zgKyJzSE4N0tNsGjYNppTagkVjl+eAtgBLFn35byVFAJ/2u5rAZ0wuCLQWmqfr U7C3w3Zx8LbsnPYumH9kTxTNXkK44S5hOzYgjJ1vhcp/0nnCVvD66j2vM81yX/XfxEWO 6Iz3GzhQIQ5l8kO+qPpRrj9SDS0usml0wnQxjXZBnDjutXjmxRAtXZAgX/4Agg70cP72 RbmCeZn/DMauZgF/TRoyfUIX2jVtGcZcv9NBP30MjtRRlj2KRcqfZVz4eyF6BenxiiCx Ns2OjNEQpb8ATSeExIbZT505OccbdmC8X6NXiYvd/y/roPN6SgU1nuo8dRTMvKT/lBCV Mycg== 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=KV2ZmIn7O9mQxXex0Qzjlxt9XL/cwVgjhxhhE9Ov5Ek=; b=Li/9Y2mpgZ0UeCebbcdEvYTbiuMkMv4B+5B+2Yz8ip09siPAsLWPf6ve18/bc7QFcR 5cmarkI622I8a7iDWKQ/JXuVFXvaEMAhPDQ+j7WKeH7eDqnk/3FFPj9AR5lJHXz/sFPW 6QVZVo8rbwlkmGL/orqPxeP+OIYReOzZdIeyi4asMbFG5c994Qu+weKSGSFMcY+5/SGG /pFEj+5Vfk4TPfE4SSEfkxo1PsD1akVIJXYFyq9CS6EkFA3GaqCC0sF+gpXwyDXUszB2 8lR4b0PGXNzp3WQBfB8WbrShhNsvXmQVHKWCFEwYWd3Xp1r1AVai1pKQs3DS9//5oneD reMA== X-Gm-Message-State: ALQs6tBPJAhahIbJRCCrvUwDhdVfP1J5yA+eLlOCOnr7bX8jks3wniSC COZO3GpHSmDxF5gFvsCxXNv5WW2j9TZqv/4E0j4= X-Google-Smtp-Source: AIpwx49XMaDHhacNqPjg+JfNzm5Mv0RzYOZN5No+SHx7AgQaoyNiENpwHshZSwuZCsiVJ4QYcipSUDpCICCrBAx8QYQ= X-Received: by 2002:aca:cc50:: with SMTP id c77-v6mr2189232oig.307.1524093915631; Wed, 18 Apr 2018 16:25:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.127.1 with HTTP; Wed, 18 Apr 2018 16:25:15 -0700 (PDT) From: Pavan Rampalli Date: Wed, 18 Apr 2018 17:25:15 -0600 Message-ID: Subject: FreeBSD on Raspberry Pi 3B+ To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2018 23:25:17 -0000 Hi Everyone, Greetings. I am trying to compile FreeBSD-12 for Raspberry Pi 3B+. The compiled image is booting up properly, but not able to bring-up the ethernet interface. The raspberry pi 3B+ uses the LAN78XX on USB hub. I tried porting the correct device tree, but not able to see the prints or events when ethernet is connected. Also, the ethernet LEDs are not glowing when connected. The hardware is verified with Linux and the ethernet is working good. Can you please help how can I debug this. Regards, Pavan