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
Andrey Bondar ba59021d64 ath79: add support for 8devices Lima board
Specification:

  • 650/600/216 MHz (CPU/DDR/AHB)
  • 64 MB of RAM (DDR2)
  • 32 MB of FLASH
  • 2T2R 2.4 GHz
  • 2x 10/100 Mbps Ethernet
  • 1x USB 2.0 Host socket
  • 1x miniPCIe slot
  • UART for serial console
  • 14x GPIO

Flash instructions:

Upgrading from ar71xx target:

  • Upload image into the board:
    scp openwrt-ath79-generic-8dev_lima-squashfs-sysupgrade.bin
    root@192.168.1.1/tmp/
  • Run sysupgrade
    sysupgrade -F /tmp/openwrt-ath79-generic-8dev_lima-squashfs-sysupgrade.bin

Upgrading from u-boot:

  • Set up tftp server with
    openwrt-ath79-generic-8dev_lima-initramfs-kernel.bin
  • Go to u-boot (reboot and press ESC when prompted)
  • Set TFTP server IP
    setenv serverip 192.168.1.254
  • Set device ip from the same subnet
    setenv ipaddr 192.168.1.1
  • Copy new firmware to board
    tftpboot 0x82000000 initramfs.bin
  • Boot OpenWRT
    bootm 0x82000000
  • Upload image openwrt-ath79-generic-8dev_lima-squashfs-sysupgrade.bin into
    the board
  • Run sysupgrade.

Signed-off-by: Andrey Bondar <a.bondar@8devices.com>
4 years ago
..
bin ath79: add support for PISEN WMB001N 5 years ago
lzma-loader ath79: move lzma-loader to the end of available RAM 4 years ago
Makefile treewide: simplify inclusion of subtarget image files 4 years ago
common-buffalo.mk ath79: sort device definitions in image/* 5 years ago
common-mikrotik.mk packages/boot: remove rbcfg 4 years ago
common-netgear.mk treewide: omit IMAGE_SIZE argument from check-size 4 years ago
common-tp-link.mk ath79: replace custom uImageArcher generation 4 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 CPE610 v2 4 years ago
generic-ubnt.mk ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES 4 years ago
generic.mk ath79: add support for 8devices Lima board 4 years ago
mikrotik.mk ath79: add support for MikroTik RouterBOARD 493G (rb4xx series) 4 years ago
nand.mk ath79: nand: disable images for glinet_gl-ar750s 4 years ago
tiny-netgear.mk treewide: omit IMAGE_SIZE argument from check-size 4 years ago
tiny-tp-link.mk ath79: do not build TP-Link tiny images by default 4 years ago
tiny.mk ath79: Do not build buffalo_whr-g301n by default 4 years ago