Latest stable kernel does not boot, but do not show any message on debug UART. Bisecting showed that the following commits "ARM: move vector stubs" (b85796fa1987e014a61c379e3cb753976e993a46) and/or "ARM: use linker magic for vectors and vector stubs" (0477cd427e4862843b6cfb460b83ca09f265742d) which were introduced in v3.10.6 prevents the system from booting.
At the moment I cannot tell exactly which commit breaks as compilation with only the first commit results in compilation/linker errors. However, I also failed reverting both patches from v3.10.9. For this reason, I think its better to stick at v3.10.5 for the moment until the issue was discussed with upstream. Signed-off-by: Michael Heimpold <[email protected]> --- target/linux/mxs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index c1a94cc..8e45729 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Freescale i.MX23/i.MX28 FEATURES:=ext4 rtc usb gpio CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s MAINTAINER:=Zoltan HERPAI <[email protected]> -LINUX_VERSION:=3.10.9 +LINUX_VERSION:=3.10.5 KERNELNAME:="zImage dtbs" define Target/Description -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
