Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 16:17:57 +0100
From:      Emmanuel Vadot <manu@bidouilliste.com>
To:        "Dr. Rolf Jansen" <rj@obsigna.com>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   Re: FreeBSD 13.0-CURRENT on BBB: cpswss0: failed to get PHY address from FDT
Message-ID:  <20190212161757.da2dda0e9b643d2a1390a4ce@bidouilliste.com>
In-Reply-To: <FD96E7EF-0E61-41D2-BFCD-46B727E21627@obsigna.com>
References:  <FD96E7EF-0E61-41D2-BFCD-46B727E21627@obsigna.com>

next in thread | previous in thread | raw e-mail | index | archive | help

 Hello,

On Mon, 11 Feb 2019 21:54:06 -0200
"Dr. Rolf Jansen" <rj@obsigna.com> wrote:

> I loaded the latest snapshot FreeBSD-13.0-CURRENT-arm-armv7-BEAGLEBONE-20190207-r343862 on my BeagleBone Black, and with that one the ethernet NIC does not work anymore. In the startup log I see:
> 
> cpswss0: failed to get PHY address from FDT
> 
> What can/shall I do?
> 
> Best regards
> 
> Rolf
> _______________________________________________
> 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"

 This is due to this commit in the DTS :
https://github.com/torvalds/linux/commit/4d8b032d3c03f4e9788a18bbb51b10e6c9e8a56b

 For a quick fix you can edit the DTS, revert this and recompile it.
 (from a FreeBSD machine exec this from /usr/src :
MACHINE=arm sh sys/tools/fdt/make_dtb.sh `pwd`/sys
sys/gnu/dts/arm/am335x-boneblack.dts . )

 Someone will need to fix this in
our cpsw driver.

-- 
Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190212161757.da2dda0e9b643d2a1390a4ce>