This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/BEAGLEBK: How to make the customer am335x board both wired and wireless network work simultaneously ?

Part Number: BEAGLEBK

Tool/software: Linux

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 ?

Thank you very much.