Skip to content
Snippets Groups Projects
Select Git revision
  • experimental default protected
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • experimental-2025-06-08
  • experimental-2025-06-08-base
  • experimental-2025-06-06
  • experimental-2025-06-06-base
  • experimental-2025-05-27
  • experimental-2025-05-27-base
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
  • experimental-2025-05-15-base
  • experimental-2025-05-13
  • experimental-2025-05-13-base
  • experimental-2025-05-08
  • experimental-2025-05-08-base
  • experimental-2025-05-05
  • experimental-2025-05-05-base
  • experimental-2025-05-02
  • experimental-2025-05-02-base
  • experimental-2025-05-01
  • experimental-2025-05-01-base
40 results

gluon

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Dark4MD authored
    Specifications:
    
    - SoC:      MediaTek MT7621
    - Flash:    16 MiB NOR SPI
    - RAM:      128 MiB DDR3
    - Ethernet: 3x 10/100/1000 Mbps (switched, 2xLAN + WAN)
    - WIFI0:    MT7603E 2.4GHz 802.11b/g/n
    - WIFI1:    MT7612E 5GHz 802.11ac
    - Antennas: 4x external (2 per radio), non-detachable
    - LEDs:     Programmable "power" LED (two-coloured, yellow/blue)
                Non-programmable "internet" LED (shows WAN activity)
    - Buttons:  Reset
    
    Installation:
    
    Bootloader won't accept any serial input unless "boot_wait" u-boot
    environment variable is changed to "on".
    
    Vendor firmware won't accept any serial input until "uart_en" is
    set to "1".
    
    Using the https://github.com/acecilia/OpenWRTInvasion exploit you
    can gain access to shell to enable these options:
    
    To enable uart keyboard actions - 'nvram set uart_en=1'
    To make uboot delay boot work - 'nvram set boot_wait=on'
    Set boot delay to 5 - 'nvram set bootdelay=5'
    
    Then run 'nvram commit' to make the changes permanent.
    
    Once in the shell (following the OpenWRTInvasion instructions) you
    can then run the following to flash OpenWrt and then reboot:
    
    'cd /tmp; curl https://downloads.openwrt.org/...-sysupgrade.bin
      --output firmware.bin; mtd -e OS1 -r write firmware.bin OS1'
    a5e085b5
    History
    Name Last commit Last update