forked from Openwrt-EcoNet/openwrt
Mikrotik RouterBOARD 2011 series are AR9344-based wired routers, with optional 2,4GHz 802.11n 2x2:2 Wi-Fi radio, with desktop or rack-mount capability, featuring 5 gigabit Ethernet ports and 5 fast Ethernet ports. Different variants of the board are supported using a single image. Bare-bones RouterBOARD 2011LS is supported using the same image. Specification: - Power: 10-28V input via 5,5/2,1 DC barrel jack, or terminal block on some boards - CPU: AR9344 at 600 to 750MHz (configurable) - RAM: 128MB (64MB in early versions) DDR2 - Flash: 128MB (64MB in early versions) NAND flash - Gigabit Ethernet: 5 ports via AR8327 switch (eth1 to eth5) - Fast Ethernet: 5 ports via AR9344 built-in switch (eth6 to eth10) - SFP: single port through AR8327 switch (SGMII at port 6) - PoE in: passive input up to 28V at eth1 - PoE out: passive output up to 28V at eth10 - USB: optional micro-AB host port or type-A host port - Console: optional Cisco-style RS232 console at the back of the device, on budget devices available as 3.3V UART via testpoints - LCD: 2" touchscreen-equipped LCD (unsupported) Installation: - perform TFTP boot of initramfs image as for netinstall procedure typical for Mikrotik devices - when initramfs image boots, use sysupgrade to perform final installation. If upgrading from ar71xx, clean installation should be performed, as the devices now uses yafut to handle kernel image. TODO: - 64MB NAND variant using K9F1208U0C isn't yet supported, because it needs disabling subpage write support for that chip. A proper solution would be to fix that in kernel, but I don't have this variant to test with currently. - The same is true for GD9FU1G8F3A NAND, which isn't ONFI compliant and needs definition in kernel for proper geometry. - SFP port probes over I²C and gigabit link is possible, but currently the drivers lack support of handling link status information to userspace, including swconfig. Link will appear as always up. Currently, link status logging can detect something, but status both for ports 0 and 6 is logged simultaneously, but "swconfig dev switch0 show" will always show link up on port 6. - Not yet fully known connection to display and touch panel, but some documentation is available (seemingly connected via SPI, according to Mikrotik's open source code at [1]) [1] https://github.com/robimarko/routeros-GPL Signed-off-by: Lech Perczak <lech.perczak@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17617 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>