Piotr Dymacz
eb9ba2b91e
ar71xx: add support for YunCore CPE870
YunCore CPE870 is an outdoor CPE/AP based on Atheros AR9341.
Short specification:
- 535/400/200 MHz (CPU/DDR/AHB)
- 2x 10/100 Mbps Ethernet, passive PoE support
- 64/128 MB of RAM (DDR2)
- 8 MB of FLASH
- 2T2R 2.4 GHz with external PA (SKY65174-21), up to 30 dBm
- internal 14 dBi panel antenna
- 8x LED, 1x button
- UART (JP1) header on PCB
Flash instruction (do it under U-Boot, using UART):
1. tftp 0x80060000 lede-ar71xx-generic-cpe870-squashfs-sysupgrade.bin
2. erase 0x9f020000 +$filesize
3. cp.b $fileaddr 0x9f020000 $filesize
4. setenv bootcmd "bootm 0x9f020000"
5. saveenv && reset
Vendor firmware access (login/password): Admin/5up
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2016-11-21 10:05:40 +01:00
..
2016-10-19 12:09:45 +02:00
2016-09-04 13:35:11 +02:00
2016-11-16 17:31:29 +01:00
2016-10-24 20:25:14 +03:00
2016-11-21 10:05:40 +01:00
2016-10-12 11:59:09 +02:00
2016-10-12 11:59:09 +02:00
2016-11-16 10:54:33 +01:00
2016-10-06 12:15:13 +02:00
2016-09-15 08:10:55 +02:00
2016-10-24 20:25:14 +03:00
2016-11-19 07:58:26 +01:00
2016-10-28 17:03:55 +02:00
2016-11-13 07:07:58 +01:00
2016-11-16 17:31:29 +01:00
2016-11-05 10:18:27 +01:00
2016-08-24 01:44:05 +03:00
2016-11-21 10:00:49 +01:00
2016-10-27 00:34:01 +02:00
2016-11-21 10:04:55 +01:00
2016-10-24 20:25:14 +03:00
2016-10-26 12:37:46 +02:00
2016-11-20 20:08:48 +01:00
2016-11-16 10:54:33 +01:00
2016-08-15 15:32:36 +02:00
2016-11-12 21:04:15 +01:00
2016-11-02 10:25:44 +01:00
2016-09-10 15:32:25 +02:00
2016-11-13 09:03:52 +01:00
2016-10-12 11:59:09 +02:00
2016-11-16 23:37:27 +01:00
2016-09-04 13:35:11 +02:00
2016-09-15 13:11:21 +02:00
2016-09-24 14:38:20 +02:00
2016-11-13 07:07:58 +01:00
2016-09-04 13:35:11 +02:00
2016-09-04 13:35:11 +02:00
2016-11-19 11:24:10 +01:00
2016-10-24 20:25:14 +03:00
2016-09-04 13:35:11 +02:00
2016-10-12 11:59:09 +02:00
2016-09-27 17:50:21 +02:00
2016-11-19 11:45:29 +01:00
2016-09-10 15:30:38 +02:00
2016-10-05 01:18:24 +02:00
2010-08-06 21:36:35 +00:00