Has the WiFI support broken in the 9.02.01.09 Linux release? I've tried the pre-built wic images and also rolled my own, and the WiFi is broken on all of them. Even tried the Debian image, with the same result.
Firstly, there is no default wificfg file on the boot partition. After creating it, WiFI does not come up, either in STA or AP mode. ip a shows wlan0 is down. Running the scripts in /usr./share/wl18xx gives various errors (including one I briefly saw which was something like "gerp: command not found". Did it mean "grep"?!). For example, trying to start the AP:
root@am64xx-evm:/usr/share/wl18xx# ./ap_start.sh adding wlan1 interface ./ap_start.sh: line 43: /usr/local/bin/hostapd: No such file or directory [ 667.275328] audit: type=1325 audit(1651168410.781:3): table=nat family=2 entries=0 op=xt_register pid=1157 comm="iptables" [ 667.277923] audit: type=1300 audit(1651168410.781:3): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=ffffed7dfad8 items=0 ppid=1134 pid=1157 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyS2 ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 667.277955] audit: type=1327 audit(1651168410.781:3): proctitle=69707461626C6573002D74006E6174002D4100504F5354524F5554494E47002D6F0065746830002D6A004D415351554552414445 [ 667.277977] audit: type=1325 audit(1651168410.795:4): table=nat family=2 entries=5 op=xt_replace pid=1157 comm="iptables" [ 667.277990] audit: type=1300 audit(1651168410.795:4): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=2bdd3210 items=0 ppid=1134 pid=1157 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyS2 ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 667.278006] audit: type=1327 audit(1651168410.795:4): proctitle=69707461626C6573002D74006E6174002D4100504F5354524F5554494E47002D6F0065746830002D6A004D415351554552414445
I went back to a November 2023 image I had created, and that works fine.