View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005146 | Yocto | WLAN | public | 2022-01-17 10:31 | 2022-01-25 15:45 |
Reporter | mueller | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | fsimx6sx-Y2020.03 | ||||
Target Version | yocto-next | Fixed in Version | yocto-next | ||
Summary | 0005146: MAC address does not get passed through for Silex WLAN module | ||||
Description | The init.d script for passing the MAC address from bdinfo to the RAM area is not automatically enabled. Systemd creates a systemd unit for init.d scripts, but they are not activated. Also the softlink to forward the MAC adrdress from the RAM area to the location of the module is missing. | ||||
|
Git-ID: 908d1143de04458209dbdf78c6f79bb0b82e2cda Fix passing of ethaddr for Silex WLAN module For Yocto the script S02silex now is replaced by the systemd unit silex.service, which can already be enabled through a postinstall script in the recipe. The module loads the ethaddr through /lib/firmware/wlan/wlan_mac.bin, so we need a softlink to the RAM area or else it is not possible to change the ethaddr in a read-only filesystem. |