11-09-2021 10:17 AM
Hello,
I would like to know how to downgrade my ruckus T300 from unleashed mode to standalone mode.
I have the ruckus in the most recent unleashed firmware but now i want to do a test moving back to standalone mode.
I am trying to downgrade using CLI commands:
enable
debug
apfw_upgrade
It starts to downloading the patch but after some seconds gives an error.
11-09-2021 10:19 AM
The ruckus in unleashed mode looks weird because i cannot upgrade via the web browser does not show the AP.
11-09-2021 01:49 PM
Please disregard my comment above: I pasted in the wrong procedure. This is the CLI procedure to update the Standalone firmware to another version of the Standalone firmware.
To downgrade from Unleashed to Standalone, I did this according to my notes from a couple of weeks ago:
1) Create a local control file called "fwctl"
[rcks_fw.main]
<TFTP_IP_Address>
<Firmware_File_Name>
<File_Size_in_Bytes>
2) Host on TFTP server in same directory as the firmware image
3) ssh <AP_IP_Address>
4) enable
5) ap-mode
6) fw set control fwctl
7) fw set proto tftp
😎 fw set host <TFTP_IP_Address>
9) fw update
10) ssh <AP IP address>
11) set factory
12) reboot
Sorry about the confusion above. I hope this one works out for you instead. 🙂
Reference:
https://support.purdi.com/hc/en-gb/articles/360028865771-Access-Point-Firmware-Recovery-
11-10-2021 01:17 AM
@ryan_winland Thanks for the reply Ryan!
I have a question regarding creating the rcks_fw.main
How do I create this file?
11-10-2021 01:56 AM
ok i got it how to create this file.