Hi all. I have a TPLink WR1043ND with a Backfire 10.03.1 on it. Looking at dmesg, or "cat /proc/mtd" I can see that the size of firmware is: mtd5: 007d0000 00010000 "firmware" Looking at this page: http://wiki.openwrt.org/doc/techref/flash.layout one can see this exact layout: mtd0 u-boot 128KiB mtd5 firmware 8000KiB mtd4 art 64KiB And indeed 007d0000 in hex is 8000KiB = 8192000 B. But when I make a new build of openwrt for my router I obtain: 8126464 openwrt-ar71xx-tl-wr1043nd-v1-squashfs-factory.bin That is a file of 007c0000 = 7936 KiB Why this difference? Am I doing something wrong if I do the following? cd /tmp mtd -r write openwrt-ar71xx-tl-wr1043nd-v1-squashfs-factory.bin firmware
--Luca _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
