You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ath79/image
Paul Fertser b14e529dd7 ath79: add D-Link DIR-615 E4
Specifications:

- FCC ID: KA2IR615E3
- SoC: MIPS32 24K 400 MHz Atheros AR7240
- RAM: 32 MiB DDR SDRAM ESMT M13S2561616A-5T
- Flash: 4 MiB NOR SPI Macronix MX25L3208E
- Wireless: AR9287 2.4 GHz 802.11n 2T2R, 2x RP-SMA connectors
- Ethernet: 5x 100BASE-TX Fast Ethernet
- LEDs: 9x GPIO, 1x ath9k
- Buttons: 2x tactile switches
- UART: 3.3 V, 115200 8n1
- USB: simple hardware modification required, 1x USB 1.1 Full Speed

Partitioning notes:

Vendor firmware (based on CameoAP99) defines two additional partitions:
"mac" @0x3b0000, size 0x10000 and "lp" @0x3c0000, size 0x30000.

The "mac" partition stores LAN MAC address and hardware board name.
However, the vendor firmware uses addresses from "nvram" partition, and
the board name is used only for informational purposes in the Web
interface (included in the pages' header), not affecting the firmware
image check.

The "lp" partition is supposed to contain a "language pack" (which can
be used to add an additional language support to the Web interface) and
is flashed separately, using the vendor firmware upgrade page.

Since these partitions are absolutely useless for OpenWrt and
overwriting them doesn't prevent downgrading to obsolete vendor
firmware, this patch appends the valueable space to "firmware".

Installation instructions:

- Upgrade from OpenWrt ar71xx with "sysupgrade -f -n"
or
- Upload as a firmware update via the vendor Web-interface
or
- Connect UART and use "loady" to upload and run OpenWrt initramfs
  image, then sysupgrade from it (TFTP client doesn't work)
or
- Before powering up hold "reset" button and keep it pressed for about
  15 seconds after, then access fail safe Web server on 192.168.0.1 (the
  old uIP TCP/IP protocol stack is not compatible with modern Linux, the
  kernel, so you'll need to use some other OS to do this). Can be
  performed without a Web-browser too:
    curl http://192.168.0.1/cgi/index \
      -F Send=@openwrt-ath79-tiny-dlink_dir-615-e4-squashfs-factory.bin

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
4 years ago
..
bin ath79: add support for PISEN WMB001N 5 years ago
lzma-loader ath79: lzma-loader: sync with ar71xx target 6 years ago
Makefile ath79: revert erroneous second addition of files for WNDR4300 5 years ago
common-buffalo.mk ath79: sort device definitions in image/* 5 years ago
common-netgear.mk ath79: sort device definitions in image/* 5 years ago
common-tp-link.mk ath79: fix IMAGE_SIZE for common TP-Link definitions 5 years ago
common-yuncore.mk ath79: add support for YunCore TFTP image generation 5 years ago
generic-tp-link.mk ath79: add support for TP-Link TL-WR902AC v1 4 years ago
generic-ubnt.mk ath79: redistribute UBNT variables in Ubiquiti image Makefile 5 years ago
generic.mk ath79: add support for YunCore XD4200 and A782 5 years ago
nand.mk ath79: add support for Netgear WNDR3700v4 5 years ago
tiny-netgear.mk ath79: wnr1000v2: fix image header information 5 years ago
tiny-tp-link.mk ath79: specify N and ND subversions of TL-WR941 with ALT0_MODEL 5 years ago
tiny.mk ath79: add D-Link DIR-615 E4 4 years ago