openwrtv3/target/linux/ath79/image
YuheiOKAWA 27eae6597e ath79: add support for PQI Air Pen
SoC: AR9330 (or AR9331 revision?)
Ethernet x1, Wireless 2.4G, uSD card slot x1.
USB Power, include Li-Po Battery.

Flash 8MiB. (factory is dual image)
1. write image is use half 4MiB size from factory.
  write initramfs image to mtd6 and mtd7.
2. change next boot setting. next is mtd6 boot.
  echo -ne "\x01" | dd of=/dev/mtdblock8 conv=notrunc bs=1 count=1 seek=0

3. rewrite sysupgrade image.
  change next boot setting. next is mtd4.
  echo -ne "\x00" | dd of=/dev/mtdblock8 conv=notrunc bs=1 count=1 seek=0

OEM mtd.
dev:    size   erasesize  name
mtd0: 00040000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "ART"
mtd3: 00010000 00010000 "NVRAM"
mtd4: 00140000 00010000 "uImage"
mtd5: 00280000 00010000 "rootfs"
mtd6: 00140000 00010000 "uImage2"
mtd7: 00280000 00010000 "rootfs2"
mtd8: 00010000 00010000 "CONF"

Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
2018-10-28 10:59:14 +01:00
..
lzma-loader ath79: lzma-loader: sync with ar71xx target 2018-06-06 22:25:53 +02:00
common-buffalo.mk ath79: add hwver parameter to buffalo-tag 2018-10-07 15:44:19 +02:00
common-netgear.mk ath79: mark netgear variables as device specific 2018-08-08 08:11:11 +02:00
common-tp-link.mk ath79: add support for TP-Link RE450 v2 2018-07-02 07:05:33 +02:00
generic-tp-link.mk ath79: Add support for TP-Link TL-WR842N-v2 2018-10-07 15:44:19 +02:00
generic-ubnt.mk ath79: Add support for Ubiquiti LiteAP ac (LAP-120) 2018-10-28 10:59:09 +01:00
generic.mk ath79: add support for Buffalo WZR-HP-G302H A1A0 2018-10-07 15:44:19 +02:00
Makefile ath79: add support for Buffalo BHR-4GRV2 2018-08-09 18:44:57 +02:00
nand.mk ath79: add initial nand support for gl-ar300m 2018-06-18 20:29:38 +02:00
tiny-netgear.mk ath79: cleanup netgear wnr612-v2 supported devices 2018-08-08 08:11:11 +02:00
tiny-tp-link.mk ath79: add support for TP-Link TL-WA901ND v2 2018-10-07 15:49:25 +02:00
tiny.mk ath79: add support for PQI Air Pen 2018-10-28 10:59:14 +01:00