On Fri, Jul 24, 2015 at 11:46 AM, Richard Taylor <[email protected]> wrote: > > > On Friday, July 24, 2015 at 4:35:21 PM UTC+1, RobertCNelson wrote: >> >> On Fri, Jul 24, 2015 at 4:53 AM, Richard Taylor <[email protected]> >> wrote: >> > Hi >> > >> > I am trying to get a AM335x Starter Kit working with a Ubuntu userspace. >> >> I really need to fire up ^ one of those and test it.. >> >> Does it help if you update the phy search patch with this one? >> >> >> https://raw.githubusercontent.com/RobertCNelson/linux-dev/master/patches/beaglebone/phy/0003-cpsw-search-for-phy.patch >> >> ? >> >> There was a possible bug in our phy search for "dual" Ethernets just >> never locked it down to "bbw/bbb" only, that's now fixed.. > > > Hi Robert > > > It looks like most of that patch is already present. The only bit that is > missing is the: > > + if (of_machine_is_compatible("ti,am335x-bone")) > > in: > > + > + #if IS_ENABLED(CONFIG_OF) > + if (of_machine_is_compatible("ti,am335x-bone")) > + davinci_mdio_update_dt_from_phymask(phy_mask); > + #endif > > Is it worth recompiling the kernel with this change?
Correct that's the one tweak i made this morning after reading your email. ;) Still not sure, if it'll help, but i know there was a possible problem for dual ethernet devices in that fixup.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
