cAP ax does not reconfigure after netinstall

After a wrong configuration I reset the cAP ax I purchased few days ago, but after this reset no Wifi interface appears neither it takes address from dhcp anymore.

I did several attempts and after that I decide to go for a netinstall.

I did it via linux terminal and apprently was succesful:

# ./netinstall-cli -r -a 192.168.88.3 routeros-7.19.4-arm64.npk 
Version: 7.19.4(2025-07-28 11:09:08)
Will reset to default config
Using interface enx00249b065965
Using interface enx00249b065965
Waiting for Link-UP on enx00249b065965
Waiting for RouterBOARD...
Assigned 192.168.88.3 to D4:01:C3:BF:62:CB
Booting device D4:01:C3:BF:62:CB into setup mode
Formatting device D4:01:C3:BF:62:CB
Sending packages to device D4:01:C3:BF:62:CB
Packages sent to device D4:01:C3:BF:62:CB
Rebooting device D4:01:C3:BF:62:CB
Successfully finished installing device D4:01:C3:BF:62:CB

after the installation is finished it appears in winbox in ether1 a neightbor with address 0.0.0.0. I reboot and the result is the same: no wifi interface and the neighbor on address 0.0.0.0. The ether1 does not take the address from dhcp and any attempt to connect on mac address ends with timeout.
after repeating the procedure once it also appears an IPv6 interface, but this as well goes timeout on connect attempts.

Is the device broken? Anyone may suggest further procedures?

Reinstall wifi-qcom package and the wifi interfaces should reappear.

...and you don't include the wifi package?

./netinstall-cli -r -b -a 192.168.88.3 routeros-7.19.4-arm64.npk wifi-qcom-7.19.4-arm64.npk

Without the package installed at netinstall time, applying the default configuration fails.

Yes, my bad I did not understood it. :person_facepalming: