cancel
Showing results for 
Search instead for 
Did you mean: 

how to downgrade ruckus r550 unleashed to solo firmware

rajeshyadav
New Contributor

how to downgrade ruckus r550 unleashed to solo firmware

1 REPLY 1

sanjay_kumar
RUCKUS Team Member

Hi @rajeshyadav
If the Unleashed AP is a Master, then you ca login to the AP GUI, then go to Administration >> UPgrade >> then upload the below standalone version.
https://support.ruckuswireless.com/software/2764-ruckus-solo-access-point-114-0-0-0-5585-ga-refresh2...

If you are not able to login to the AP, then login to the CLI and follow the below instruction using FTP or TFTP:


- Standalone AP can be upgraded via CLI through FTP/TFTP. 
- Download the AP image file from the Ruckus Support Portal and follow the below procedure to upgrade the AP via CLI.
- Place the image file in the root directory of FTP/TFTP sever.

FTP:
fw set host <FTP server IP address> 
fw set proto ftp
fw set user <FTP username>
fw set password <FTP password>
fw set control <image file name>
fw update 
reboot


TFTP:
fw set host <TFTP server IP address> 
fw set proto tftp
fw set port 69
fw set control <image file name>
fw update 
reboot