Hi, Stefan Helmert <helst_lis...@aol.de> writes: > [ 0.100000] MIPS: machine is TP-LINK TL-WA7510N v1 ... > [ 0.510000] m25p80 spi0.0: s25sl032a (4096 Kbytes) > [ 0.510000] Creating 5 MTD partitions on "spi0.0": > [ 0.520000] 0x000000000000-0x000000020000 : "redboot"
This partition name suggests you're not using the "tp-link" partition probe method. Take a look at e.g. mach-tl-wr1043nd.c to see how flash_platform_data is registered with ath79_register_m25p80(). It looks like you're hardcoding the start of the rootfs partition somehow and because of that it is set incorrectly (not right after kernel ends as it really should) so your build places squashfs rootfs in one place and the kernel expects it in another. HTH -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fercer...@gmail.com _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel