David Bauer
ebddc5f984
ath79: add support for Enterasys WS-AP3705i
...
Hardware
--------
SoC: Atheros AR9344
RAM: 128M DDR2
FLASH: 2x Macronix MX25L12845EM
2x 16MiB SPI-NOR
WLAN2: Atheros AR9344 2x2 2T2R
WLAN5: Atheros AR9580 2x2 2T2R
SERIAL: Cisco-RJ45 on the back (115200 8n1)
Installation
------------
The U-Boot CLI is password protected (using the same credentials as the
OS). Default is admin/new2day.
1. Download the OpenWrt initramfs-image. Place it into a TFTP server
root directory and rename it to 1401A8C0.img. Configure the TFTP
server to listen at 192.168.1.66/24.
2. Connect the TFTP server to the access point.
3. Connect to the serial console of the access point. Attach power and
interrupt the boot procedure when prompted (bootdelay is 1 second).
4. Configure the U-Boot environment for booting OpenWrt from Ram and
flash:
$ setenv boot_openwrt 'setenv bootargs; bootm 0xbf230000'
$ setenv ramboot_openwrt 'setenv serverip 192.168.1.66;
tftpboot 0x85000000; bootm'
$ setenv bootcmd 'run boot_openwrt'
$ saveenv
5. Load OpenWrt into memory:
$ run ramboot_openwrt
Wait for the image to boot.
6. Transfer the OpenWrt sysupgrade image to the device. Write the image
to flash using sysupgrade:
$ sysupgrade -n /path/to/openwrt-sysuograde.bin
Signed-off-by: David Bauer <mail@david-bauer.net >
2020-05-22 21:54:30 +02:00
..
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-04-17 13:23:06 +02:00
2020-02-28 17:50:46 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2020-02-27 14:56:02 +01:00
2019-12-11 22:50:12 +01:00
2019-11-06 00:27:55 +01:00
2020-02-04 12:19:52 +01:00
2020-02-04 12:19:52 +01:00
2019-12-11 22:50:12 +01:00
2019-10-06 21:28:49 +02:00
2020-02-16 15:36:29 +01:00
2019-12-11 22:50:12 +01:00
2019-11-06 00:27:55 +01:00
2019-12-19 22:41:57 +01:00
2019-10-21 13:15:05 +02:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-10-21 13:15:05 +02:00
2020-02-21 13:55:33 +01:00
2020-02-21 13:55:33 +01:00
2020-02-21 13:55:33 +01:00
2020-02-11 14:31:05 +01:00
2020-02-21 13:55:33 +01:00
2020-02-11 14:31:05 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-03-21 19:22:21 +01:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2019-11-01 21:14:55 +01:00
2019-11-01 21:14:55 +01:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-03-22 00:54:44 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2019-11-23 11:57:48 +01:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-12-08 16:44:06 +01:00
2019-11-07 17:13:18 +01:00
2019-11-06 00:27:55 +01:00
2020-04-14 10:47:23 +08:00
2020-01-14 09:38:32 +01:00
2020-01-14 09:38:32 +01:00
2020-01-14 09:38:32 +01:00
2020-02-23 16:17:59 +01:00
2019-11-07 17:13:18 +01:00
2020-04-14 10:47:23 +08:00
2020-01-15 20:38:46 +01:00
2020-02-27 12:14:09 +01:00
2020-02-27 12:14:09 +01:00
2020-02-06 22:53:52 +08:00
2020-02-27 12:14:09 +01:00
2019-11-06 00:27:55 +01:00
2020-03-11 10:50:20 +01:00
2019-10-27 18:02:44 +01:00
2020-01-29 18:56:04 +01:00
2020-01-29 18:56:04 +01:00
2020-01-29 18:56:04 +01:00
2019-09-22 18:28:11 +02:00
2020-02-27 12:14:09 +01:00
2020-05-08 19:39:36 +02:00
2019-12-08 16:44:06 +01:00
2019-10-06 21:28:49 +02:00
2020-03-13 13:53:12 +01:00
2019-12-08 16:44:06 +01:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2020-01-22 17:18:55 +01:00
2020-03-26 19:14:15 +01:00
2020-01-22 17:18:55 +01:00
2019-11-06 00:27:55 +01:00
2020-02-18 21:23:17 +01:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-04-27 23:28:51 +02:00
2020-02-22 19:17:51 +01:00
2020-04-27 23:28:51 +02:00
2020-02-24 20:42:19 +01:00
2020-02-22 19:17:51 +01:00
2020-04-27 23:17:30 +02:00
2019-11-27 22:54:36 +01:00
2019-11-27 22:54:36 +01:00
2019-11-06 00:27:55 +01:00
2020-01-18 19:39:05 +01:00
2020-03-07 11:02:13 +08:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-05-22 21:54:30 +02:00
2019-11-14 23:14:15 +01:00
2019-11-14 23:13:49 +01:00
2020-01-15 23:04:36 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-02-06 22:53:03 +08:00
2020-04-29 21:32:35 +01:00
2020-04-29 22:59:23 +01:00
2020-04-29 22:59:23 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-12-08 16:44:06 +01:00
2019-12-08 16:44:06 +01:00
2019-12-08 16:44:06 +01:00
2019-12-12 14:42:05 +01:00
2019-12-21 00:27:39 +01:00
2020-03-26 15:05:49 +01:00
2019-11-06 00:27:55 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-09-22 18:28:11 +02:00
2019-10-27 18:02:44 +01:00
2020-04-17 13:23:06 +02:00
2020-02-28 17:50:46 +01:00
2019-12-08 16:44:06 +01:00
2020-04-24 20:03:18 +02:00
2020-05-17 21:03:30 +02:00
2020-04-24 20:02:29 +02:00
2020-04-17 13:23:06 +02:00
2019-11-07 17:13:18 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-02-03 16:18:08 +01:00
2020-04-07 01:00:10 +02:00
2020-04-09 01:06:37 +02:00
2019-11-06 00:27:55 +01:00
2019-11-16 02:41:13 +01:00
2019-11-16 02:41:13 +01:00
2019-11-14 14:38:58 +08:00
2019-11-14 14:38:58 +08:00
2020-02-06 22:53:03 +08:00
2020-04-16 00:02:03 +02:00
2019-11-07 17:13:18 +01:00
2019-11-06 00:27:55 +01:00
2020-04-06 11:55:24 +02:00
2020-01-21 14:15:48 +01:00
2019-11-06 00:27:55 +01:00
2019-12-19 15:40:40 +01:00
2019-11-06 00:27:55 +01:00
2020-01-18 19:39:05 +01:00
2019-12-08 16:44:06 +01:00
2019-11-06 13:37:40 +01:00
2019-12-08 16:44:06 +01:00
2020-01-22 23:52:51 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-12-08 16:44:06 +01:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-11-27 22:54:36 +01:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-27 12:22:02 +02:00
2020-05-08 15:17:17 +02:00
2020-04-24 20:02:29 +02:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-04-24 20:02:29 +02:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-04-24 20:02:29 +02:00
2020-04-27 12:22:02 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2019-11-06 00:27:55 +01:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:02:29 +02:00
2020-05-08 15:17:17 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:03:00 +02:00
2020-04-27 12:22:02 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:02:29 +02:00
2019-11-14 23:12:48 +01:00
2019-11-14 23:12:48 +01:00
2019-11-14 23:12:48 +01:00
2020-04-24 20:02:29 +02:00
2020-03-18 14:25:38 +01:00
2020-04-24 20:02:29 +02:00
2020-03-18 14:25:38 +01:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-05-15 10:00:32 +08:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:02:29 +02:00
2020-05-17 21:03:30 +02:00
2020-04-24 20:02:29 +02:00
2020-01-31 13:42:12 +01:00
2020-01-31 13:42:12 +01:00
2020-03-18 13:49:06 +01:00
2020-01-31 13:42:12 +01:00
2020-03-18 13:49:06 +01:00
2020-03-18 13:49:06 +01:00
2020-03-18 13:49:06 +01:00
2019-09-22 18:28:11 +02:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-12-08 16:44:06 +01:00
2019-11-16 22:42:07 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2019-12-08 16:44:06 +01:00
2019-11-14 14:38:58 +08:00
2019-11-14 14:38:58 +08:00
2020-02-06 22:53:03 +08:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-01-15 20:55:56 +01:00
2020-01-15 20:56:05 +01:00
2020-02-06 22:53:03 +08:00
2020-01-18 19:39:05 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-27 22:54:36 +01:00
2019-11-27 22:54:36 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-27 22:54:36 +01:00
2019-12-08 16:44:06 +01:00
2020-03-15 00:08:14 +01:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-10-15 18:13:54 +02:00
2020-03-15 00:08:14 +01:00
2019-10-15 18:13:54 +02:00
2019-11-27 22:54:36 +01:00
2019-11-27 22:54:36 +01:00
2019-11-25 17:32:46 +01:00
2019-11-25 17:32:46 +01:00
2019-12-08 16:44:06 +01:00
2020-05-18 13:35:38 +02:00
2020-05-18 13:35:38 +02:00
2020-05-18 13:35:38 +02:00
2020-05-18 13:35:38 +02:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2020-02-13 17:33:20 +01:00
2020-05-18 13:35:38 +02:00