YunCore AP90Q

From TechInfoDepot
Jump to navigationJump to search
bgn (N300)
access point
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Was Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev YunCore AP90Q
FCC ID none specified
Type access point
CPU1 checkY Qualcomm Atheros QCA9531
CPU1 Type MIPS 24Kc
CPU1 Speed 650 MHz
Flash1 Chip Brand? Model?
Flash1 Size 16 MiB 16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br />
RAM1 Size 64 MiB67,108,864 B <br />524,288 Kib <br />65,536 KiB <br />512 Mib <br />0.0625 GiB <br /> (DDR2)
RAM1 Chip Brand? Model?
ETH chip1 Qualcomm Atheros QCA9531
Switch Qualcomm Atheros QCA9531
Ethernet Port Count 2-100MbE-LAN
Wired Standard IEEE 802.3i/3u

802dot11 OUI: none specified

Stock bootloader U-Boot
Expansion IF types none
Power ? VDC, ? A
Connector type PoE
Serial Port (UART) yes
Other
3rd Party Firmware Support OpenWrt (Was)
Retail
Availability End of Life
Radio 1
Chip1 Qualcomm Atheros QCA9531
Wireless interface OUI none specified
Antenna Connector Type none specified
MIMO status 2x2:2
Wireless Standard IEEE 802.11b/g/n
802.11n up to 300 Mbps
802.11g up to 54 Mbps
802.11b up to 11 Mbps
WiFi Operating Frequency 2.4 GHz

For a list of all currently documented Qualcomm Atheros (QCA) chipsets with specifications, see Qualcomm Atheros.

For a list of all currently documented YunCore devices with specifications, see YunCore.

300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.) = N300 class

Flashing

Flashing OpenWrt

Target: ar71xx
Subtarget: generic
Package architecture: mips_24kc
Supported Since Commit
Support started version: 17.01.4
Current supported version: EOL
Last Supported Version: 19.07.10
WLAN Hardware: Qualcomm Atheros QCA9531
Installation method(s):
U-Boot TFTP + serial recovery, see git-commit
Recovery method(s):
U-Boot TFTP + serial recovery
git • >>
ar71xx: add support for YunCore AP90Q
YunCore AP90Q is an outdoor CPE/AP based on Qualcomm/Atheros QCA9531 v2.
Short specification:

- 650/600/216 MHz (CPU/DDR/AHB)
- 2x 10/100 Mbps Ethernet, passive PoE support
- 64/128 MB of RAM (DDR2)
- 16 MB of FLASH
- 2T2R 2.4 GHz with external PA, up to 29 dBm
- 2x internal 5 dBi omni antennas
- 4x LED, 1x button
- UART (JP1) header on PCB

Flash instruction under U-Boot, using UART:

1. tftp 0x80060000 lede-ar71xx-generic-ap90q-squashfs-sysupgrade
2. erase 0x9f050000 +$filesize
3. cp.b $fileaddr 0x9f050000 $filesize
4. setenv bootcmd "bootm 0x9f050000"
5. saveenv && reset

Flash instruction under vendor fimrware, using telnet/SSH:

1. Connect PC with 192.168.1.x address to WAN port
2. Power up device, enter failsafe mode with button (no LED indicator!)
3. Change root password and reboot (mount_root, passwd ..., reboot -f)
4. Upload lede-ar71xx-generic-ap90q-squashfs-sysupgrade.bin to /tmp using SCP
5. Connect PC with 192.168.188.x address to LAN port, SSH to 192.168.188.253
6. Invoke:
- cd /tmp
- fw_setenv bootcmd "bootm 0x9f050000"
- mtd erase firmware
- mtd -r write lede-ar71xx-generic-ap90q-squashfs-sysupgrade.bin firmware