You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Gabor Juhos eb9e3651dd ar71xx: add support for the MikroTik RB911-2Hn/5Hn boards
The patch adds support for the MikroTik RB911-2Hn (911 Lite2)
and the RB911-5Hn (911 Lite5) boards:

  https://mikrotik.com/product/RB911-2Hn
  https://mikrotik.com/product/RB911-5Hn

The two boards are using the same hardware design, the only difference
between the two is the supported wireless band.

Specifications:
  * SoC: Atheros AR9344 (600MHz)
  * RAM: 64MiB
  * Storage: 16 MiB SPI NOR flash
  * Ethernet: 1x100M (Passive PoE in)
  * Wireless: AR9344 built-in wireless MAC, single chain
              802.11b/g/n (911-2Hn) or 802.11a/g/n (911-5Hn)

Notes:
  * Older versions of these boards might be equipped with a NAND
    flash chip instead of the SPI NOR device. Those boards are not
    supported (yet).
  * The MikroTik RB911-5HnD (911 Lite5 Dual) board also uses the
    same hardware. Support for that can be added later with little
    effort probably.

Installation:

1. Setup a DHCP/BOOTP Server with the following parameters:
   * DHCP-Option 66 (TFTP server name): pointing to a local TFTP
     server within the same subnet of the DHCP range
   * DHCP-Option 67 (Bootfile-Name): matching the initramfs filename
     of the to be booted image. The usable intramfs files are:
       - openwrt-ar71xx-mikrotik-vmlinux-initramfs.elf
       - openwrt-ar71xx-mikrotik-vmlinux-initramfs-lzma.elf
       - openwrt-ar71xx-mikrotik-rb-nor-flash-16M-initramfs-kernel.bin

2. Press the reset button on the board and keep that pressed.

3. Connect the board to your local network via its ethernet port.

4. Release the button after the LEDs on the board are turned off.
   Now the board should load and start the initramfs image from
   the TFTP server.

5. Upload the sysupgrade image to the board with scp:
     $ scp openwrt-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin root@192.168.1.1:/tmp/fw.bin

5. Log in to the running system listening on 192.168.1.1 via ssh
   as root (without password):
     $ ssh root@192.168.1.1

7. Flash the uploaded firmware file from the ssh session via the
   sysupgrade command:
     root@OpenWrt:~# sysupgrade /tmp/fw.bin

Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
7 years ago
..
adm5120 treewide: populate boardname and model earlier 7 years ago
adm8668 build: fix subtarget descriptions 8 years ago
apm821xx apm821xx: remove kernel 4.9 support 7 years ago
ar7 kernel: Update kernel 4.9 to 4.9.70 7 years ago
ar71xx ar71xx: add support for the MikroTik RB911-2Hn/5Hn boards 7 years ago
arc770 arc770: mark as source-only 7 years ago
archs38 treewide: drop target board_name functions 7 years ago
armvirt armvirt: Resync kernel configuration 7 years ago
at91 at91: create device specific sdcard images 7 years ago
ath25 kernel: cleanup CONFIG_SCHED_HRTICK 7 years ago
au1000 kernel: update kernel 3.18 to version 3.18.43 8 years ago
bcm53xx bcm53xx: rename SPI driver fix to use 0xx prefix as it was accepted 7 years ago
brcm47xx brcm47xx: image: build firmware for Asus WL-500g Deluxe 7 years ago
brcm63xx kernel: bump 4.4 to 4.4.107 7 years ago
brcm2708 target: disable CONFIG_PROC_PAGE_MONITOR on most targets 7 years ago
cns3xxx cns3xxx: switch to kernel 4.14 7 years ago
gemini kernel: Update kernel 4.4 to 4.4.100 7 years ago
generic kernel: use upstream patches for musl 7 years ago
imx6 imx6: add support for the intel gbit driver on GW5520 7 years ago
ipq806x ipq806x: make patches apply again 7 years ago
ixp4xx kernel: bump 4.4 to 4.4.107 7 years ago
kirkwood kernel: bump 4.9 to 4.9.77 7 years ago
lantiq lantiq: create ATM/PTM interfaces with dsl as netdev name 7 years ago
layerscape kernel: bump 4.9 to 4.9.77 7 years ago
malta malta: bump tp v4.14 7 years ago
mcs814x merge: targets: update image generation and targets 7 years ago
mediatek kernel: bump 4.9 to 4.9.72 7 years ago
mpc85xx target: disable CONFIG_PROC_PAGE_MONITOR on most targets 7 years ago
mvebu kernel: bump 4.4 to 4.4.112 7 years ago
mxs treewide: drop target board_name functions 7 years ago
octeon target: disable CONFIG_PROC_PAGE_MONITOR on most targets 7 years ago
omap omap: clean up configuration 7 years ago
omap24xx omap24xx: remove referece to not existing kmod-usb-musb-tusb6010 7 years ago
orion orion: Switch to 4.9 kernel 7 years ago
oxnas kernel: bump 4.4 to 4.4.110 7 years ago
pistachio pistachio: make patches apply again 7 years ago
ppc40x treewide: drop target board_name functions 7 years ago
ppc44x ppc44x: mark as broken 8 years ago
ramips kernel: bump 4.9 to 4.9.77 7 years ago
rb532 treewide: drop obsolete kernel config options 7 years ago
sunxi kernel: bump 4.9 to 4.9.77 7 years ago
uml merge: targets: update image generation and targets 7 years ago
x86 x86: Add CONFIG_RETPOLINE to fix build 7 years ago
xburst target: disable CONFIG_PROC_PAGE_MONITOR on most targets 7 years ago
zynq target: disable CONFIG_PROC_PAGE_MONITOR on most targets 7 years ago
Makefile