immortalwrt/package/boot
Sven Eckelmann 039af73f4a ath79: Add support for OpenMesh A40
Device specifications:
======================

* Qualcomm/Atheros QCA9558 ver 1 rev 0
* 720/600/240 MHz (CPU/DDR/AHB)
* 128 MB of RAM
* 16 MB of SPI NOR flash
  - 2x 7 MB available; but one of the 7 MB regions is the recovery image
* 2T2R 2.4 GHz Wi-Fi (11n)
* 2T2R 5 GHz Wi-Fi (11ac)
* multi-color LED (controlled via red/green/blue GPIOs)
* 1x GPIO-button (reset)
* external h/w watchdog (enabled by default))
* TTL pins are on board (arrow points to VCC, then follows: GND, TX, RX)
* 2x ethernet
  - eth0
    + Label: Ethernet 1
    + AR8035 ethernet PHY (RGMII)
    + 10/100/1000 Mbps Ethernet
    + 802.3af POE
    + used as WAN interface
  - eth1
    + Label: Ethernet 2
    + AR8035 ethernet PHY (SGMII)
    + 10/100/1000 Mbps Ethernet
    + used as LAN interface
* 1x USB
* internal antennas

Flashing instructions:
======================

Various methods can be used to install the actual image on the flash.
Two easy ones are:

ap51-flash
----------

The tool ap51-flash (https://github.com/ap51-flash/ap51-flash) should be
used to transfer the image to the u-boot when the device boots up.

initramfs from TFTP
-------------------

The serial console must be used to access the u-boot shell during bootup.
It can then be used to first boot up the initramfs image from a TFTP server
(here with the IP 192.168.1.21):

   setenv serverip 192.168.1.21
   setenv ipaddr 192.168.1.1
   tftpboot 0c00000 <filename-of-initramfs-kernel>.bin && bootm $fileaddr

The actual sysupgrade image can then be transferred (on the LAN port) to the
device via

  scp <filename-of-squashfs-sysupgrade>.bin root@192.168.1.1:/tmp/

On the device, the sysupgrade must then be started using

  sysupgrade -n /tmp/<filename-of-squashfs-sysupgrade>.bin

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2021-06-06 23:16:29 +08:00
..
arm-trusted-firmware-mediatek arm-trusted-firmware-mediatek: update to git HEAD 2021-05-09 20:49:53 +08:00
arm-trusted-firmware-mvebu arm-trusted-firmware-mvebu: pass commit ids to a3700-utils/mv-ddr-marvell 2021-01-31 22:13:43 +08:00
arm-trusted-firmware-rk3328 rockchip/image: update note for pine64-bin 2021-03-08 12:00:17 +08:00
arm-trusted-firmware-rockchip atf-rockchip: update to 2.3 2020-07-18 13:24:44 +08:00
arm-trusted-firmware-sunxi sunxi: add support for H6 boards and OrangePiOnePlus 2021-04-15 23:20:38 +08:00
arm-trusted-firmware-tools arm-trusted-firmware-tools: add patch to pass LDFLAGS 2021-02-11 12:09:41 +08:00
at91bootstrap at91bootstrap: Add PKG_MIRROR_HASH to fix download 2021-01-19 12:18:30 +08:00
fconfig treewide: unify OpenWrt hosted source via @OPENWRT 2021-02-08 12:11:32 +08:00
grub2 grub2: disable liblzma dependency 2021-05-22 17:05:50 +08:00
imx-bootlets imx-bootlets: refresh patches 2021-02-25 12:02:55 +08:00
kexec-tools kexec-tools: add patch to fix issue with appended DTB and zImage on ARM 2021-05-23 23:28:54 +08:00
kobs-ng
mt7623n-preloader mediatek: mt7623n-preloader: add preloader for Banana Pi R64 2020-09-20 11:36:49 +08:00
tfa-layerscape tfa-layerscape: build fiptool again 2021-02-21 12:09:07 +08:00
uboot-at91 uboot-at91: Add PKG_MIRROR_HASH to fix download 2021-01-19 12:18:54 +08:00
uboot-envtools ath79: Add support for OpenMesh A40 2021-06-06 23:16:29 +08:00
uboot-fritz4040
uboot-imx6 uboot-imx6: update BUILD_DEVICES values 2021-05-20 23:18:50 +08:00
uboot-kirkwood uboot-kirkwood: Revert "uboot-kirkwood: enable sata in nsa310 uboot" 2020-06-28 11:54:38 +08:00
uboot-lantiq
uboot-layerscape layerscape: add LX2160ARDB (Rev2.0 silicon) board support 2021-02-20 12:22:42 +08:00
uboot-mediatek uboot-mediaktek: add support for PSTORE and check it on boot 2021-05-09 20:49:56 +08:00
uboot-mvebu uboot-mvebu: update to v2021.01 2021-01-31 22:12:21 +08:00
uboot-mxs
uboot-omap omap: update uboot to v2020.04 2020-10-04 21:47:49 +08:00
uboot-oxnas
uboot-rockchip uboot-rockchip: nanopi4: move new files out of patch 2021-04-21 14:44:19 +08:00
uboot-sunxi sunxi: nanopi-r1s-h5: remove non-existent usb node 2021-05-02 23:22:02 +08:00
uboot-tegra uboot-tegra: bump to 2020.04 2020-12-23 11:24:19 +08:00
uboot-zynq uboot-zynq: fix dtc compilation on host gcc 10 2020-12-15 11:29:33 +08:00