I have MikroTik RB4011iGS+RM router.
7.1 does not show when I check for updates in PACKAGE LIST in WinBox.
How do I upgrade from 6.49.2 to 7.1?
] > system/check-installation
status: installation is ok
system/routerboard/print
routerboard: yes
model: XXXX
revision: YYY
serial-number: BBBBBB
firmware-type: CCCCCC
factory-firmware: 6.47.10
current-firmware: 6.49.2
upgrade-firmware: 6.49.2
> system package update set channel=upgrade
>] > system package update check-for-updates
channel: upgrade
installed-version: 6.49.2
latest-version: 7.1.1
status: New version is available
] > system package update download
] > system reboot
It's must be the version 6.49.2?First I would check if version is ok on system:and routerboard:Code: Select all] > system/check-installation status: installation is ok
Current firmware and upgrade firmware should be in the same version and also the same version of your routerosCode: Select allsystem/routerboard/print routerboard: yes model: XXXX revision: YYY serial-number: BBBBBB firmware-type: CCCCCC factory-firmware: 6.47.10 current-firmware: 6.49.2 upgrade-firmware: 6.49.2
Then you have to say that you want to change from 6 channel to 7:and usuall upgrade:Code: Select all> system package update set channel=upgrade
and after reboot check again the installation and upgrade the firmware.Code: Select all>] > system package update check-for-updates channel: upgrade installed-version: 6.49.2 latest-version: 7.1.1 status: New version is available ] > system package update download ] > system reboot
Best Regards,
Diego