Is it possible to revert a ICON 600 to a previous SW revision via Cli?
Post failed upgrade attempt, not able to browse ICON (IE, Chrome or Firefox), ICON is at distance, I can access Cli
Is it possible to revert a ICON 600 to a previous SW revision via Cli?
Post failed upgrade attempt, not able to browse ICON (IE, Chrome or Firefox), ICON is at distance, I can access Cli
Hello Ben,
The Icon keeps a second partition with the previous firmware version every time the systems performs an update. It is possible to swap to this partition from the CLI.
Log in via ssh and stay in the rbsh> prompt.
Enter the following command to reboot to the alternate partition.
SysAdmin reset "reason",4
"reason" can be replaced with whatever text you would like to show in the reset logs.
SysAdmin reset reason:string, options:int32
Request a system reset with options
INPUTS
reason - String to be appended to reset log
options - Option mask for this reset
Defaults=0x0001 Reset to defaults
Swap=0x0004 Swap boot partition
OUTPUTS
_rv - Return status
Hello Ben,
The Icon keeps a second partition with the previous firmware version every time the systems performs an update. It is possible to swap to this partition from the CLI.
Log in via ssh and stay in the rbsh> prompt.
Enter the following command to reboot to the alternate partition.
"reason" can be replaced with whatever text you would like to show in the reset logs.
SysAdmin reset reason:string, options:int32
Request a system reset with options
INPUTS
reason - String to be appended to reset log
options - Option mask for this reset
Defaults=0x0001 Reset to defaults
Swap=0x0004 Swap boot partition
OUTPUTS
_rv - Return status