Setting Up USB Recovery for Dynalink OpenWrt Router

Поделиться
HTML-код
  • Опубликовано: 2 июл 2024
  • #OpenWrt #USB #Recovery #Setup #Dynalink
    USB Recovery Setup for OpenWrt Router
    Step 0: Have a FAT32 formatted flash drive, and download the firmware file (.itb) for Dynalink Router onto the flash drive, you can get the file here: firmware-selector.openwrt.org...
    I strongly recommend renaming it to Recovery.itb, if you want to call it something else, change the name of the file in the third command you will execute
    Step 1: SSH into your OpenWrt Router
    Step 2: Execute the following commands:
    fw_setenv bootcmd 'run openwrtusb; run openwrtboot'
    fw_setenv openwrtboot 'setenv bootargs console=ttyMSM0,115200n8 ubi.mtd=rootfs rootfstype=squashfs rootwait; ubi part fs; ubi read 0x44000000 kernel; bootm 0x44000000#config@rt5010w-d350-rev0'
    fw_setenv openwrtusb 'usb start && fatload usb 0:0 0x44000000 Recovery.itb && bootm 0x44000000'
    Step 3: Your done, BUT TEST IT BEFORE ASSUMING IT WORKED
  • НаукаНаука

Комментарии •