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/01/29 11:31] – [Detailed Steps] bikepunk | toh:mikrotik:common [2023/09/25 21:57] – [Common Procedures for MikroTik RouterBoard Products] 532910 | ||
|---|---|---|---|
| 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** |
| + | |||
| + | This isn't fully true, while the first part looks correct: v7 RouterBoot doesn' | ||
| </ | </ | ||
| Line 284: | Line 286: | ||
| ===== Step-By-Step OpenWrt Installation Processes on Routerboard ===== | ===== Step-By-Step OpenWrt Installation Processes on Routerboard ===== | ||
| ==== With a Linux and other unix-like OS ==== | ==== With a Linux and other unix-like OS ==== | ||
| - | * [[# | + | |
| + | | ||
| * [[# | * [[# | ||
| * Connect to web interface http:// | * Connect to web interface http:// | ||
| Line 292: | Line 295: | ||
| * 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 312: | Line 315: | ||
| --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 | ||