Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
| toh:mikrotik:rb2011uias [2020/10/30 05:49] – [Metarouter] teppo | toh:mikrotik:rb2011uias [2021/02/27 18:05] – cleanup according to the fixme notes danijeltudek | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| ^ other | 2" color touch display | ^ other | 2" color touch display | ||
| - | [[http:// | + | FIXME [[http:// |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ===== Historical info ===== | + | |
| - | + | ||
| - | FIXME For reference only. Delete after 31/ | + | |
| - | + | ||
| - | < | + | |
| - | + | ||
| - | < | + | |
| - | + | ||
| - | ==== Tracking reported experience with suggested patch for the 5 GigE Ports ==== | + | |
| - | + | ||
| - | FIXME For reference only. Delete after 31/ | + | |
| - | + | ||
| - | | user | platform | Unpatched (0x06000000) | 0x3e000000 | [[https:// | + | |
| - | | [[https:// | + | |
| - | | [[https:// | + | |
| - | | [[https:// | + | |
| - | | [[https:// | + | |
| - | | [[https:// | + | |
| - | | toerless | RB2011UiAS-2HnD | NOK | NOK | OK | AR9344 rev 3. WiFi works with all options | | + | |
| - | | jbergstroem | RB2011UiAS-2HnD | NOK | NOK | OK | AR9344 rev 3 | | + | |
| - | | ventYl | RB951G-2HnD | not tested | NOK | OK | Using 0x3e000000 works but reboot crashes each ~10 days or loses ethernet connectivity | | + | |
| - | | mycoe | RB2011UiAS-2HnD | not tested | NOK | OK | AR9344 rev 3. 74kc | | + | |
| [[https:// | [[https:// | ||
| Line 90: | Line 65: | ||
| 0x6f: 30 29 27 26 25 24 | 0x6f: 30 29 27 26 25 24 | ||
| 0x3e: 29 28 27 26 25 | 0x3e: 29 28 27 26 25 | ||
| - | |||
| - | ==== How to remove RouterOS and install OpenWrt ==== | ||
| - | |||
| - | FIXME For reference only. Delete after 31/ | ||
| - | |||
| - | **1.** What you need ? | ||
| - | |||
| - | -> (**< | ||
| - | |||
| - | -> (**< | ||
| - | |||
| - | **2.** Images | ||
| - | |||
| - | You must check version of your MikroTik device. | ||
| - | |||
| - | For 64M version you have to install **lede-XX.XX.X-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin** | ||
| - | |||
| - | For more than 64MB version you have to install **lede-XX.XX.X-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin** | ||
| - | |||
| - | Where '' | ||
| - | |||
| - | **lede-XX.XX.X-ar71xx-mikrotik-vmlinux-initramfs-lzma.elf** file you need to upload to the source device, this file is used to run in MikroTik memory. | ||
| - | |||
| - | |||
| - | **3.** How the installation proceeds (elucidation) | ||
| - | |||
| - | OpenWrt installation takes place in two stages - first we write OpenWrt to the device' | ||
| - | |||
| - | We need to configure the tftp server on the source device, giving the path to the image file that will be sent to the target device memory. | ||
| - | |||
| - | Connecting target device (eth1) to the source device (any switch port) image will be sent to the target device' | ||
| - | |||
| - | Sound signal informs about the completed procedure of transferring the image to the target device memory. | ||
| - | |||
| - | Now it is possible to log into the target device via ssh (user root, no password) | ||
| - | |||
| - | If everything went well, you can now start the installation to the NAND memory of the target device. | ||
| - | |||
| - | You need to setup basic HTTP web server on your laptop or PC. | ||
| - | |||
| - | |||
| - | **4.** Step by step installation | ||
| - | |||
| - | Edit source device configuration ''/ | ||
| - | |||
| - | |||
| - | '' | ||
| - | option tftp_root '/ | ||
| - | option dhcp_boot ' | ||
| - | |||
| - | at the end of this file add | ||
| - | |||
| - | '' | ||
| - | option ' | ||
| - | option ' | ||
| - | option ' | ||
| - | | ||
| - | where ''' | ||
| - | |||
| - | Save changes and wget **lede-XX.XX.X-ar71xx-mikrotik-vmlinux-initramfs-lzma.elf** into ''/ | ||
| - | |||
| - | Reboot your source device. | ||
| - | |||
| - | Power on your target device with reset button pushed until '' | ||
| - | |||
| - | Ether boot mode try to download image from your network device. | ||
| - | |||
| - | Connect target device (eth1) to the source device (any switch port) image will be sent to the target device' | ||
| - | |||
| - | One short signal from your target device informs about the completed procedure. | ||
| - | |||
| - | On your source device syslog should contain: | ||
| - | |||
| - | Mon Jan 8 19:15:09 2018 daemon.info dnsmasq-dhcp[1073]: | ||
| - | Mon Jan 8 19:15:11 2018 daemon.info dnsmasq-tftp[1073]: | ||
| - | Mon Jan 8 19:15:25 2018 daemon.info odhcpd[787]: | ||
| - | |||
| - | On your Laptop or PC manualy configure static IP 192.168.1.120 with 255.255.255.0 subnet and 192.168.1.1 gate | ||
| - | |||
| - | Disconnect cable from source device. Connect your laptop or PC to the '' | ||
| - | |||
| - | SSH into target device (user root, no password) | ||
| - | |||
| - | You should now see OpenWrt command line. Next step is to download image file *.bin to the /tmp directory of your target device. | ||
| - | |||
| - | # cd /tmp | ||
| - | # wget http:// | ||
| - | # sysupgrade -n / | ||
| - | | ||
| - | Where '' | ||
| - | |||
| - | The sysupgrade command flash your nand target device and reboot your MikroTik router automatically. | ||
| ===== Metarouter ===== | ===== Metarouter ===== | ||