<div dir="ltr">HI,<div><br></div><div>I have this router and I submitted this router's mach.</div><div><br></div><div>Have you noticed that the <span style="font-size:14px">TPLINK-64K generates a U-Boot image for the kernel at first?</span></div><div>The normal routine does not do that.</div><div><br></div><div>So this firmware has two headers, first the tp-link header then the u-boot header.</div><div><br></div><div>If the u-boot header disappear, the bootloader won't boot the firmware.</div><div><br></div><div> Regards,</div><div>Weijie</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-31 21:47 GMT+08:00 Alexander Couzens <span dir="ltr"><<a href="mailto:lynxis@fe80.eu" target="_blank">lynxis@fe80.eu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Weijie,<br>
<br>
the old image also used mktplink.<br>
Do you have a wdr6500? If so it would be nice if you can test the new image.<br>
<br>
Best<br>
lynxis<br>
<br>
old image code:<br>
<br>
$(eval $(call SingleProfile,TPLINK-64K,64kraw,TLWDR6500V2,tl-wdr6500-v2,TL-WDR6500-v2,ttyS0,115200,0x65000002,1,8Mlzma))<br>
<br>
define Image/Build/TPLINK-64K<br>
       -$(STAGING_DIR_HOST)/bin/mkimage \<br>
               -A mips -O linux -T kernel -a 0x80060000 -C lzma \<br>
               -e 0x80060000 -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \<br>
               -d $$(KDIR_TMP)/vmlinux-$(2).bin.lzma $(KDIR_TMP)/vmlinux-$(2).bin.lzma.img<br>
       -$(STAGING_DIR_HOST)/bin/mktplinkfw \<br>
               -H $(4) -W $(5) -F $(6) -N OpenWrt -m 2 -V $(REVISION) $(7) \<br>
               -X 0x20000 \<br>
               -k $(KDIR_TMP)/vmlinux-$(2).bin.lzma.img \<br>
               -r $(KDIR)/root.$(1) \<br>
               -a $(call rootfs_align,$(1)) -j \<br>
               -o $(call factoryname,$(1),$(2))<br>
       -$(STAGING_DIR_HOST)/bin/mktplinkfw \<br>
               -H $(4) -W $(5) -F $(6) -N OpenWrt -m 2 -V $(REVISION) $(7) -s \<br>
               -X 0x20000 \<br>
               -k $(KDIR_TMP)/vmlinux-$(2).bin.lzma.img \<br>
               -r $(KDIR)/root.$(1) \<br>
               -a $(call rootfs_align,$(1)) -j \<br>
               -o $(call sysupname,$(1),$(2))<br>
endef<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Alexander Couzens<br>
<br>
mail: <a href="mailto:lynxis@fe80.eu">lynxis@fe80.eu</a><br>
jabber: <a href="mailto:lynxis@fe80.eu">lynxis@fe80.eu</a><br>
mobile: +4915123277221<br>
gpg: 390D CF78 8BF9 AA50 4F8F  F1E2 C29E 9DA6 A0DF 8604<br>
</font></span></blockquote></div><br></div>