I've compiled an image and am booting it via network (https://www.digi.com/resources/documentation/digidocs/90001548/#task/eclipse_ide/new/boot_your_images_from_network.htm%3FTocPath%3DDigi%2520Embedded%2520Yocto%7CSystem%2520development%7CProgram%2520devices%7CBoot%2520options%7C_____1) but the wlan is still not showing. I noticed that upon boot, it actually says "wlan: driver load failure." I then tried "sudo modprobe wlan" and I received the following message:
modprobe: can't load module wlan (extra/wlan.ko): No such device
What am I missing here?
I built the image with the following in my config file:
#
#Debugging
#
EXTRA_IMAGE_FEATURES += "eclipse-debug"
EXTRA_IMAGE_FEATURES += "dey-network"
EXTRA_IMAGE_FEATURES += "dey-wireless"