Conversation
moacirbmn
force-pushed
the
ath79-add-intelbras-wom-5a-16m
branch
from
September 16, 2026 23:16
08f05b8 to
1db49cb
Compare
Author
Hardware Test Report (OpenWrt SNAPSHOT / Linux 6.12)Device tested on bench with real hardware:
Click to expand full boot log (dmesg - Linux 6.12.108) |
Intelbras WOM 5A is an outdoor 5GHz 802.11a/n CPE / Access Point based on
Qualcomm Atheros AR9342 rev 3 SoC.
Hardware specifications:
- SoC: Qualcomm Atheros AR9342 rev 3 @ 535 MHz (MIPS 74Kc)
- RAM: 64 MB DDR2 (EtronTech EM68B16CWQH-25H)
- Flash: 16 MB SPI NOR (Macronix MX25L12805D)
- Ethernet: 1x 10/100 Mbps PoE (Atheros AR8032-B PHY)
- Wireless: 5 GHz 802.11a/n 2x2 MIMO (ath9k SoC internal + Skyworks PA)
- LEDs: 5x GPIO LEDs (Signal 1-4, WLAN)
- Buttons: 1x Reset button (GPIO 17, active low)
- UART: Header J1 (115200 8N1, 3.3V TTL; Pinout: 1=VCC, 2=TX, 3=RX, 4=GND)
Flash layout:
- 0x000000-0x040000: u-boot (256 KB, read-only)
- 0x040000-0x050000: u-boot-env (64 KB, read-only)
- 0x050000-0xff0000: firmware (16000 KB, kernel + rootfs)
- 0xff0000-0x1000000: art (64 KB, read-only, RF calibration & MAC)
MAC address:
The factory MAC address is stored at offset 0x1002 in the ART partition.
It is referenced via nvmem-cells for both eth0 and wmac.
Installation via TFTP RAM boot:
1. Connect serial console at 115200 8N1 and Ethernet to host PC.
2. During U-Boot boot ("Autobooting in 1 seconds"), send "itb" to stop
autoboot.
3. Configure U-Boot network:
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.10
4. Load initramfs kernel into RAM at 0x82000000:
tftpboot 0x82000000 WOM5A16M-kernel.bin
bootm 0x82000000
5. Once booted into OpenWrt in RAM, transfer sysupgrade image to /tmp
and flash:
sysupgrade -v -n /tmp/sysupgrade.bin
Signed-off-by: Moacir Neto <[email protected]>
moacirbmn
force-pushed
the
ath79-add-intelbras-wom-5a-16m
branch
from
September 16, 2026 23:36
1db49cb to
fc366b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intelbras WOM 5A is an outdoor 5GHz 802.11a/n CPE / Access Point based on Qualcomm Atheros AR9342 rev 3 SoC.
Hardware specifications:
Flash layout:
MAC address:
The factory MAC address is stored at offset 0x1002 in the ART partition. It is referenced via nvmem-cells for both eth0 and wmac.
Installation via TFTP RAM boot:
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.10
tftpboot 0x82000000 WOM5A16M-kernel.bin
bootm 0x82000000
sysupgrade -v -n /tmp/sysupgrade.bin
Signed-off-by: Moacir Neto [email protected]