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

Support Mikrotik RouterBoard RB433/RB433AH/RB433UAH #50

Closed
txcoder opened this issue Aug 24, 2018 · 3 comments
Closed

Support Mikrotik RouterBoard RB433/RB433AH/RB433UAH #50

txcoder opened this issue Aug 24, 2018 · 3 comments

Comments

@txcoder
Copy link
Contributor

txcoder commented Aug 24, 2018

I have a stack or RouterBoard 439AH's that may useful for AREDN. They support 2.4 and 5ghz cards, have 128MB ram, 8 port on board managed switch etc...

I can help with development and testing images and would be willing to ship a testing board to other devs.

@ae6xe
Copy link
Contributor

ae6xe commented Aug 24, 2018

Step 1: build the right image:
update the configs/ar71xx-mikrotik.config file with this content:

CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ar71xx_mikrotik=y
CONFIG_TARGET_MULTI_PROFILE=y
CONFIG_TARGET_SUBTARGET=mikrotik
CONFIG_TARGET_DEVICE_ar71xx_mikrotik_DEVICE_nand-large=y
CONFIG_TARGET_DEVICE_ar71xx_mikrotik_DEVICE_rb-nor-flash-16M-ac=y
CONFIG_TARGET_DEVICE_ar71xx_mikrotik_DEVICE_nand-64m=y

This builds the 3 images for the devices we're all working on: A) basebox; B) hAP lite; C) RB433* .

Step 2: plug in an Atheros based wireless card that is compatible with the ath9k driver (not 802.11ac, rather 802.11n). AREDN isn't yet templated out to get though basic setup unless it has a wireless card (a related request submitted separately to turn off wireless). Boot up with the "nand-64m" image using these instructions:

https://www.arednmesh.org/content/installation-instructions-mikrotik-devices

if you can capture a support data download from the Admin page to review, this will help determine next steps. This is a supported OpenWrt device, so hopefully minimal hurdles to get to this point.

@dman776
Copy link
Contributor

dman776 commented Aug 24, 2018

@txcoder, curious, what is your callsign?

@ae6xe
Copy link
Contributor

ae6xe commented Aug 24, 2018

...Easy to miss this buried in the READM.md . Mikrotik images are created with this command "make SUBTARGET=mikrotik"

@ae6xe ae6xe transferred this issue from aredn/aredn_ar71xx Dec 16, 2020
@dman776 dman776 closed this as completed Apr 19, 2023
@dman776 dman776 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants