Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:mikrotik:mikrotik_lhg-hb_platform [2020/06/15 13:33] – [Installation] rogerpueyotoh:mikrotik:lhg-hb_platform [2022/11/12 19:33] – declutter by removing generic placeholders f00b4r0
Line 45: Line 45:
 ---- ----
  
 +NB: The SXTsq Lite2 is the exact same hardware has the LHG 2, with a different case and antenna: it can run the LHG 2nD image just fine.
 ===== Experimental Versions ===== ===== Experimental Versions =====
  
Line 69: Line 70:
 ===== Installation ===== ===== Installation =====
 /* stable release */ /* stable release */
-/* uncomment once stable release is available 
 ---- datatable ---- ---- datatable ----
 cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url
Line 75: Line 75:
 align   : c,c,c align   : c,c,c
 filter  : Brand=MikroTik filter  : Brand=MikroTik
-filter    : Model=~*SXTsq Lite2* +filter  : Model=~*LHG 2*
-filteror  : Model=~*LHG 2*+
 ---- ----
-*/ 
  
  
-/* snapshot */ +-> [[:toh:mikrotik:common|Install OpenWrt (common Mikrotik procedure)]]
-/* delete once stable release is available */ +
----- datatable ---- +
-cols    Model, Versions, Supported Current Rel, Firmware OpenWrt snapshot Install URL_url, Firmware OpenWrt snapshot Upgrade URL_url, Firmware OEM Stock URL_url +
-headers Model, Version, Current Release, Firmware OpenWrt snapshot Install, Firmware OpenWrt snapshot Upgrade, Firmware OEM Stock +
-align   : c,c,c +
-filter  : Brand=MikroTik +
-filter  : Model=LHG-HB platform +
-filter  : Versions~ +
-----+
  
- 
--> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]] 
- 
-FIXME Please add the installation procedure here. 
- 
-==== Flash Layout ==== 
-<WRAP BOX> 
-FIXME //[[:docs:techref:flash.layout#discovery_how_to_find_out|Find out flash layout]], then add the flash layout table here (copy, paste, modify the [[docs:techref:flash.layout#partitioning_of_the_flash|example]]).// 
- 
-Please check out the article [[docs:techref:flash.layout|Flash layout]]. It contains examples and explanations that describe how to document the flash layout. 
-</WRAP> 
- 
-==== OEM easy installation ==== 
- 
-<WRAP BOX> 
-FIXME //The instructions below are for Broadcom devices and only serve as an example.//\\ 
-**//Remove / modify them if they do not apply to this particular device!//** 
- 
-This section deals with 
-  * How you install OpenWrt from a device freshly opened 
-  * The steps required such as reset to factory defaults if the device has already been configured 
- 
-**Note:** Reset router to factory defaults if it has been previously configured. 
-  * Browse to ''<nowiki>http://192.168.1.1/Upgrade.asp</nowiki>'' 
-  * Upload .bin file to router 
-  * Wait for it to reboot 
-  * Telnet to 192.168.1.1 and set a root password, or browse to ''<nowiki>http://192.168.1.1</nowiki>'' if LuCI is installed. 
-</WRAP> 
- 
-==== OEM installation using the TFTP method ==== 
- 
-->  [[docs:guide-user:installation:generic.flashing.tftp]] 
- 
-=== Specific values needed for tftp === 
- 
-<WRAP BOX> 
- 
-FIXME Enter values for "FILL-IN" below 
- 
-^ Bootloader tftp server IPv4 address  | FILL-IN   | 
-^ Bootloader MAC address (special)     | FILL-IN   | 
-^ Firmware tftp image                  | [[:downloads|Latest OpenWrt release]] (**''NOTE:''** Name must contain //"tftp"//) | 
-^ TFTP transfer window                 | FILL-IN seconds                                | 
-^ TFTP window start                    | approximately FILL-IN seconds after power on   | 
-^ TFTP client required IP address      | FILL-IN                                        | 
- 
-</WRAP> 
  
 ===== Upgrading OpenWrt ===== ===== Upgrading OpenWrt =====
 ->  [[docs:guide-user:installation:generic.sysupgrade]] ->  [[docs:guide-user:installation:generic.sysupgrade]]
- 
-<WRAP BOX> 
- 
-FIXME These are generic instructions. Update with your router's specifics. 
- 
-==== LuCI Web Upgrade Process ==== 
- 
-  * Browse to ''<nowiki>http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/</nowiki>'' LuCI Upgrade URL 
-  * Upload image file for sysupgrade to LuCI 
-  * Wait for reboot 
- 
-==== Terminal Upgrade Process ==== 
- 
-If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. 
-There are two command line methods for upgrading: 
- 
-  * ''sysupgrade'' 
-  * ''mtd'' 
- 
-Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. 
- 
-=== sysupgrade === 
- 
-  * Login as root via SSH on 192.168.1.1, then enter the following commands: 
- 
-<code> 
-cd /tmp 
-wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc 
-sysupgrade /tmp/xxx.abc 
-</code> 
- 
-=== mtd === 
- 
-If ''sysupgrade'' does not support this router, use ''mtd''. 
- 
-  * Login as root via SSH on 192.168.1.1, then enter the following commands: 
- 
-<code> 
-cd /tmp 
-wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc 
-mtd write /tmp/xxx.abc linux && reboot 
-</code> 
- 
-</WRAP> 
  
 ===== Debricking ===== ===== Debricking =====
Line 204: Line 102:
 | br-lan           | LAN & WiFi           | 192.168.1.1/24   | | br-lan           | LAN & WiFi           | 192.168.1.1/24   |
 | wlan0            | WiFi                 | Disabled         | | wlan0            | WiFi                 | Disabled         |
- 
-==== Switch Ports (for VLANs) ==== 
-<WRAP BOX> 
-FIXME Please fill in real values for this device, then remove the EXAMPLEs 
- 
-Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on. 
-^ Port             ^ Switch port   ^ 
-| Internet (WAN)   | EXAMPLE 4     | 
-| LAN 1            | EXAMPLE 3     | 
-| LAN 2            | EXAMPLE 2     | 
-| LAN 3            | EXAMPLE 1     | 
-| LAN 4            | EXAMPLE 0     | 
- 
-</WRAP> 
  
 ==== Buttons ==== ==== Buttons ====
Line 230: Line 114:
 The [[docs:guide-user:hardware:hardware.button]] page contains information on howto use and configure the hardware button(s). The [[docs:guide-user:hardware:hardware.button]] page contains information on howto use and configure the hardware button(s).
 Here, we merely name the buttons, so we can use them in the above Howto. Here, we merely name the buttons, so we can use them in the above Howto.
-===== Hardware ===== 
-==== Info ==== 
-<WRAP BOX> 
-FIXME 
-  - This table is automatically generated, **once the correct filters for Brand and Model are set.** 
-  - If you see "Nothing." instead of a table, please **edit this section and adjust the filters with the proper Brand and Model.** Just try, it's easy. 
-  - If you still don't see a table here, or a table filled with '¿': [[toh:start|Is there already a Techdata page available]] for MikroTik LHG-HB platform ? If not: [[meta:create_new_dataentry_page|Create one]]. 
-  - If you see a table with the desired device data, everything is OK and you can delete this text and the ''<nowiki><WRAP></nowiki>'' that encloses it. 
-  - If it still doesn't work: Don't panic, calm down, take a deep breath and [[:contact|contact a wiki admin]] (tmomas) for help. 
-</WRAP> 
- 
----- datatemplatelist dttpllist ---- 
-template: meta:template_datatemplatelist 
-cols    : Brand, Model, Versions, Device Type, Availability, Supported Since Commit_git, Supported since Rel, Supported current Rel, Unsupported, Bootloader, Platform, 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_ 
-filter  : Brand=MikroTik 
-filter  : Model=LHG-HB platform 
-filter  : Versions= 
----- 
- 
-==== Photos ==== 
-/* =====>>>>> Standard size for photos: add ?400 to the medialink                                */ 
-/* When uploading photos, **name them** intelligently. Nobody knows what 20100930_000602.jpg is! */ 
-/* e.g. {{:media:yourbrand:yourbrand_yourmodel_front.jpg?400|}}                                  */ 
-/* Thanks, your wiki administration - Oct. 2015 */ 
- 
-//Front://\\ 
-**Insert photo of front of the casing** 
- 
-//Back://\\ 
-**Insert photo of back of the casing** 
- 
-//Backside label://\\ 
-**Insert photo of backside label** 
- 
-==== Opening the case ==== 
- 
-**Note:** This will void your warranty! 
- 
-<WRAP BOX> 
-FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...// 
-  * To remove the cover and open the device, do a/b/c 
-</WRAP> 
- 
-//Main PCB://\\ 
-**Insert photo of PCB** 
- 
-==== Serial ==== 
--> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc. 
- 
-How to connect to the Serial Port of this specific device:\\ 
-**Insert photo of PCB with markings for serial port** 
- 
-<WRAP BOX> 
-FIXME //Replace EXAMPLE by real values.// 
-</WRAP> 
- 
-^ Serial connection parameters\\ for MikroTik LHG-HB platform @@Version@@ | EXAMPLE 115200, 8N1 | 
- 
-==== JTAG ==== 
--> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc. 
- 
-How to connect to the JTAG Port of this specific device:\\ 
-**Insert photo of PCB with markings for JTAG port** 
- 
-===== Bootloader mods ===== 
--> [[docs:techref:bootloader]] 
- 
-===== Hardware mods ===== 
- 
-None so far. 
- 
  
 ===== Bootlogs ===== ===== Bootlogs =====
Line 318: Line 131:
 ===== Tags ===== ===== Tags =====
  
-{{tag>RouterBOOT QCA9533 1NIC MIPS32 FastEthernet 1Port VLAN wlan 1WNIC 802.11bgn 64RAM 8Flash 1button outdoor 12v_powered 24v_powered PoE}}+{{tag>ath79 QCA9533 8Flash 64RAM 802.11bgn 1NIC MIPS32 FastEthernet 1Port VLAN wlan 1WNIC RouterBOOT 1button outdoor 12v_powered 24v_powered PoE}}
  • Last modified: 2024/11/03 16:06
  • by base258