<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <p>Last attempt I saw was here
      <a class="moz-txt-link-freetext" href="https://github.com/openwrt/openwrt/pull/1770">https://github.com/openwrt/openwrt/pull/1770</a></p>
    <p>but it was rejected.</p>
    <p><br>
    </p>
    <p>I have some experience with the bootloader used in this device, I
      can <br>
    </p>
    <p>provide more complete instructions to do the uboot fix though.</p>
    <p>TTL/serial access seems to be easy (there is a header as you see
      in the photo),</p>
    <p>and you need an inexpensive "arduino USB-TTL dongle" to connect
      to this device.<br>
    </p>
    <p>Connect the pins as defined in the wiki, open up your serial <br>
    </p>
    <p>communication program (Putty usually)</p>
    <p>and set it for 115200 serial speed, others default.<br>
    </p>
    <p>Then boot the device, press a key to stop boot when you see <br>
    </p>
    <p>"Hit any key to stop autoboot: 2  1  0"</p>
    <p>It should stop and accept console commands.<br>
    </p>
    <p> then copy-paste this line <br>
    </p>
    <p>setenv sleep 1;nmrp;sf probe 0:3;sf read $loadaddr 0x30000
      0x400000;bootm $loadaddr</p>
    <p>This will alter the bootloader configuration that is causing the
      issue. Now it will boot kernels up to 4MB big</p>
    <p>Will still be able to boot stock firmware, we are just increasing
      a size limit.<br>
    </p>
    <p>and then save the change by writing</p>
    <p>saveenv<br>
    </p>
    <p>and then you can reboot the device by pulling the plug or writing<br>
    </p>
    <p>reset</p>
    <p>Now you can install OpenWrt as normal.<br>
    </p>
    <p>-Alberto<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 28/05/19 14:00, Chris wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANDHWrd_nLzKm8AXivb9xGZW=aKFniSS6GQng7NabrB83MmjRg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>Hi folks,</div>
        <div><br>
        </div>
        <div>I was wondering if a patch enabling this device was ever
          released?</div>
        <div><br>
        </div>
        <div><a
href="http://lists.infradead.org/pipermail/openwrt-devel/2019-January/015556.html"
            moz-do-not-send="true">http://lists.infradead.org/pipermail/openwrt-devel/2019-January/015556.html</a></div>
        <div><br>
        </div>
        <div>The wiki suggests one can only install/boot into OpenWRT by
          wiring up a JTAG/serial interface and manually intervene...
          Which is far beyond my comfort zone.<br>
        </div>
        <div><br>
        </div>
        <div>Am very eagar to make use of this equipment, so any news
          would be really appreciated.</div>
        <div><br>
        </div>
        <div>All the best,</div>
        <div>Chris<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
openwrt-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openwrt.org/mailman/listinfo/openwrt-devel">https://lists.openwrt.org/mailman/listinfo/openwrt-devel</a>
</pre>
    </blockquote>
  </body>
</html>