On Fri, Jan 12, 2018 at 2:50 AM, <[email protected]> wrote: > > I built a cutomer board based on beagle bone black but added the wl1835 for > wireless. I hope the customer board can use both wired and wireless network > simultaneously. > > Now I can boot the linux with wired network well. But when I add the > wireless overlay in uEnv.txt in RED as below. > > #Docs: elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 > > uname_r=4.4.91-ti-r133 > #uuid= > #dtb= > > > ###U-Boot Overlays### > ###Documentation: elinux.org/Beagleboard:BeagleBoneBlack_Debian > erlays > ###Master Enable > enable_uboot_overlays=1 > ### > ###Overide capes with eeprom > #uboot_overlay_addr0=/lib/firmware/<file0>.dtbo > #uboot_overlay_addr1=/lib/firmware/<file1>.dtbo > #uboot_overlay_addr2=/lib/firmware/<file2>.dtbo > #uboot_overlay_addr3=/lib/firmware/<file3>.dtbo > ### > ###Additional custom capes > uboot_overlay_addr4=/lib/firmware/BB-BBGW-WL1835-00A0.dtbo > #uboot_overlay_addr5=/lib/firmware/<file5>.dtbo > #uboot_overlay_addr6=/lib/firmware/<file6>.dtbo > > ..................... > > The board booted with wrieless network well but there was no eth0 interface > anymore. > > After I commented the RED line in uEnv.txt the eth0 interface showed again > and work well. > > Could someone tell me what I should do to make both wired and wireless > network work simultaneously ?
That's expected as teh "BeagleBone Green Wireless" doesn't have an ethernet port.. So you'll need to fork: BB-BBGW-WL1835-00A0.dts and remove this section: https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-BBGW-WL1835-00A0.dts#L143-L148 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgx_Ech9%2BAhCuN7Go4NEN7dg81LEYRwEyCA7o51FuHNzw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
