move mk tip for v7 routeros (#391)

This commit is contained in:
Steve 2024-08-31 10:52:05 -07:00 committed by GitHub
parent 18397aac1d
commit 20cab2b2e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -18,9 +18,7 @@ The first step is to choose the AREDN® firmware image for your specific hardwar
:alt: AREDN Firmware Selector :alt: AREDN Firmware Selector
:align: center :align: center
| Enter the first few characters of the hardware manufacturer in the *Model* search field (case insensitive), then click the firmware image dropdown on the right to choose the firmware release that you want to download. Next, find your device model in the search results list and click the row for your hardware. As shown below, this display will have links for all of the firmware images that are available to download for your device.
Enter the first few characters of the hardware manufacturer in the *Model* search field (case insensitive), then click the firmware image dropdown on the right to choose the firmware release that you want to download. Next, find your device model in the search results list and click the row for your hardware.
.. image:: _images/afs-2.png .. image:: _images/afs-2.png
:alt: AREDN Firmware Selector :alt: AREDN Firmware Selector
@ -36,6 +34,8 @@ TP-LINK or Ubiquiti
Mikrotik Mikrotik
If you are loading firmware on Mikrotik devices for the first time you must download **both** the *KERNEL* and *SYSUPGRADE* images. Otherwise download only the *SYSUPGRADE* firmware image. If you are loading firmware on Mikrotik devices for the first time you must download **both** the *KERNEL* and *SYSUPGRADE* images. Otherwise download only the *SYSUPGRADE* firmware image.
As noted in the Mikrotik install instructions, if you determine that your device is running RouterOS ``v7.x`` you can try to install the *SYSUPGRADE-V7* image or you can follow the procedure to downgrade RouterOS and then install the regular *SYSUPGRADE* image.
GL.iNET GL.iNET
For GL.iNet devices you will only see the *SYSUPGRADE* image for both first-time installs and firmware upgrades. For GL.iNet devices you will only see the *SYSUPGRADE* image for both first-time installs and firmware upgrades.

View File

@ -212,6 +212,8 @@ For Mikrotik devices you will use what is called *Etherboot* mode, and there are
If your Mikrotik device has "Protected Routerboot" enabled, then you will need to disable it before proceeding. Use the manufacturer's instructions to connect to your device and display the RouterOS web interface or command line. Navigate to *System > Routerboard > Settings > Boot Device* to uncheck or deselect ``Protected Routerboot``. Click the *Apply* button, then you should be able to power down the device and continue with the steps in the AREDN® firmware install checklist. If your Mikrotik device has "Protected Routerboot" enabled, then you will need to disable it before proceeding. Use the manufacturer's instructions to connect to your device and display the RouterOS web interface or command line. Navigate to *System > Routerboard > Settings > Boot Device* to uncheck or deselect ``Protected Routerboot``. Click the *Apply* button, then you should be able to power down the device and continue with the steps in the AREDN® firmware install checklist.
.. tip:: There may be cases when your Mikrotik device boots the AREDN® *kernel* file but its RouterOS version does not allow the *sysupgrade* file to be installed. You can read the instructions on this page (`OpenWRT - Procedures for RouterOS <https://openwrt.org/toh/mikrotik/common#make_sure_the_bootloader_is_compatible>`_) to determine which version of Mikrotik RouterOS your device has. If it is running version ``7.x`` then you can try installing the AREDN® *sysupgrade v7* firmware file. Or you can `downgrade Mikrotik RouterOS <https://openwrt.org/toh/mikrotik/common#downgrading_routeros>`_ prior to flashing the regular AREDN® *sysupgrade* file. Earlier versions of RouterOS and their NetInstall utilities can be found on the `Mikrotik website <https://mikrotik.com/download/archive>`_. Download an ARM version (``routeros-arm``) for devices that use the *ipq40xx* AREDN® firmware, or download a MIPSBE version (``routeros-mipsbe``) for other Mikrotik devices. Typically you can install a RouterOS version that is equal to or newer than the RouterOS version shown in the *Factory Firmware* field on the Mikrotik web display.
Install Preparation Install Preparation
+++++++++++++++++++ +++++++++++++++++++
@ -290,9 +292,6 @@ Execute the following commands from a Linux computer:
To transfer the image from a Windows computer you can use a *Secure Copy* program such as *WinSCP*. Then use a terminal program such as *PuTTY* to connect to the node via ssh or telnet in order to run the sysupgrade command shown as the last line above. To transfer the image from a Windows computer you can use a *Secure Copy* program such as *WinSCP*. Then use a terminal program such as *PuTTY* to connect to the node via ssh or telnet in order to run the sysupgrade command shown as the last line above.
.. tip:: There may be cases when your Mikrotik device boots the AREDN® *kernel* file but its RouterOS version does not allow the *sysupgrade* file to be installed. You can try the procedure on this page (`OpenWRT - downgrading RouterOS <https://openwrt.org/toh/mikrotik/common#downgrading_routeros>`_) to downgrade Mikrotik RouterOS prior to flashing the AREDN® firmware. Earlier versions of RouterOS and their NetInstall utilities can be found on the `Mikrotik website <https://mikrotik.com/download/archive>`_. Download an ARM version (``routeros-arm``) for devices that use the *ipq40xx* AREDN® firmware, or download a MIPSBE version (``routeros-mipsbe``) for other Mikrotik devices. Typically you can install a RouterOS version that is equal to or newer than the RouterOS version shown in the *Factory Firmware* field on the Mikrotik web display.
After successfully installing the *sysupgrade* file the node will automatically reboot to the new AREDN® firmware image. After successfully installing the *sysupgrade* file the node will automatically reboot to the new AREDN® firmware image.
TP-LINK First Install Process TP-LINK First Install Process