Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:mikrotik:common [2023/02/25 18:33] – [With a Linux and other unix-like OS] bikepunk | toh:mikrotik:common [2023/06/15 15:37] – [With a Linux and other unix-like OS] bikepunk | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| <WRAP alert> | <WRAP alert> | ||
| - | OpenWrt is not compatible with the bootloader of RouterOS **v7**. Do NOT upgrade your device | + | OpenWrt is not compatible with the bootloader of RouterOS **v7** |
| </ | </ | ||
| Line 285: | Line 285: | ||
| ==== With a Linux and other unix-like OS ==== | ==== With a Linux and other unix-like OS ==== | ||
| * Plug an ethernet cable between the router port 2 and your computer. | * Plug an ethernet cable between the router port 2 and your computer. | ||
| - | * [[# | + | * [[# |
| * [[# | * [[# | ||
| * Connect to web interface http:// | * Connect to web interface http:// | ||
| Line 293: | Line 293: | ||
| * Create the following script using a text editor such as vi: vi ~/ | * Create the following script using a text editor such as vi: vi ~/ | ||
| - | Note: Don't forget to change USER, IFNAME, IP/DHCP IP-range and file name/folder path for your needs and replace openwrt-19.07-*-initramfs-* with the appropriate filename. | + | Note: Don't forget to change USER, IFNAME, IP/DHCP IP-range and file name/folder path for your needs and replace openwrt-22.03-*-initramfs-* with the appropriate filename. |
| #!/bin/bash | #!/bin/bash | ||
| Line 313: | Line 313: | ||
| --tftp-root=$(pwd) | --tftp-root=$(pwd) | ||
| - | * Copy openwrt-19.07-*-initramfs-* file to the folder where the script is located. | + | * Copy openwrt-22.03-*-initramfs-* file to the folder where the script is located. |
| * Make the script executable | * Make the script executable | ||