| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| toh:mikrotik:lhg5_board_based_devices [2023/11/25 13:23] – yolo | toh:mikrotik:lhg5_board_based_devices [2024/05/10 22:28] – [Installation] yolo |
|---|
| * [[https://mikrotik.com/product/RBLHG-5nD|LHG 5]] (RBLHG-5nD) | * [[https://mikrotik.com/product/RBLHG-5nD|LHG 5]] (RBLHG-5nD) |
| |
| * [[https://mikrotik.com/product/RBLHG-5HPnD-XL|LHG XL HP5]] (RBLHG-5HPnD-XL) | * [[https://mikrotik.com/product/RBLHG-5HPnD-XL|LHG XL HP5]] (RBLHG-5HPnD-XL) NOT SUPPORTED YET OFFICIALLY BY OPENWRT!!! |
| |
| * [[https://mikrotik.com/product/RBSXTsq5nD|SXTsq lite5]] (RBSXTsq5nD) | * [[https://mikrotik.com/product/RBSXTsq5nD|SXTsq lite5]] (RBSXTsq5nD) NOT SUPPORTED YET OFFICIALLY BY OPENWRT!!! |
| |
| * [[https://mikrotik.com/product/rbdisc_5nd|Disc Lite5]] (RBDisc-5nD) | * [[https://mikrotik.com/product/rbdisc_5nd|Disc Lite5]] (RBDisc-5nD) NOT SUPPORTED YET OFFICIALLY BY OPENWRT!!! |
| |
| * [[https://mikrotik.com/product/rbldf_5nd|LDF5]] (RBLDF-5nD) NOT SUPPORTED YET BY OPENWRT!!! | * [[https://mikrotik.com/product/rbldf_5nd|LDF5]] (RBLDF-5nD) NOT SUPPORTED YET OFFICIALLY BY OPENWRT!!! |
| |
| They all share the same PCB, just the hardware name changes. The instructions and descriptions given in this entry are valid for all these devices (and possibly many more) | They all share the same PCB, just the hardware name changes. Although some of these devices do not have official OpenWRT image support, since they are using the same PCB, it is possible that you can use only the LHG5 initramfs image to test if OpenWRT works well on those devices that do not yet have support. |
| |
| |
| |
| ---- datatable ---- | <!-- ToH: { |
| cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, Forum Search_search-forums, Device Techdata_pageid | "source": "json", |
| headers : Brand, Model, Version, Current Release, OEM Info, Forum Search, Technical Data | "dom": "t", |
| align : c,c,c,c,c,c,c | "paging": false, |
| filter : Brand=MikroTik | "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "oemdevicehomepageurl", "forumsearch", "deviceid"], |
| filter : Model=~*LHG 5* | "filterColumns": {"brand": "^MikroTik$", "model": "LHG 5"} |
| ---- | } --> |
| |
| /* If no unsupported functions known, comment out the following datatable or delete it. */ | /* If no unsupported functions known, comment out the following datatable or delete it. */ |
| ---- datatable ---- | <!-- ToH: { |
| cols : Unsupported Functions_unsupporteds | "source": "json", |
| filter : Brand=MikroTik | "dom": "t", |
| filter : Model=~*LHG 5* | "paging": false, |
| ---- | "shownColumns": ["unsupported_functions"], |
| | "filterColumns": {"brand": "^MikroTik$", "model": "^~\\*LHG 5\\*$"} |
| | } --> |
| |
| ===== Experimental Versions ===== | ===== Experimental Versions ===== |
| |
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Model, Versions, CPU, CPU MHz, CPU Cores_numcores, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_ | "source": "json", |
| header : Model, Version,SoC,CPU MHz,CPU Cores,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB | "dom": "t", |
| align : c,c,c,c,c,c,c,c,c,c,c,c,c | "paging": false, |
| filter : Brand=MikroTik | "rotate": true, |
| filter : Model=~*LHG 5* | "shownColumns": ["model", "version", "cpu", "cpumhz", "cpucores", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports", "ethernet1gports", "modem", "usbports"], |
| ---- | "filterColumns": {"brand": "^MikroTik$", "model": "LHG 5"} |
| | } --> |
| |
| |
| /* stable release */ | /* stable release */ |
| /* uncomment once stable release is available | /* uncomment once stable release is available |
| ---- datatable ---- | <!-- ToH: { |
| cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | "source": "json", |
| headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | "dom": "t", |
| align : c,c,c | "paging": false, |
| filter : Brand=MikroTik | "rotate": true, |
| filter : Model=~*LHG 5* | "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"], |
| ---- | "filterColumns": {"brand": "^MikroTik$", "model": "LHG 5"} |
| | } --> |
| */ | */ |
| |
| |
| <WRAP alert> | <WRAP alert> |
| OpenWrt is not compatible with the bootloader of RouterOS **v7**. <del>Do NOT upgrade the firmware on your device past RouterOS **v6.45.8** or, if you did, downgrade to RouterOS Firmware **v6.45.8** or earlier before installing OpenWrt</del>. Not tested on versions of RouterOS **6.48.X** or above. On **6.47.10** or lower it will work. | OpenWrt is not compatible with the bootloader of RouterOS **v7**. If is possible, downgrade RouterOS and RouterBoot to version 6.49.x or lower. Tested on versions of RouterOS with routerboot version **6.49.15**. ,so in **6.49.x** or lower it will work. |
| </WRAP> | </WRAP> |
| |
| Follow the instructions here: https://wiki.mikrotik.com/wiki/Manual:Reset and here https://wiki.mikrotik.com/wiki/Manual:Netinstall | Follow the instructions here: https://wiki.mikrotik.com/wiki/Manual:Reset and here https://wiki.mikrotik.com/wiki/Manual:Netinstall |
| |
| Reset Button, the Mikrotik Netinstall tool and the right firmware file do the job. As Mikrotik uses different plattforms, be sure to get the right package. LHG5_AC Boards is based on Router OS 6, ARM Plattform (32Bit) | Reset Button, the Mikrotik Netinstall tool and the right firmware file do the job. As Mikrotik uses different plattforms, be sure to get the right package. LHG5 Boards is based on Router OS 6, MIPSBE Plattform (32Bit) |
| |
| Beware: After you flashed the stock firmware, the device has NO configuration. You must connect to the device with the help of Mikrotik "Winbox" software which uses the MAC Address (as the device has no IP) . | Beware: After you flashed the stock firmware, the device has NO configuration. You must connect to the device with the help of Mikrotik "Winbox" software which uses the MAC Address (as the device has no IP) . |
| </WRAP> | </WRAP> |
| |
| ---- datatemplatelist dttpllist ---- | <!-- ToH: { |
| template: meta:template_datatemplatelist | "source": "json", |
| cols : Brand, Model, Versions, Device Type, Availability, Supported Since Commit_git, Supported since Rel, Supported current Rel, Unsupported, Bootloader, CPU, Target, CPU MHz, Flash MBs, RAM MB, Switch, Ethernet 100M ports_, Ethernet Gbit ports_, Comments network ports_, Modem, VLAN, WLAN 2.4GHz, WLAN 5.0GHz, WLAN Hardwares, WLAN Comments_, Detachable Antennas_, USB ports_, SATA ports_, Comments USB SATA ports_, Serial, JTAG, LED count, Button count, Power supply, Device Techdata_pageid, Forum topic URL_url, wikidevi URL_url, OEM Device Homepage URL_url, Firmware OEM Stock URL_url, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Comments_ | "dom": "t", |
| filter : Brand=MikroTik | "paging": false, |
| filter : Model=LHG5 Board Based Devices | "rotate": true, |
| filter : Versions= | "shownColumns": ["brand", "model", "version", "devicetype", "availability", "supportedsincecommit", "supportedsincerel", "supportedcurrentrel", "unsupported_functions", "bootloader", "cpu", "target", "cpumhz", "flashmb", "rammb", "switch", "ethernet100mports", "ethernet1gports", "commentsnetworkports", "modem", "vlan", "wlan24ghz", "wlan50ghz", "wlanhardware", "wlancomments", "detachableantennas", "usbports", "sataports", "commentsusbsataports", "serial", "jtag", "ledcount", "buttoncount", "powersupply", "deviceid", "owrt_forum_topic_url", "wikideviurl", "oemdevicehomepageurl", "firmwareoemstockurl", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "comments"], |
| ---- | "filterColumns": {"brand": "^MikroTik$", "model": "^LHG5 Board Based Devices$", "version": "^$"} |
| | } --> |
| |
| ==== Photos ==== | ==== Photos ==== |
| ==== OpenWrt bootlog ==== | ==== OpenWrt bootlog ==== |
| <WRAP bootlog> | <WRAP bootlog> |
| <nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki> | root@OpenWrt:~# cat /proc/mtd |
| | dev: size erasesize name |
| | mtd0: 00020000 00010000 "RouterBoot" |
| | mtd1: 0000e000 00010000 "bootloader1" |
| | mtd2: 00001000 00010000 "hard_config" |
| | mtd3: 00001000 00010000 "bios" |
| | mtd4: 0000f000 00010000 "bootloader2" |
| | mtd5: 00001000 00010000 "soft_config" |
| | mtd6: 00fe0000 00010000 "firmware" |
| </WRAP>\\ | </WRAP>\\ |
| |