Skip to content
Snippets Groups Projects
  1. Jul 08, 2020
    • Bjørn Mork's avatar
      ramips: add support for ZyXEL WAP6805 (Altibox WiFi+) · c1794d65
      Bjørn Mork authored
      
      Hardware
      --------
      SoC:   MediaTek MT7621ST
      WiFi:  MediaTek MT7603
             Quantenna QT3840BC
      Flash: 128M NAND
      RAM:   64M
      LED:   Dual colour red and green
      BTN:   Reset
             WPS
      Eth:   4 x 10/100/1000 connected to MT7621 internal switch
             MT7621 RGMII port connected to Quantenna module
      GPIO:  Power/reset of Quantenna module
      
      Quantenna module
      ----------------
      
      The Quantenna QT3840BC (or QV840) is a separate SoC running
      another Linux installation.  It is mounted on a wide mini-PCIe
      form factor module, but is connected to the RGMII port of
      the MT7621.  It loads both a second uboot stage and an os
      image from the MT7621 using tftp.  The module is configured
      using Quantenna specific RPC calls over IP, using 802.1q
      over the RGMII link to support multiple SSIDs.
      
      There is no support for using this module as a WiFi device
      in OpenWrt. A package with basic firmware and management
      tools is being prepared.
      
      Serial ports
      ------------
      
      Two serial ports with headers:
      
      RRJ1 - 115200 8N1 - Connected to the Quantenna console
      J1   -  57600 8N1 - Connected to the MT7621 console
      
      Both share pinout with many other Zyxel/Mitrastar devices:
      
      1 - NC (VDD)
      2 - TX
      3 - RX
      4 - NC (no pin)
      5 - GND
      
      Dual system partitions
      ----------------------
      
      The vendor firmware and boot loader use a dual partition
      scheme storing a counter in the header of each partition. The
      partition with the highest number will be selected for boot.
      
      OpenWrt does not support this scheme and will always use the
      first OS partition.  It will reset both counters to zero the
      first time sysupgrade is run, making sure the first partition
      is selected by the boot loader.
      
      Installation from vendor firmware
      ---------------------------------
      
      1. Run a DHCP server. The WAP6805 is configured as a client device
         and does not have a default static IP address. Make a note of
         which address it is assigned
      
      2. tftp the OpenWrt initramfs-kernel.bin image to this address.
         Wait for the WAP6805 to reboot.
      
      3. ssh to the OpenWrt initramfs system on 192.168.1.1. Make a
         backup of all mtd partitions now.  The last used OEM image is
         still present in either "Kernel" or "Kernel2" at this point,
         and can be restored later if you save a copy.
      
      4. sysupgrade to the OpenWrt sysupgrade.bin image.
      
      Installation from U-Boot
      ------------------------
      
      This requires serial console access
      
      1. Copy the OpenWrt initramfs-kernel.bin image as "ras.bin" to
         your tftp server directory.  Configure the server address as
         192.168.0.33/24
      
      2. Hit ESC when the message "Hit ESC key to stop autoboot"
         appears
      
      3. Type "ATGU" + Enter, and then "2" immediately after pressing enter.
      
      4. Answer Y to the question "Erase Linux in Flash then burn new
         one. Are you sure?", and answer the address/filename questions.
         Defaults:
              Input device IP (192.168.0.2)
              Input server IP (192.168.0.33)
              Input Linux Kernel filename ("ras.bin")
      
      5. Wait until after you see the message "Done!" and power cycle
         the device.  It will hang after flashing.
      
      6. Continue with step 3 and 4 from the vendor firmware procedure.
      
      Notes on the WAP6805 U-Boot
      ---------------------------
      The bootloader has been modified with both ZyXELs zyloader and the
      device specific dual partition scheme.  These changes appear to have
      broken a few things.  The zyloader shell claims to support a number
      of ZyXEL AT commands, but not all of them work.  The image selection
      scheme is unreliable and inconsistent.  A limited U-Boot menu is
      available - and used by the above U-Boot install procedure.  But
      direct booting into an uploaded image does not work, neither with
      ram nor with flash.  Flashing works, but requires a hard reset after
      it is finished.
      
      Reverting to OEM firmware
      -------------------------
      
      The OEM firmware can be restored by using mtd write from OpenWrt,
      flashing it to the "Kernel" partition. E.g.
      
        ssh root@192.168.1.1 "mtd -r -e Kernel write - Kernel" < oem.bin
      
      OEM firmwares for the WAP6805 are not avaible for public download,
      so a backup of the original installation is required.  See above.
      
      Alternatively, firmware for the WAP6806 (Armor X1) may be used. This
      is exactly the same hardware.  But the branding features do obviously
      differ.
      
      LED controller
      --------------
      
      Hardware implementation is unknown.  The dual-color LED is controlled
      by 3 GPIOs:
      
        4: red
        7: blinking green
       13: green
      
      Enabling both red and green makes the LED appear yellow.
      
      The boot loader enables hardware blinking, causing the green LED to blink
      slowly on power-on, until the OpenWrt boot mode starts a faster software
      blink.
      
      Signed-off-by: default avatarBjørn Mork <bjorn@mork.no>
      [fix alphabetic sorting for image build statement]
      Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
      c1794d65
    • Emir Efe Kucuk's avatar
      ramips: Add support for Xiaomi Mi Router(Black,R2100) · 53a1fede
      Emir Efe Kucuk authored
      The Xiaomi Mi Router AC2100 is a *black* cylindrical router that shares many
      characteristics (apart from its looks and the GPIO ports) with the 6-antenna
      *white* "Xiaomi Redmi Router AC2100"
      
      See the visual comparison of the two routers here:
      https://github.com/emirefek/openwrt-R2100/raw/imgcdn/rm2100-r2100.jpg
      
      Specification of R2100:
      - CPU: MediaTek MT7621A
      - RAM: 128 MB DDR3
      - FLASH: 128 MB ESMT NAND
      - WIFI: 2x2 802.11bgn (MT7603)
      - WIFI: 4x4 802.11ac (MT7615)
      - ETH: 3xLAN+1xWAN 1000base-T
      - LED: Power, WAN in Yellow and Blue
      - UART: On board (Don't know where is should be confirmed by anybody else)
      - Modified u-boot
      
      Hacking of official firmware process is same at both RM2100 and R2100.
      Thanks to @namidairo
      
      Here is the detailed guide Hack: https://github.com/impulse/ac2100-openwrt-guide
      Guide is written for MacOS but it will work at linux.
      needed packages: python3(with scapy), netcat, http server, telnet client
      
      1. Run PPPoE&exploit to get nc and wget busybox, get telnet and wget firmware
      2. mtd write openwrt-ramips-mt7621-xiaomi_mi-router-ac2100-kernel1.bin kernel1
      3. nvram set uart_en=1
      4. nvram set bootdelay=5
      5. nvram set flag_try_sys1_failed=1
      6. nvram commit
      7. mtd -r write openwrt-ramips-mt7621-xiaomi_mi-router-ac2100-rootfs0.bin rootfs0
      
      other than these I specified in here. Everything is same with:
      https://github.com/openwrt/openwrt/commit/f3792690c4f0567a8965d82898295b9d50c3bb7e
      
      
      Thanks for all community and especially for this device:
      @Ilyas @scp07 @namidairo @Percy @thorsten97 @impulse (names@forum.openwrt.com)
      
      MAC Locations:
      WAN *:b5 = factory 0xe006
      LAN *:b6 = factory 0xe000
      WIFI 5ghz *:b8 = factory 0x8004
      WIFI 2.4ghz *:b7 = factory 0x0004
      
      Signed-off-by: default avatarEmir Efe Kucuk <emirefek@gmail.com>
      [refactored common image bits into Device/xiaomi-ac2100, fixed From:]
      Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
      53a1fede
  2. Jun 26, 2020
    • Jan Hoffmann's avatar
      ramips: add support for NETGEAR WAC124 · b1d5ab1a
      Jan Hoffmann authored
      
      The WAC124 hardware appears to be identical to R6260/R6350/R6850.
      
      SoC:   MediaTek MT7621AT
      RAM:   128M DDR3
      FLASH: 128M NAND (Macronix MX30LF1G18AC)
      WiFI:  MediaTek MT7603 bgn 2T2R
             MediaTek MT7615 nac 4T4R
      ETH:   SoC Integrated Gigabit Switch (1x WAN, 4x LAN)
      USB:   1x USB 2.0
      BTN:   Reset, WPS
      LED:   Power, Internet, WiFi, USB (all green)
      
      Installation:
      The factory image can be flashed from the stock firmware web interface
      or using nmrpflash. With nmrpflash it is also possible to revert to
      stock firmware.
      
      Signed-off-by: default avatarJan Hoffmann <jan@3e8.eu>
      b1d5ab1a
  3. Jun 12, 2020
    • Pawel Dembicki's avatar
      ramips: mt7621: add support for NETGEAR WAC104 · 221d8a1c
      Pawel Dembicki authored
      
      NETGEAR WAC104 is an AP based on castrated R6220, without WAN
      port and USB.
      
      SoC: MediaTek MT7621ST
      RAM: 128M DDR3
      FLASH: 128M NAND
      WiFi: MediaTek MT7612EN an+ac
      MediaTek MT7603EN bgn
      ETH: MediaTek MT7621ST (4x LAN)
      BTN: 1x Connect (WPS), 1x WLAN, 1x Reset
      LED: 7x (3x GPIO controlled)
      
      Installation:
      
      Login to netgear webinterface and flash factory.img
      
      Back to stock:
      
      Use nmrpflash to revert stock image.
      
      Signed-off-by: default avatarPawel Dembicki <paweldembicki@gmail.com>
      221d8a1c
  4. May 20, 2020
    • Richard Huynh's avatar
      ramips: Add support for Xiaomi Redmi Router AC2100 (RM2100) · f3792690
      Richard Huynh authored
      Specification:
      - CPU: MediaTek MT7621A
      - RAM: 128 MB DDR3
      - FLASH: 128 MB ESMT NAND
      - WIFI: 2x2 802.11bgn (MT7603)
      - WIFI: 4x4 802.11ac (MT7615)
      - ETH: 3xLAN+1xWAN 1000base-T
      - LED: Power, WAN, in Amber and White
      - UART: On board near ethernet, opposite side from power
      - Modified u-boot
      
      Installation:
      
      1. Run linked exploit to get shell, startup telnet and wget the files over
      2. mtd write openwrt-ramips-mt7621-xiaomi_rm2100-squashfs-kernel1.bin kernel1
      3. nvram set uart_en=1
      4. nvram set bootdelay=5
      5. nvram set flag_try_sys1_failed=1
      6. nvram commit
      7. mtd -r write openwrt-ramips-mt7621-xiaomi_rm2100-squashfs-rootfs0.bin rootfs0
      
      Restore to stock:
      
      1. Setup PXE and TFTP server serving stock firmware image
      (See dhcp-boot option of dnsmasq)
      2. Hold reset button down before powering on and wait for flashing amber led
      3. Release reset button
      4. Wait until status led changes from flashing amber to white
      
      Notes:
      This device has dual kernel and rootfs slots like other Xiaomi devices currently
      supported (mir3g, etc.) thus, we use the second slot and overwrite the first
      rootfs onwards in order to get more space.
      
      Exploit and detailed instructions:
      
      https://openwrt.org/toh/xiaomi/xiaomi_redmi_router_ac2100
      
      An implementation of CVE-2020-8597 against stock firmware version 1.0.14
      
      This requires a computer with ethernet plugged into the wan port and an active
      PPPoE session, and if successful will open a reverse shell to 192.168.31.177
      on port 31337.
      
      As this shell is somewhat unreliable and likely to be killed in a random amount
      of time, it is recommended to wget a static compiled busybox binary onto the
      device and start telnetd with it.
      
      The stock telnetd and dropbear unfortunately appear inoperable.
      (Disabled on release versions of stock firmware likely)
      Ie. wget https://yourip/busybox-mipsel
      
       -O /tmp/busybox
      chmod a+x /tmp/busybox
      /tmp/busybox telnetd -l /bin/sh
      
      Tested-by: default avatarDavid Martinez <bonkilla@gmail.com>
      Signed-off-by: default avatarRichard Huynh <voxlympha@gmail.com>
      f3792690
  5. May 17, 2020
    • Davide Fioravanti's avatar
      ramips: add support for Linksys EA7500 v2 · 31b49f02
      Davide Fioravanti authored
      
      The Linksys EA7500 v2 is advertised as AC1900, but its internal
      hardware is AC2600 capable.
      
      Hardware
      --------
      SoC:   Mediatek MT7621AT (880 MHz, 2 cores 4 threads)
      RAM:   256M (Nanya NT5CC128M16IP-DI)
      FLASH: 128MB NAND (Macronix MX30LF1G18AC-TI)
      ETH:   5x 10/100/1000 Mbps Ethernet (MT7530)
      WIFI:
        - 2.4GHz: 1x MT7615N (4x4:4)
        - 5GHz:   1x MT7615N (4x4:4)
        - 4 antennas: 3 external detachable antennas and 1 internal
      USB:
        - 1x USB 3.0
        - 1x USB 2.0
      BTN:
        - 1x Reset button
        - 1x WPS button
      LEDS:
        - 1x White led (Power)
        - 6x Green leds (link lan1-lan4, link wan, wps)
        - 5x Orange leds (act lan1-lan4, act wan) (working but unmodifiable)
      
      Everything works correctly.
      
      Installation
      ------------
      The “factory” openwrt image can be flashed directly from OEM stock
      firmware. After the flash the router will reboot automatically.
      
      However, due to the dual boot system, the first installation could fail
      (if you want to know why, read the footnotes).
      If the flash succeed and you can reach OpenWrt through the web
      interface or ssh, you are done.
      Otherwise the router will try to boot 3 times and then will
      automatically boot the OEM firmware (don’t turn off the router.
      Simply wait and try to reach the router through the web interface
      every now and then, it will take few minutes).
      
      After this, you should be back in the OEM firmware.
      
      Now you have to flash the OEM Firmware over itself using the OEM web
      interface (I tested it using the FW_EA7500v2_2.0.8.194281_prod.img
      downloaded from the Linksys website).
      
      When the router reboots flash the “factory” OpenWrt image and this
      time it should work.
      
      After the OpenWrt installation you have to use the sysupgrade image
      for future updates.
      
      Restore OEM Firmware
      --------------------
      After the OpenWrt flash, the OEM firmware is still stored in the
      second partition thanks to the dual boot system.
      You can switch from OpenWrt to OEM firmware and vice-versa failing
      the boot 3 times in a row:
       1) power on the router
       2) wait 15 seconds
       3) power off the router
       4) repeat steps 1-2-3 twice more.
       5) power on the router and you should be in the “other” firmware
      
      If you want to completely remove OpenWrt from your router, switch to
      the OEM firmware and then flash OEM firmware from the web interface
      as a normal update.
      This procedure will overwrite the OpenWrt partition.
      
      Footnotes
      ---------
      The Linksys EA7500-v2 has a dual boot system to avoid bricks.
      This system works using 2 pair of partitions:
       1) "kernel" and "rootfs"
       2) "alt_kernel" and "alt_rootfs".
      After 3 failed boot attempts, the bootloader tries to boot the other
      pair of partitions and so on.
      
      This system is managed by the bootloader, which writes a bootcount in
      the s_env partition, and if successfully booted, the system add a
      "zero-bootcount" after the previous value.
      
      A system update performed from OEM firmware, writes the firmware on the
      other pair of partitions and sets the bootloader to boot the new pair
      of partitions editing the “boot_part” variable in the bootloader vars.
      Effectively it's a quick and safe system to switch the selected boot
      partition.
      
      Another way to switch the boot partition is:
       1) power on the router
       2) wait 15 seconds
       3) power off the router
       4) repeat steps 1-2-3 twice more.
       5) power on the router and you should be in the “other” firmware
      
      In this OpenWrt port, this dual boot system is partially working
      because the bootloader sets the right rootfs partition in the cmdline
      but unfortunately OpenWrt for ramips platform overwrites the cmdline
      so is not possible to detect the right rootfs partition.
      
      Because all of this, I preferred to simply use the first pair of
      partitions and set read-only the other pair.
      
      However this solution is not optimal because is not possible to know
      without opening the case which is the current booted partition.
      Let’s take for example a router booting the OEM firmware from the first
      pair of partitions. If we flash the OpenWrt image, it will be written
      on the second pair. In this situation the router will bootloop 3 times
      and then will automatically come back to the first pair of partitions
      containg the OEM firmware.
      In this situation, to flash OpenWrt correctly is necessary to switch
      the booting partition, flashing again the OEM firmware over itself.
      At this point the OEM firmware is on both pair of partitions but the
      current booted pair is the second one.
      Now, flashing the OpenWrt factory image will write the firmware on
      the first pair and then will boot correctly.
      
      If this limitation in the ramips platform about the cmdline will be
      fixed, the dual boot system can also be implemented in OpenWrt with
      almost no effort.
      
      Signed-off-by: default avatarDavide Fioravanti <pantanastyle@gmail.com>
      Co-Developed-by: default avatarJackson Lim <jackcolentern@gmail.com>
      Signed-off-by: default avatarJackson Lim <jackcolentern@gmail.com>
      31b49f02
  6. Apr 12, 2020
    • Adrian Schmutzler's avatar
      ramips: mt7621: tidy up names for Ubiquiti devices · e8931b30
      Adrian Schmutzler authored
      
      The "proper" vendor prefix for Ubiquiti is "ubnt", this is used in
      all targets except ramips and also recommended by the kernel.
      
      This patch adjusts the various board/image/device name variables
      accordingly. Since we touch it anyway, this also adds the space
      in "EdgeRouter X" as a hyphen to those variables to really make
      them consistent with the model name.
      
      While at it, create a real shared definition for the devices in
      image/mt7621.mk instead of deriving one device from another.
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      e8931b30
  7. Apr 11, 2020
    • Yanase Yuki's avatar
      ramips: add support for I-O DATA WN-AX2033GR · e66becb4
      Yanase Yuki authored
      I-O DATA WN-AX2033GR is roughly the same as I-O DATA
      WN-AX1167GR2. The difference is Wi-Fi feature.
      
      Specification
      =============
      - SoC: MediaTek MT7621A
      - RAM: DDR3 128 MiB
      - Flash Memory: NAND 128 MiB (Spansion S34ML01G200TF100)
      - Wi-Fi: MediaTek MT7603E
      - Wi-Fi: MediaTek MT7615
      - Ethernet: 5x 10 Mbps / 100 Mbps / 1000 Mbps (1x WAN, 4x LAN)
      - LED: 2x green LED
      - Input: 2x tactile switch, 1x slide switch
      - Serial console: 57600bps, PCB through hole J5 (Vcc, TX, RX, NC, GND)
      - Power: DC 12V
      
      This device only supports channel 1-13 and 36-140.
      Thus, narrower frequency limits compared to other devices are required
      for limiting wi-fi frequency correctly.
      Without this, non-supported frequencies are activated.
      
      Flash instructions
      ==================
      1. Open the router management page (192.168.0.1).
      2. Update router firmware using "initramfs-kernel.bin".
      3. After updating, run sysupgrade with "sysupgrade.bin".
      
      Recovery instructions
      =====================
      WN-AX2033GR contains Zyxel Z-LOADER
      1. Setup TFTP server (IP address: 10.10.10.3).
      2. Put official firmware into TFTP server directory (distribution site:
         https://www.iodata.jp/lib/software/w/2068.htm
      
      )
      3. Connect WX-AX2033GR Ethernet port and computer that runs TFTP server.
      4. Connect to serial console.
      5. Interrupt booting by Esc key.
      6. Flash firmware using "ATNR 1,[firmware filename]" command.
      
      Signed-off-by: default avatarYanase Yuki <dev@zpc.sakura.ne.jp>
      [adjust for kernel 5.4, add recovery instructions/frequency comment]
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      e66becb4
  8. Apr 08, 2020
    • Adrian Schmutzler's avatar
      ramips: mt7621: harmonize naming scheme for Mikrotik · f761f405
      Adrian Schmutzler authored
      
      So far, image/device/board names for Mikrotik devices in mt7621 have
      been used quite inconsistently.
      
      This patch harmonizes the naming scheme by applying the same style
      as used lately in ath79, i.e. using "RouterBOARD" as separate word
      in the model name (instead of RB prefix for the number) and deriving
      the board/device name from that (= make lower case and replace spaces
      by hyphens).
      
      This style has already been used for most the model/DEVICE_MODEL
      variables in mt7621, so this is essentially just adjusting the remaining
      variables to that.
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      f761f405
  9. Mar 04, 2020
    • Adrian Schmutzler's avatar
      ramips: add support for NETGEAR R6700v2/AC2400 · 6e80df5e
      Adrian Schmutzler authored
      SoC: MediaTek MT7621AT
      RAM: 256M DDR3
      FLASH: 128M NAND
      WiFi: MediaTek MT7615N an+ac
      MediaTek MT7615N bgn
      ETH: MediaTek MT7621AT
      BTN: 1x Connect (WPS), 1x WLAN, 1x Reset
      LED: Power (white/amber), WAN(white/amber), 2.4G(white), 5G(white),
      USB(white) , GuestWifi(white) 4x LAN(white/amber), Wifi Button(white),
      WPS Button(white)
      
      Installation:
      
      Login to netgear webinterface and flash factory.img
      
      Based on a discontinued GitHub Pull Request by
      kuyokushin <codenamezero@protonmail.com>
      
      https://github.com/openwrt/openwrt/pull/2545
      
      NOTE: Netgear R6700 v2 have five clones: R6900 v2, R7450, Nighthawk
      AC2400, Nighthawk AC2100 and already added R6800. Rest of them  should
      be really easy supportable. Image for R6700v2 should work perfectly with
      them. Please refer:
      
      https://github.com/openwrt/openwrt/pull/2614
      
      
      
      Tested-by: Víctor Gibrán <victorgibranmz@hotmail.com> [R6700v2]
      Tested-by: John Landrum <jl31m10@yahoo.com> [AC2400]
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      [add guest led to mt7621_netgear_r6700-v2.dts end edit commit message]
      Signed-off-by: default avatarPawel Dembicki <paweldembicki@gmail.com>
      6e80df5e
    • Pawel Dembicki's avatar
      ramips: mt7621: add support for Netgear R6800 · 4e931720
      Pawel Dembicki authored
      
      This patch adds support for the Netgear R6800, aka Netgear AC1900 and
      R6800-100PES.
      
      Specification:
      - SoC: MediaTek MT7621AT (880 MHz)
      - Flash: 128 MiB NAND
      - RAM: 256 MiB
      - Wireless: MediaTek MT7615EN b/g/n , MediaTek MT7615EN an+ac
      - LAN speed: 10/100/1000
      - LAN ports: 4
      - WAN speed: 10/100/1000
      - WAN ports: 1
      - USB 2.0
      - USB 3.0
      - Serial baud rate of Bootloader and factory firmware: 57600
      
      Known issues:
      - Device has 3 wifi LEDs: Wifi 5Ghz, Wifi 2.4Ghz and Wifi on/off.
        Wifi on/off is not used.
      
      Installation:
      - apply factory image via stock web-gui.
      
      Back to stock:
      - nmrpflash can be used to recover to the stock Netgear firmware.
      
      Signed-off-by: default avatarPawel Dembicki <paweldembicki@gmail.com>
      4e931720
  10. Feb 07, 2020
  11. Feb 05, 2020
    • INAGAKI Hiroshi's avatar
      ramips: add support for I-O DATA WN-AX1167GR2 · 867db0a2
      INAGAKI Hiroshi authored
      I-O DATA WN-AX1167GR2 is a 2.4/5 GHz band 11ac router, based on MediaTek
      MT7621A.
      
      Specification:
      
      - SoC		: MediaTek MT7621A
      - RAM		: DDR3 128 MiB
      - Flash		: NAND 128 MiB
      - WLAN		: MediaTek MT7615D (2.4/5 GHz, 2T2R)
      - Ethernet	: 5x 10/100/1000 Mbps
        - Switch	: MediaTek MT7621A (MT7530)
      - LEDs/Input	: 2x/3x (2x buttons, 1x slide-switch)
      - UART		: through-hole on PCB
        - J5: Vcc, TX, RX, NC, GND
        - 57600 bps
      
      Flash instruction using initramfs image:
      
      1. Boot WN-AX1167GR2 normally
      2. Access to "http://192.168.0.1/
      
      " and open firmware update page
      ("ファームウェア")
      3. Select the OpenWrt initramfs image and click update ("更新")
      button to perform firmware update
      4. On the initramfs image, perform sysupgrade with squashfs-sysupgrade
      image
      5. Wait ~120 seconds to complete flashing
      
      Notes:
      
      - configuration in DeviceTree of DBDC (Dual-Band-Dual-Concurrent) mode
      for MT7615D chip is not supported in mt76 driver
      - last 0x80000 (512 KiB) in NAND flash is not used on stock firmware
      - stock firmware requires "customized uImage header" by MSTC
      (MitraStar Technology Corp.), but U-Boot doesn't
        - uImage magic (0x0 - 0x3) : 0x434F4D42 (COMB)
        - header crc32 (0x4 - 0x7) : with data length and data crc32
        - image name (0x20 - 0x37) : model ID and firmware versions
        - data length (0x38 - 0x3b): kernel + rootfs
        - data crc32 (0x3c - 0x3f) : kernel + rootfs
      
      Signed-off-by: default avatarINAGAKI Hiroshi <musashino.open@gmail.com>
      Reviewed-by: default avatarSungbo Eo <mans0n@gorani.run>
      867db0a2
    • INAGAKI Hiroshi's avatar
      ramips: add support for I-O DATA WN-DX1167R · 3c0e2aa6
      INAGAKI Hiroshi authored
      I-O DATA WN-DX1167R is a 2.4/5 GHz band 11ac rotuer, based on MediaTek
      MT7621A.
      
      Specification:
      
      - SoC		: MediaTek MT7621A
      - RAM		: DDR3 128 MiB
      - Flash		: NAND 128 MiB
      - WLAN		: MediaTek MT7615D (2.4/5 GHz, 2T2R)
      - Ethernet	: 5x 10/100/1000 Mbps
        - Switch	: MediaTek MT7621A (MT7530)
      - LEDs/Input	: 2x/3x (2x buttons, 1x slide-switch)
      - UART		: through-hole on PCB
        - J5: Vcc, TX, RX, NC, GND
        - 57600 bps
      
      Flash instruction using initramfs image:
      
      1. Boot WN-DX1167R normally
      2. Access to "http://192.168.0.1/
      
      " and open firmware update page
      ("ファームウェア")
      3. Select the OpenWrt initramfs image and click update ("更新")
      button to perform firmware update
      4. On the initramfs image, perform sysupgrade with squashfs-sysupgrade
      image
      5. Wait ~120 seconds to complete flashing
      
      Notes:
      
      - configuration in DeviceTree of DBDC (Dual-Band-Dual-Concurrent) mode
      for MT7615D chip is not supported in mt76 driver
      - last 0x80000 (512 KiB) in NAND flash is not used on stock firmware
      - stock firmware requires "customized uImage header" by MSTC
      (MitraStar Technology Corp.), but U-Boot doesn't
        - uImage magic (0x0 - 0x3) : 0x434F4D43 (COMC)
        - header crc32 (0x4 - 0x7) : with data length and data crc32
        - image name (0x20 - 0x37) : model ID and firmware versions
        - data length (0x38 - 0x3b): kernel + rootfs
        - data crc32 (0x3c - 0x3f) : kernel + rootfs
      
      Signed-off-by: default avatarINAGAKI Hiroshi <musashino.open@gmail.com>
      Reviewed-by: default avatarSungbo Eo <mans0n@gorani.run>
      3c0e2aa6
  12. Nov 14, 2019
    • Piotr Dymacz's avatar
      ramips: add support for ALFA Network Quad-E4G · e68539ac
      Piotr Dymacz authored
      
      ALFA Network Quad-E4G is a universal Wi-Fi/4G platform, which offers
      three miniPCIe (PCIe, USB 2.0, SIM) and a single M.2 B-key (dual-SIM,
      USB 3.0) slots, RTC and five Gigabit Ethernet ports with PoE support.
      
      Specification:
      
      - MT7621A (880 MHz)
      - 256/512 MB of RAM (DDR3)
      - 16/32+ MB of FLASH (SPI NOR)
      - optional second SPI flash (8-pin WSON/SOIC)
      - 1x microSD (SDXC) flash card reader
      - 5x 10/100/100 Mbps Ethernet, with passive PoE support (24 V) in LAN1
      - optional 802.3at/af PoE module for WAN
      - 3x miniPCIe slot (with PCIe and USB 2.0 buses, micro SIM and 5 V)
      - 1x M.2/NGFF B-key 3042 (USB 3.0/2.0, mini + micro SIM)
      - RTC (TI BQ32002, I2C bus) with backup battery (CR2032)
      - external hardware watchdog (EM Microelectronic EM6324)
      - 1x USB 2.0 Type-A
      - 1x micro USB Type-B for system serial console (Holtek HT42B534)
      - 11x LED (5 for Ethernet, 5 driven by GPIO, 1x power indicator)
      - 3x button (reset, user1, user2)
      - 1x I2C (4-pin, 2.54 mm pitch) header on PCB
      - 4x SIM (6-pin, 2.00 mm pitch) headers on PCB
      - 2x UART2/3 (4-pin, 2.54 mm pitch) headers on PCB
      - 1x mechanical power switch
      - 1x DC jack with lock (24 V)
      
      Other:
      
      - U-Boot selects default SIM slot, based on value of 'default_sim' env
        variable: '1' or unset -> SIM1 (mini), '2' -> SIM2 (micro). This board
        has additional logic circuit for M.2 SIM switching. The 'sim-select'
        will work only if both SIM slots are occupied. Otherwise, always slot
        with SIM inside is selected, no matter 'sim-select' value.
      - U-Boot enables power in all three miniPCIe and M.2 slots before
        loading the kernel
      - this board supports 'dual image' feature (controlled by 'dual_image'
        U-Boot environment variable)
      - all three miniPCIe slots have additional 5 V supply on pins 47 and 49
      - the board allows to install up to two oversized miniPCIe cards (vendor
        has dedicated MediaTek MT7615N/D cards for this board)
      - this board has additional logic circuit controlling PERSTn pins inside
        miniPCIe slots. By default, PERSTn (GPIO19) is routed to all miniPCIe
        slots but setting GPIO22 to high allows PERSTn control per slot, using
        GPIO23-25 (value is inverted)
      
      You can use the 'sysupgrade' image directly in vendor firmware which is
      based on OpenWrt (make sure to not preserve settings - use 'sysupgrade
      -n -F ...' command). Alternatively, use web recovery mode in U-Boot:
      
      1. Power the device with reset button pressed, the modem LED will start
         blinking slowly and after ~3 seconds, when it starts blinking faster,
         you can release the button.
      2. Setup static IP 192.168.1.2/24 on your PC.
      3. Go to 192.168.1.1 in browser and upload 'sysupgrade' image.
      
      Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>
      e68539ac
  13. Nov 02, 2019
    • Adrian Schmutzler's avatar
      ramips: split base-files into subtargets · 19724e28
      Adrian Schmutzler authored
      
      While most of the target's contents are split into subtargets, the
      base-files are maintained for the target as a whole.
      
      However, OpenWrt already implements a mechanism that will use (and
      even prefer) files in the subtargets' directories. This can be
      exploited to make several scripts subtarget-specific and thus save
      some space.
      
      In certain cases, keeping files in parent (=target) base-files was
      more convenient, and thus no splitting was performed for those.
      
      Note that this will increase overall code lines, but reduce code
      per subtarget.
      
      base-files ipk size reduction:
      master (mt7621)   60958 B
      split (mt7620)    46358 B (- 14.3 kiB)
      split (mt7621)    48759 B (- 11.9 kiB)
      split (mt76x8)    44948 B (- 15.6 kiB)
      split (rt288x)    43508 B (- 17.0 kiB)
      split (rt305x)    45616 B (- 15.0 kiB)
      split (rt3883)    44176 B (- 16.4 kiB)
      
      Run-tested on:
      GL.iNet GL-MT300N-V2 (mt76x8)
      D-Link DWR-116 (mt7620)
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      19724e28
  14. Oct 24, 2019
    • Gabor Varga's avatar
      ramips: add support for Asus RT-AC65P · 7c5f712e
      Gabor Varga authored
      
      The Asus RT-AC65P router is identical with the RT-AC85P, but better to make separate images for it.
      
      On both routers the installation can be done also via SSH:
      
      Note: The user/password for SSH is identical with the one used in the
      Web-interface.
      
      1. Complete the initial setup wizard.
      2. Activate SSH under "Administration" -> "System".
      3. Transfer the OpenWrt factory image via scp:
       > scp openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin admin@192.168.50.1:/tmp
      4. Connect via SSH to the router.
       > ssh admin@192.168.50.1
      5. Write the OpenWrt image to flash.
       > mtd-write -i
      /tmp/openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin -d linux
      6. Reboot the router
       > reboot
      
      Changelog:
      
      v3: removed [] from filename, rebased to latest master
      v2: Rebased to latest master
      v1: Initial release
      
      Signed-off-by: default avatarGabor Varga <vargagab@gmail.com>
      7c5f712e
  15. Sep 20, 2019
    • Birger Koblitz's avatar
      ramips: add support for Asus RT-AC85P · fde8e2e0
      Birger Koblitz authored
      
      SoC:	MediaTek MT7621AT dual-core @ 880MHz
      RAM:	256M (Winbond W632GG6KB-1)
      FLASH:	128MB (Macronix MX30LF1G18AC-TI)
      WiFi:	- 2.4GHz MediaTek MT7615N bgn
      	- 5GHz MediaTek MT7615N nac
      Switch: SoC integrated Gigabit Switch (4 x LAN, 1 x WAN)
      USB:	1 x USB 3.1 (Gen 1)
      BTN:	Reset, WPS
      LED:	- Power (blue)
      	- 5Ghz (blue)
      	- 2.4GHz (blue)
      	- Internet (blue)
      	- 4x LAN (blue)
      	(LAN/WAN leds are not controllable by GPIOs)
      UART: 	UART is present as Pads marked J4 on the PCB.
      	3.3V - TX - RX - GND / 57600-8N1
      	3.3V is the square pad
      MAC:	The MAC address on the router-label matches the MAC of
      	the 2.4 GHz WiFi.
      	LAN and WAN MAC are identical: MAC_LABEL+4
      	5 GHz WiFi MAC: also MAC_LABEL+4
      
      Installation
      ------------
      Via U-Boot tftpd:
      Switch on device, within 2s press reset button and keep pressed
      until power LED starts blinking slowly.
      Upload factory image via tftp put, the router's ip is 192.168.1.1
      and expects the client on 192.168.1.75.
      
      The images also work on the Asus RT-AC65P models as tested by Gabor.
      
      Signed-off-by: default avatarBirger Koblitz <mail@birger-koblitz.de>
      Tested-by: default avatarGabor Varga <vargagab@gmail.com>
      [fixed Asus -> ASUS in DTS]
      Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
      fde8e2e0
  16. Aug 31, 2019
  17. Jul 22, 2019
  18. Jul 17, 2019
  19. Jul 16, 2019
    • Rafał Miłecki's avatar
      ramips: get rid of platform_pre_upgrade() · d9593b08
      Rafał Miłecki authored
      
      The only step between platform_pre_upgrade() and platform_do_upgrade()
      is switching to ramdisk. It should be fine to "mtd erase firmware" from
      the later callback and get rid of the first one.
      
      This change wasn't tested on affected target but identical code logic
      was verified to work as expected on brcm47xx with initramfs firmware.
      
      Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
      d9593b08
  20. Jul 10, 2019
  21. Mar 20, 2019
  22. Mar 13, 2019
    • Ozgur Can Leonard's avatar
      ramips: add support for Xiaomi Mi Router 3 Pro · d0090339
      Ozgur Can Leonard authored
      Hardware:
      
      CPU:   MediaTek MT7621AT (2x880MHz)
      RAM:   512MB DDR3
      FLASH: 256MB NAND
      WiFi:  2.4GHz 4x4 MT7615 b/g/n (Needs driver, See Issues!)
      WiFI:  5GHz 4x4 MT7615 a/n/ac  (Needs driver, See Issues!)
      USB:   1x 3.0
      ETH:   1x WAN 10/100/1000 3x LAN 10/100/1000
      LED:   Power/Status
      BTN:   RESET
      UART:  115200 8n1
      
      Partition layout and boot:
      
      Stock Xiaomi firmware has the MTD split into (among others)
      
      - kernel0 (@0x200000)
      - kernel1 (@0x600000)
      - rootfs0
      - rootfs1
      - overlay (ubi)
      
      Xiaomi uboot expects to find kernels at 0x200000 & 0x600000
      referred to as system 1 & system 2 respectively.
      a kernel is considered suitable for handing control over
      if its linux magic number exists & uImage CRC are correct.
      If either of those conditions fail, a matching sys'n'_fail flag
      is set in uboot env & a restart performed in the hope that the
      alternate kernel is okay.
      If neither kernel checksums ok and both are marked failed, system 2
      is booted anyway.
      
      Note uboot's tftp flash install writes the transferred
      image to both kernel partitions.
      
      Installation:
      
      Similar to the Xiaomi MIR3G, we keep stock Xiaomi firmware in
      kernel0 for ease of recovery, and install OpenWRT into kernel1 and
      after.
      
      The installation file for OpenWRT is a *squashfs-factory.bin file that
      contains the kernel and a ubi partition. This is flashed as follows:
      
      nvram set flag_try_sys1_failed=1
      nvram set flag_try_sys2_failed=0
      nvram commit
      dd if=factory.bin bs=1M count=4 | mtd write - kernel1
      dd if=factory.bin bs=1M skip=4 | mtd write - rootfs0
      reboot
      
      Reverting to stock:
      
      The part of stock firmware we've kept in kernel0 allows us to run stock
      recovery, which will re-flash stock firmware from a *.bin file on a USB.
      
      For this we do the following:
      
      fw_setenv flag_try_sys1_failed 0
      fw_setenv flag_try_sys2_failed 1
      reboot
      
      After reboot the LED status light will blink red, at which point pressing
      the 'reset' button will cause stock firmware to be installed from USB.
      
      Issues:
      
      OpenWRT currently does not have support for the MT7615 wifi chips. There is
      ongoing work to add mt7615 support to the open source mt76 driver. Until that
      support is in place, there are closed-source kernel modules that can be used.
      
      See: https://forum.openwrt.org/t/support-for-xiaomi-wifi-r3p-pro/20290/170
      
      
      
      Signed-off-by: default avatarOzgur Can Leonard <ozgurcan@gmail.com>
      Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
      [02_network remaps, Added link to notes]
      d0090339
  23. Jan 26, 2019
    • David Bauer's avatar
      ramips: add support for Archer C50 v4 · 01dcd574
      David Bauer authored
      
      This adds support for the TP-Link Archer C50 v4.
      It uses the same hardware as the v3 variant, sharing the same FCC-ID.
      
      CPU:   MediaTek MT7628 (580MHz)
      RAM:   64M DDR2
      FLASH: 8M SPI
      WiFi:  2.4GHz 2x2 MT7628 b/g/n integrated
      WiFI:  5GHz 2x2 MT7612 a/n/ac
      ETH:   1x WAN 4x LAN
      LED:   Power, WiFi2, WiFi5, LAN, WAN, WPS
      BTN:   WPS/WiFi, RESET
      UART:  Near ETH ports, 115200 8n1, TP-Link pinout
      
      Create Factory image
      --------------------
      As all installation methods require a U-Boot to be integrated into the
      Image (and we do not ship one with the image) we are not able to create
      an image in the OpenWRT build-process.
      
      Download a TP-Link image from their Wesite and a OpenWRT sysupgrade
      image for the device and build yourself a factory image like following:
      
      TP-Link image:             tpl.bin
      OpenWRT sysupgrade image:  owrt.bin
      
       > dd if=tpl.bin of=boot.bin bs=131584 count=1
       > cat owrt.bin >> boot.bin
      
      Installing via Web-UI
      ---------------------
      Upload the boot.bin via TP-Links firmware upgrade tool in the
      web-interface.
      
      Installing via Recovery
      -----------------------
      Activate Web-Recovery by beginning the upgrade Process with a
      Firmware-Image from TP-Link. After starting the Firmware Upgrade,
      wait ~3 seconds (When update status is switching to 0%), then
      disconnect the power supply from the device. Upgrade flag (which
      activates Web-Recovery) is written before the OS-image is touched and
      removed after write is succesfull, so this procedure should be safe.
      
      Plug the power back in. It will come up in Recovery-Mode on 192.168.0.1.
      When active, all LEDs but the WPS LED are off.
      Remeber to assign yourself a static IP-address as DHCP is not active in
      this mode.
      
      The boot.bin can now be uploaded and flashed using the web-recovery.
      
      Installing via TFTP
      -------------------
      Prepare an image like following (Filenames from factory image steps
      apply here)
      
       > dd if=/dev/zero of=tp_recovery.bin bs=196608 count=1
       > dd if=tpl.bin of=tmp.bin bs=131584 count=1
       > dd if=tmp.bin of=boot.bin bs=512 skip=1
       > cat boot.bin >> tp_recovery.bin
       > cat owrt.bin >> tp_recovery.bin
      
      Place tp_recovery.bin in root directory of TFTP server and listen on
      192.168.0.66/24.
      
      Connect router LAN ports with your computer and power up the router
      while pressing the reset button. The router will download the image via
      tftp and after ~1 Minute reboot into OpenWRT.
      
      U-Boot CLI
      ----------
      U-Boot CLI can be activated by holding down '4' on bootup.
      
      Dual U-Boot
      -----------
      This is the first TP-Link MediaTek device to feature a split-uboot
      design. The first (factory-uboot) provides recovery via TFTP and HTTP,
      jumping straight into the second (firmware-uboot) if no recovery needs
      to be performed. The firmware-uboot unpacks and executed the kernel.
      
      Web-Recovery
      ------------
      TP-Link integrated a new Web-Recovery like the one on the Archer C7v4 /
      TL-WR1043v5. Stock-firmware sets a flag in the "romfile" partition
      before beginning to write and removes it afterwards. If the router boots
      with this flag set, bootloader will automatically start Web-recovery and
      listens on 192.168.0.1. This way, the vendor-firmware or an OpenWRT
      factory image can be written.
      
      By doing the same while performing sysupgrade, we can take advantage of
      the Web-recovery in OpenWRT.
      
      It is important to note that Web-Recovery is only based on this flag. It
      can't detect e.g. a crashing kernel or other means. Once activated it
      won't boot the OS before a recovery action (either via TFTP or HTTP) is
      performed. This recovery-mode is indicated by an illuminated WPS-LED on
      boot.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      01dcd574
  24. Jan 05, 2019
  25. Dec 16, 2018
    • NOGUCHI Hiroshi's avatar
      ramips: add support for Netgear R6350 · 83a97c53
      NOGUCHI Hiroshi authored
      Netgear R6350 is a wireless router, aka Netgear AC1750.
      
      Specification:
      - SoC: Mediatek MT7621AT (2 CPU cores, 4 threads)
      - RAM: 128MiB (Nanya NT5CC64M16GP-DI)
      - ROM: 128MiB NAND Flash (Macronix MX30LF1G18AC-TI)
      - Wireless:
         for 11b/g/n (upto 300Mbps): MT7603
         for 11a/ac  (upto 1450Mbps) : MT7615, is not avaliable now
      - Ethernet LAN speed: up to 1000Mbps
      - Ethernet LAN ports: 4
      - Ethernet WAN speed: up to 1000Mbps
      - Ethernet WAN ports: 1
      - USB ports: 1 (USB 2.0)
      - LEDs: 4 (all can be controlled by SoC's GPIO)
      - buttons: 2
      - serial ports: unknown
      
      Installation through telnet:
        - Copy kernel.bin and rootfs.bin to a USB flash disk,
          plug to usb port on the router.
        - Enable telnet with link: http://192.168.1.1/setup.cgi?todo=debug
      
      
          (login if required, default: admin password)
        - You will see "Debug Enabled!"
        - Telnet 192.168.1.1 and login with "root"
        - ls /mnt/shares/ to find out path of your USB disk.
          'myUdisk' for example.
        - cd /mnt/shares/myUdisk
        - mtd_write write rootfs.bin Rootfs
        - mtd_write write kernel.bin Kernel
        - reboot
      
      recovery when bricked:
        nmrpflash can be used to recover to the netgear firmware
        if a broken image was flashed.
      
      The SC_PART_MAP partition suggests that an on flash partition table
      exists. After implementing a partition parser/builder for the sercom
      partition format, the definitions don't match the flash layout used by
      the stock firmware.
      
      It either means the partition format has not yet been completely
      understood or it isn't used by the stock firmware. For now, use fixed
      partitions instead.
      
      Signed-off-by: default avatarNOGUCHI Hiroshi <drvlabo@gmail.com>
      [apply latest ramips changes and document the on flash partition map
      issues]
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      83a97c53
  26. Dec 12, 2018
  27. Dec 03, 2018
    • Pawel Dembicki's avatar
      ramips: add support for D-Link DWR-118-A1 · e9a9b7d1
      Pawel Dembicki authored
      
      The DWR-118-A1 Wireless Router is based on the MT7620A SoC.
      
      Specification:
      
      - MediaTek MT7620A (580 Mhz)
      - 64 MB of RAM
      - 16 MB of FLASH
      - 1x 802.11bgn radio
      - 1x 802.11ac radio (MT7610EN)
      - 3x 10/100 Mbps Ethernet (3 LAN)
      - 2x 10/100/1000 Mbps ICPlus IP1001 Ethernet PHY (1 WAN AND 1 LAN)
      - 1x internal, non-detachable antenna
      - 2x external, non-detachable antennas
      - 1x USB 2.0
      - UART (J1) header on PCB (57600 8n1)
      - 7x LED (5x GPIO-controlled), 2x button
      - JBOOT bootloader
      
      Known issues:
      - WIFI 5G LED not working
      - flash is very slow
      
      The status led has been assigned to the dwr-118-a1:green:internet led.
      At the end of the boot it is switched off and is available for other
      operation. Work correctly also during sysupgrade operation.
      
      Installation:
      Apply factory image via http web-gui or JBOOT recovery page
      
      How to revert to OEM firmware:
      - push the reset button and turn on the power. Wait until LED start
        blinking (~10sec.)
      - upload original factory image via JBOOT http (IP: 192.168.123.254)
      
      Signed-off-by: default avatarPawel Dembicki <paweldembicki@gmail.com>
      e9a9b7d1
  28. Nov 29, 2018
    • Valentín Kivachuk's avatar
      ramips: add support for MTC Wireless Router WR1201 · 30a7ab8f
      Valentín Kivachuk authored
      
      MTC Wireless Router WR1201 is the OEM name of the board. It is also sold
      rebranded as STRONG Dual Band Gigabit Router 1200.
      
      Specification:
      - SoC: MediaTek MT7621A (880 MHz)
      - Flash: 16 MiB
      - RAM: 128 MiB
      - Wireless: 2.4Ghz(MT7602EN) and 5Ghz (MT7612EN)
      - Ethernet speed: 10/100/1000
      - Ethernet ports: 4+1
      - 1x USB 3.0
      - 1x microSD reader
      - Serial baud rate of Bootloader and factory firmware: 57600
      
      The OEM webinterface writes only as much bytes as listed in the
      uImage header field to the flash. Also, the OEM webinterface
      evaluates the name field of uImage header before flashing (the
      string "WR1201_8_128")
      
      To flash via webinterface, is mandatory to use first initramfs.bin
      and after (from the OpenWrt) the sysupgrade.bin
      
      Some notes:
      - Some microSD will not work:
      
        mtk-sd 1e130000.sdhci: no support for card's volts
        mmc0: error -22 whilst initialising SDIO card
        mtk-sd 1e130000.sdhci: no support for card's volts
        mmc0: error -22 whilst initialising MMC card
        mtk-sd 1e130000.sdhci: no support for card's volts
        mmc0: error -22 whilst initialising SDIO card
        mtk-sd 1e130000.sdhci: card claims to support voltages below defined range
        mtk-sd 1e130000.sdhci: no support for card's volts
        mmc0: error -22 whilst initialising MMC card
        mtk-sd 1e130000.sdhci: no support for card's volts
        mmc0: error -22 whilst initialising SDIO card
        mtk-sd 1e130000.sdhci: no support for card's volts
        mmc0: error -22 whilst initialising MMC card
      
      Signed-off-by: default avatarValentín Kivachuk <vk18496@gmail.com>
      30a7ab8f
  29. Nov 28, 2018
    • Nishant Sharma's avatar
      ramips: add support for UniElec U7621-06-512M-64M variant · df3e0b58
      Nishant Sharma authored
      
      Add support for UniElec U7621-06 variant with 512MB RAM and 64MB flash.
      
      Additional specs are below:
      
      CPU: MT7621 (880Mhz)
      Bootloader: Ralink U-Boot
      Flash: 64MB
       - U-Boot identifies as Macronix MX66L51235F
       - kernel identifies as MX66L51235l (65536 Kbytes)
      RAM: 512MB
      
      Rest of the details as per commit 46ab81e4 ("ramips add support for
      UniElec U7621-06")
      
      Signed-off-by: default avatarNishant Sharma <nishant@unmukti.in>
      [use generic board detection, add firmware partition compatible, extend
      firmware partition to use all of the remaining flash space, add a
      maximum image size matching the firmware partition size]
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      df3e0b58
  30. Nov 27, 2018
    • Mathias Kresin's avatar
      ramips: use generic board detection for Unielec u7621-06 · 509d02a3
      Mathias Kresin authored
      
      Use the generic board detection for the board instead of the target
      specific one. Mark the sysupgrade image compatible with the former used
      userspace boardname to allow an upgrade from earlier versions.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      509d02a3
    • Thomas Vincent-Cross's avatar
      ramips: add support for Wavlink WL-WN570HA1 · a160f50d
      Thomas Vincent-Cross authored
      
      This commit adds support for the Wavlink WL-WN570HA1, a dual-band PoE
      wireless router with the following specifications:
      
       - CPU: MediaTek MT7688AN 580MHz
       - Flash: 8MB
       - RAM: 64MB
       - Ethernet: 1x 10/100Mbps
       - 2.4 GHz: 802.11b/g/n SoC, 1T1R, 27 dBm
       - 5 GHz: 802.11a/n/ac MT7610E, 1T1R, 25 dBm
       - Antennas: 2x external (1 per radio), detachable
       - LEDs: 3 programmable + Wi-Fi, WAN/LAN, Power
       - Buttons: Reset
      
      Flashing instructions:
      
      Factory U-boot launches a TFTP client if reset button is pressed during power-on.
      Rename the sysupgrade file and configure TFTP as follows:
      
       - Client (WL-WN570HA1) IP: 192.168.10.101
       - Server IP: 192.168.10.100
       - Filename: firmware.bin
      
      Signed-off-by: default avatarThomas Vincent-Cross <me@tvc.id.au>
      [use generic board detection, add firmware partition compatible]
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      a160f50d
  31. Nov 26, 2018
    • Mathias Kresin's avatar
      ramips: improve BDCOM WAP2100-SK support · e4d9217f
      Mathias Kresin authored
      
      Use the generic board detection instead of the target specific one as
      all recent additions are doing.
      
      Setup the USB led via devicetree (a5853577) and include the required
      driver by default. Merge the led userspace setting with an existing
      identical case.
      
      Use the wps led for boot status indication.
      
      Move the partitions into a partition table node (6031ab34) and drop
      needless labels. Drop misplaced cells properties (53624c17).
      
      Cleanup the pinmux and only switch pins to gpio functions which a
      referenced as gpio in the dts.
      
      Match the maximum image size with the size of the firmware partition.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      e4d9217f
    • Mathias Kresin's avatar
      ramips: improve Skylab SKW92A support · 8ec1a66c
      Mathias Kresin authored
      
      Use the generic board detection instead of the target specific one as
      all recent additions are doing.
      
      Add the wireless led according the gpio number from the datasheet.
      Rename the board part of the leds to match the name used for the
      compatible string. Finally, do not hijack the wps led for boot status
      indication longer than necessary.
      
      Merge userspace config into existing cases.
      
      Include the manufacture Name in the dts model string.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      8ec1a66c
Loading