<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I've noticed a few issues with the pandaboard image that builds. <br><br>1. core-image-sato does not have WiFi capability. I think it's missing firmware.<br><br>2. core-image-base is missing the linux-firmware. I added: <br>IMAGE_INSTALL_append = " linux-firmware". Now I have the necessary firmware to bring up the WiFi.<br><br>3. There is some delay cause in booting that affect the ability to have WiFi active after boot. I have to wait a few minutes until I see the error and recovery before doing the ifup wlan0.<br><br>dmesg | grep wl12 gives me the following output:<br><br>[ 0.396392] vwl1271: 1800 mV <br>[ 67.167297] wl12xx: ERROR could not get nvs file ti-connectivity/wl1271-nvs.bin: -2<br>[ 67.181457] wl12xx: loaded<br><br>(once I see the message above I can ifup wlan0 which produces this output below and WiFi now is working:<br><br>[ 135.964355] wl12xx: firmware booted (Rev 6.3.5.0.98)<br>[ 137.979522] wl12xx: Association completed.<br><br>Jim A<br><br><br> </div></body>
</html>