Skip to content
Snippets Groups Projects
  1. Jan 15, 2017
    • Lazar Demin's avatar
      ramips: Added Onion Omega2 and Omega2+ · ab90f15c
      Lazar Demin authored
      This patch adds support for the Onion Omega2 and Omega2+ (https://onion.io
      
      )
      
      Specifications:
      - SoC: MediaTek MT7688AN (580MHz, ramips)
      - Omega2
        - RAM: 64MB DDR
        - Storage: 16MB NOR SPI flash onboard
      - Omega2+
        - RAM: 128MB DDR
        - Storage: 32MB NOR SPI flash onboard + microSD slot
      - Wireless: Built into MT7688AN (mt76) with onboard 1x chip antenna and u.FL connecter
      - Ethernet: 1x100M pins on Omega2 & Omega2+, can use Ethernet Expansion and an Omega Dock to get a physical Ethernet port
      - Strongly recommend using the Omega2 & Omega2+ with a Dock (Expansion Dock, Power Dock, Arduino Dock 2, Mini Dock)
        - All Docks Provide:
          - Micro-USB port to provide power to the Omega
            - On the Expansion and Mini Docks, can also access the terminal (UART0) via serial
          - USB 2.0 socket connected to Omega
        - Just the Expansion Dock, Power Dock, and Arduino Dock 2 provide:
          - Omega GPIO breakout
          - Allows for connection of Omega Expansions:
            - Ethernet Expansion
            - Relay Expansion
            - PWM Expansion
            - OLED Expansion
            - Ethernet Expansion
            - Proto Expansion
            - Cellular Expansion
      
      Signed-off-by: default avatarLazar Demin <lazar@onion.io>
      ab90f15c
  2. Jan 13, 2017
    • Andrew Yong's avatar
      ramips: add support for VoCore2 · 3f31029b
      Andrew Yong authored
      
      This patch adds support for the VoCore VoCore2 and its complementary
      "ultimate" dock.
      
      Specifications:
      - SoC: MediaTek MT7628AN (580MHz, ramips)
      - RAM: 128MB DDR2 166MHz
      - Storage: 16MB NOR SPI flash onboard + microSD slot on dock
      - Wireless: Built into MT7628AN (mt76) with 1T1R firmware on VoCore2
                  boards with onboard 1x chip antenna
      - Ethernet: 1x100M (port0) on dock, 1x100M (port2) on PCB header
      - Dock hardware:
        - USB 2.0 socket
        - MicroSD socket
        - 100Mbps Ethernet x1
        - 3.5mm headphone jack (TRRS) connected to Everest Semi ES8388 I2S
          DAC/ADC (support WIP)
        - Micro USB for power and console (UART2)
      
      Initial installation:
      - VoCore2 comes preinstalled with a fork of OpenWrt CC and AP on
        SSID "VoCore2"
      - Connect to VoCore2 by Ethernet or Wi-Fi
      - `ssh root@192.168.1.1` (password is "vocore")
      - scp/wget/etc. LEDE sysupgrade.bin to VoCore2
      - `sysupgrade -n <your image>.bin` (don't keep old config, as the
        original firmware uses Ralink SDK Wi-Fi drivers and not
        mt76+mac80211)
      - after sysupgrade completes, Wi-Fi will be disabled by default so use
        Ethernet or the micro USB console to configure Wi-Fi again
      
      Signed-off-by: default avatarAndrew Yong <me@ndoo.sg>
      3f31029b
  3. Dec 24, 2016
  4. Dec 22, 2016
  5. Nov 23, 2016
  6. Nov 21, 2016
  7. Nov 18, 2016
  8. Nov 17, 2016
    • Jasper Scholte's avatar
      ramips: add support for Sitecom WLR-6000 · 3d680c57
      Jasper Scholte authored
      
      The Sitecom firmware upgrade file has SENAO_FIRMWARE_TYPE 2 set. This
      looks rather wrong since SENAO_FIRMWARE_TYPE 2 is kernel only but the
      file is way to big for only including a kernel.
      
      The factory image need to have the dlf file extension. Otherwise the
      Sitecom firmware rejects the file.
      
      The stock firmware uses the following mac addresses:
      
      LAN: 00:0C:F6:AA:BB:D8 (u-boot env: ethaddr)
      2,4: 00:0C:F6:AA:BB:D8 (EEPROM)
      5:   00:0C:F6:AA:BB:DC (EEPROM)
      WAN: 00:0C:F6:AA:C8:43 (u-boot env: wanaddr)
      
      Assuming the mac address range :D8 to :DC is reserved for this device,
      the MAC addresses were reorder to have a unique MAC address for each
      interface:
      
      2.4GHz: 00:0C:F6:AA:BB:D8
      LAN:    00:0C:F6:AA:BB:D9
      WAN:    00:0C:F6:AA:BB:DA
      5 GHz:  00:0C:F6:AA:BB:DC
      
      The first MAC is assigned to the 2.4GHz WiFi interface
      to keep compatibility with the SSIDs printed on the case, which have
      the last three sextets of the MAC address appended.
      
      There are still issues with the rt2x00 driver. It is not possible to
      use both wireless interfaces at the same time. The 2.4 GHz
      wireless (PCIe) only works if the internal 5GHz wireless is/has been
      enabled or used for scanning. The internal 5GHz wireless only works if
      the 2.4GHz wireless (PCIe) was never enabled. Disabling the 2.4Ghz
      after it was enabled will result in stations seeing the 5Ghz AP but are
      unable to connect.
      
      Due to the not optimal working wifi the manufacture, backup and storage
      partitions of the OEM firmware are kept for now to allow an easy switch
      back to the Sitecom firmware.
      
      Signed-off-by: default avatarJasper Scholte <NightNL@outlook.com>
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      3d680c57
    • Dominik Menke's avatar
      ramips: add support for Digineo AC1200 Pro · 8b65fef1
      Dominik Menke authored
      
      This is basically a ZBT-WG3526 (mt7621 SoC), but with 32M flash.
      
      Signed-off-by: default avatarDominik Menke <dom@digineo.de>
      8b65fef1
  9. Nov 08, 2016
    • Roger Pueyo Centelles's avatar
      ramips: Add support for Wavlink WL-WN575A3 · 5f6e9485
      Roger Pueyo Centelles authored
      
      This commit adds support for the Wavlink WL-WN575A3, a dual-band wall-plug
      wireless router with the following specifications:
      
       - CPU: MediaTek MT7628AN 580MHz
       - Flash: 8MB
       - RAM: 64MB
       - Ethernet: 2x 10/100 Mbps (switched)
       - 2.4 GHz: 802.11b/g/n SoC, MIMO 2x2, 20 dBm
       - 5 GHz: 802.11a/n/ac MT7612E, MIMO 2x2, 20 dBm
       - Antennas: 4x external (2 per radio), non-detachable
       - LEDs: 4 programmable + LAN, WAN, POWER
       - Buttons: reset, WPS
      
      Flashing instructions:
      
      Factory U-boot launches a TFTP client if WPS button is pressed during power-on.
      Rename the sysupgrade file and configure a TFTP as follows:
      
       - Client (WL-WN575A3) IP: 192.168.10.101
       - Server IP: 192.168.10.100
       - Filename: firmware.bin
      
      Signed-off-by: default avatarRoger Pueyo Centelles <roger.pueyo@guifi.net>
      5f6e9485
  10. Nov 02, 2016
    • Andrew Yong's avatar
      ramips: add support for MikroTik hEX v3 (RB750Gr3) · faf94d92
      Andrew Yong authored
      The MikroTik hEX v3 (RB750Gr3) is a MT7621AT board which is similar to most MT7621 reference designs, it can be easily supported by this patch; however, the stock RouterBOOT bootloader has to be replaced by a MT7621 SDK U-Boot such as https://github.com/ndoo/RB750Gr3-U-Boot
      
       - U-Boot configured for the RB750Gr3 (16MiB SPI flash, 256MiB DDR3 RAM at 1200MHz).
      
      RouterBOOT, the stock bootloader, does not initialize the UART and boots silently, making it preferable to replace it with a MT7621 SDK U-Boot with UART (57600 8N1) that supports HTTP, TFTP or serial upload of sysupgrade firmware and U-Boot.
      
      Furthermore, RouterOS, the stock firmware, is contained in a proprietary modification of SquashFS without GPL sources; UART is also disabled in stock firmware.
      
      The combination of LEDE firmware generated by this PR and MT7621 SDK U-Boot expects the printed MAC address to reside at offset `0xe000` of the factory partition (absolute offset is `0x4e000`); this is similar to the factory MAC address offset for several other MT7621 devices.
      
      A 16MiB flash dump suitable for use with flashrom will be provided if/once this patch is accepted and binaries are built by LEDE buildbot. Alternatively, writing the U-Boot to the SPI flash starting at 0x0 offset and booting the board with serial console attached will allow TFTP, HTTP or serial upload of sysupgrade firmware.
      
      Signed-off-by: default avatarAndrew Yong <me@ndoo.sg>
      faf94d92
  11. Oct 15, 2016
    • YuheiOKAWA's avatar
      ramips: add support for Planex VR500. · 4050cfeb
      YuheiOKAWA authored
      
      SOC:	MT7621A
      RAM:	256MiB
      NOR:	MX25L51245G
      
      Non Wireless Router.
      
      Issue: soft reboot problem. SPI Flash do not exit 4byte address mode.
      
      Signed-off-by: default avatarYuhei Okawa <tochiro.srchack@gmail.com>
      4050cfeb
    • Mathias Kresin's avatar
      ramips: move edimax images to the new build code · e7ec5df3
      Mathias Kresin authored
      
      Images installed via TFTP recovery or the Edimax webinterface of the
      3g-6200n(l) are writting with the edimax header to flash.
      
      Use only one image type for these boards. The migration to the
      factory only images need to be done via TFTP recovery.
      
      Use the same start address for the 3g-6200n(l) factory images as the
      stock firmware images.
      
      Thanks to Jan Dostrasil for reporting all the issues of the 3g-6200nl
      and the patient testing of all changes.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      e7ec5df3
  12. Oct 04, 2016
  13. Sep 27, 2016
  14. Sep 09, 2016
  15. Aug 10, 2016
  16. Jul 11, 2016
  17. Jun 22, 2016
  18. Jun 13, 2016
  19. Jun 01, 2016
  20. May 12, 2016
  21. May 10, 2016
  22. Apr 26, 2016
  23. Apr 21, 2016
    • John Crispin's avatar
      ramips: Add support for ZBT WG3526 · 30fbc1a4
      John Crispin authored
      
      The WG3526 is the follow-up to the 2626 and is mostly the same, with the
      excaption that the mt7602 has been replaced with the mt7603. The internal wifi
      setup has also changed slightly. Based on my tests, everything that worked on
      the 2626 works on the 3526 and with roughly the same performance.
      
      v1->v2:
      * Remove some references to 2626 that I had missed in the dts.
      
      v2->v3:
      * Update patch to match new file structure.
      * Removed SD driver to be consistent with other MT7621 targets.
      
      Signed-off-by: default avatarKristian Evensen <kristian.evensen@gmail.com>
      
      SVN-Revision: 49213
      30fbc1a4
    • John Crispin's avatar
      ramips: add support for ELECOM WRH-300CR · 37b50fdb
      John Crispin authored
      
      ELECOM WRH-300CR is MT7620N based very small Wi-Fi router with 64MiB
      DDR2 SDRAM, 16MiB SPI Flash, one fast ethernet port, and (internal but
      easy-to-access) UART.
      
      it also has internal USB hub and USB card reader which provide one USB
      port, one SD card slot, and one microSD card slot.
      
      Signed-off-by: default avatarYuheiOKAWA <tochiro.srchack@gmail.com>
      Signed-off-by: default avatarFUKAUMI Naoki <naobsd@gmail.com>
      
      SVN-Revision: 49211
      37b50fdb
  24. Apr 20, 2016
  25. Mar 16, 2016
  26. Mar 10, 2016
    • John Crispin's avatar
      ramips: Add support for GL-MT750 · be796292
      John Crispin authored
      This patch adds support for GL-MT750.
      GL-MT750 is powered by MT7620A and MT7610e, dual band 802.11ac, 2.4G 300Mbps and 5G 450Mbps.
      It has 5 LANs, MMC interface, USB, a lot of IOs and PoE support.
      
      SVN-Revision: 48994
      be796292
    • John Crispin's avatar
      ramips: Add support for GL-MT300N · be53e5a1
      John Crispin authored
      This patch adds support for GL-MT300N.
      GL-MT300N is powered by MT7620N with 16MB flash, 64MB RAM,
      2 LANs, USB, UART, GPIO and PoE support.
      
      SVN-Revision: 48993
      be53e5a1
    • John Crispin's avatar
      ramips: Add support for GL-MT300A · 96ee39b1
      John Crispin authored
      This patches adds support for GL-MT300A.
      GL-MT300A is powered by MT7620A. It has 16MB flash, 128MB RAM,
      Two LANs, USB, UART and MMC daughter board.
      
      SVN-Revision: 48992
      96ee39b1
Loading