Greetings all,
I have seen snippets of getting the TI WLINK working with the microzed board but I was wondering if anyone had more detailed instructions. I am new to petalinux and am a bit confused on how to go.
Here is what I have done so far.
I tested the Wireless link on the microzed using the standard files with changes to support the wireless. I was able to connect to a WPA network using iw and wpa_supplicant.
I now have a petalinux build on the SD card. This uses the pre-build BOOT.bin and my own image.ub based upon the microzed BSP.
I have modified the setup-env script to point to the xilinx build tools, the rootfs in the petalinux project and to point to the petalinux kernel.
I have run the init scipts successfully but when I try to build I get the following errors...
Verifying filesystem skeleton...
ERROR /home/woody/Embedded/software/linux/projects/mz-7z020/build/linux/rootfs/lib/modules/20144317..*/updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko Not found !
md5sum: /home/woody/Embedded/software/linux/projects/mz-7z020/build/linux/rootfs/lib/modules/20144317..*/updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko: No such file or directory
./_build_with_sudo.sh: line 729: [: !=: unary operator expected
ERROR /home/woody/Embedded/software/linux/projects/mz-7z020/build/linux/rootfs/lib/modules/20144317..*/updates/drivers/net/wireless/ti/wlcore/wlcore.ko Not found !
I think the problem is in my .config file.
Also will need to update the dts file, can someone advise on how to properly do that.
Thanks,
John
Thanks for any help.
John