Keresés

Hirdetés

Új hozzászólás Aktív témák

  • Martin Eden

    tag

    válasz vargalex #67796 üzenetére

    Brainslayer (a ddwrt fejlesztője ennyit írt):
    "the issue i described with the last firmware release and the missdetected partition size does not just apply to the archer c7. alot of tplink devices are affected. this has been fixed with the newest but causes now upgrading troubles "
    A megoldásra meg azt, amit próbáltam:

    "sure. no problem. but you need to know the bootloader size which is different for many devices. so here is a sample for a device with a 128 kb bootloader (you can find out the bootloader size by dumping the fullflash partition and looking for kernel start with a hex editor. the offset of the kernel/firmware is the size of the bootloader.
    the following sample assumes that /dev/mtdblock6 is the fullflash partition. so check /proc/mtd before starting

    1.
    enable ssh on your device
    2.
    copy factory-to-ddwrt.bin to /tmp
    3
    dd if=/dev/mtdblock6 of=/tmp/boot.bin bs=1 count=131072
    4.
    cd /tmp
    cat factory-to-ddwrt.bin >> boot.bin
    5
    mtd -f write boot.bin fullflash
    6.
    reboot"

    De ez a módszer úgy tűnik nem vált be nekem...

    Talán megpróbálom majd a tftp-t, ahogy javasoltad.

Új hozzászólás Aktív témák