tn3399_openwrt/package
Thibaut VARÈNE a05dcb0724 ath79: add support for Yuncore A930
Specification:

- QCA9533 (650 MHz), 64 or 128MB RAM, 16MB SPI NOR
- 2x 10/100 Mbps Ethernet, with 802.3at PoE support (WAN)
- 2T2R 802.11b/g/n 2.4GHz

Flash instructions:

If your device comes with generic QSDK based firmware, you can login
over telnet (login: root, empty password, default IP: 192.168.188.253),
issue first (important!) 'fw_setenv' command and then perform regular
upgrade, using 'sysupgrade -n -F ...' (you can use 'wget' to download
image to the device, SSH server is not available):

  fw_setenv bootcmd "bootm 0x9f050000 || bootm 0x9fe80000"
  sysupgrade -n -F openwrt-...-yuncore_...-squashfs-sysupgrade.bin

In case your device runs firmware with YunCore custom GUI, you can use
U-Boot recovery mode:

1. Set a static IP 192.168.0.141/24 on PC and start TFTP server with
   'tftp' image renamed to 'upgrade.bin'
2. Power the device with reset button pressed and release it after 5-7
   seconds, recovery mode should start downloading image from server
   (unfortunately, there is no visible indication that recovery got
   enabled - in case of problems check TFTP server logs)

Signed-off-by: Clemens Hopfer <openwrt@wireloss.net>
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2022-04-15 07:11:18 +02:00
..
base-files base-files: more robust sysupgrade on NAND 2022-04-13 19:50:45 +01:00
boot ath79: add support for Yuncore A930 2022-04-15 07:11:18 +02:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware ipq40xx: update E2600AC c1/c2 board 2022-03-25 18:14:13 +01:00
kernel mac80211 adjust QCA9561 PA bias 2022-04-15 07:11:18 +02:00
libs wolfssl: bump to 5.2.0 2022-04-11 21:41:03 +02:00
network netifd: relax check in dhcp proto handler 2022-04-13 19:51:00 +01:00
system urandom-seed: go back to seeding with shell script temporarily 2022-04-14 10:12:34 +02:00
utils ucode: update to latest Git HEAD 2022-04-08 10:45:46 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00