Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ar71xx: add support for Mikrotik RB SXT 2nD r3 #1476

Closed
wants to merge 1 commit into from

Conversation

zorxd
Copy link
Contributor

@zorxd zorxd commented Oct 18, 2018

The device can be added to the white list since it boots fine with the generated NOR flash image, as long as the flash is erased before the sysupgrade.
The board id is 911L. Machine name is MikroTik RouterBOARD SXT 2nD r3.

@zorxd zorxd changed the title add support for Mikrotik RouterBOARD SXT Lite 2 with NOR flash ar71xx: add support for Mikrotik RouterBOARD SXT Lite 2 with NOR flash Oct 18, 2018
@pepe2k pepe2k added the target/ar71xx pull request/issue for ar71xx target label Oct 24, 2018
@zorxd
Copy link
Contributor Author

zorxd commented Mar 19, 2019

anything wrong with this PR?

@ynezz
Copy link
Member

ynezz commented Mar 21, 2019

anything wrong with this PR?

Kind of, it's ar71xx which is more or less in maintenance mode (fixes only) and new development should happen only in ath79 (DTS based ar71xx successor). But since you've this PR pending here since October and it seems trivial enough, I'll make exception and merge it if you could incorporate following (from https://openwrt.org/submitting-patches):

  • commit subject: must be less than 50 characters long so something like ar71xx: Add support for Mikrotik RouterBOARD SXT 2nD r3 should work

  • commit message: if you add support for new hardware: Include in your commit message a short description of the hardware and how to install OpenWrt on it. Have a look at the recent additions for some examples.

The Mikrotik RouterBOARD SXT 2nD r3 is an outdoor WiFi AP / CPE
with a single 2.4 GHz radio and a 100 Mbps Ethernet port.
The device similar to the SXT 2nD r2, but it has SPI NOR flash instead
of NAND flash.

Hardware
--------
CPU:   Atheros AR9344 (600 MHz)
RAM:   64 MiB
FLASH: 16 MiB SPI NOR W25Q128
ETH:   1x 100 Mbps Atheros AG71xx
WiFi: 2T2R 802.11b/g/n (ath9k)
Power: Passive PoE 8-30 V

Installation instructions:

1. Boot openwrt-ar71xx-mikrotik-vmlinux-initramfs.elf using a
DHCP+TFTP server.
2. Erase the "firmware" partition using the mtd command. This should
no longer be required once this patch is merged.
3. Use sysupgrade to install to flash. The file
openwrt-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin
should be used.

Signed-off-by: Xavier Douville <github@douville.org>
@zorxd
Copy link
Contributor Author

zorxd commented Mar 21, 2019

Hi
Thanks for your help. I think I addressed your comments in my revised patch.
I would contribute to ath79 as well but it looks like there is no Mikrotik device supported yet so that would require much more work.

Xavier

@zorxd zorxd changed the title ar71xx: add support for Mikrotik RouterBOARD SXT Lite 2 with NOR flash ar71xx: add support for Mikrotik RB SXT 2nD r3 Mar 21, 2019
@ynezz
Copy link
Member

ynezz commented Mar 21, 2019

Thanks! I've just merged it to my staging tree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target/ar71xx pull request/issue for ar71xx target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants