diff mbox

[OpenWrt-Devel,RFT] omap: switch kernel to 3.18

Message ID 1425135670-11890-1-git-send-email-zajec5@gmail.com
State RFC
Delegated to: Rafał Miłecki
Headers show

Commit Message

Rafał Miłecki Feb. 28, 2015, 3:01 p.m. UTC
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
---
Hey guys,

My previous request (posted half a year ago) was completely ignored:
[PATCH][RFT] omap: switch kernel to 3.14
https://lists.openwrt.org/pipermail/openwrt-devel/2014-September/027845.html

I'll really appreciate if someone can try this patch. 3.13 is really an
old kernel and all OpenWrt targets dropped it already. I really hope we
can do the same for omap and drop 3.13 from generic.
---
 target/linux/omap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dirk Neukirchen March 2, 2015, 4:44 p.m. UTC | #1
On 28.02.2015 16:01, Rafał Miłecki wrote:
> Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
> ---
> Hey guys,
> 
> My previous request (posted half a year ago) was completely ignored:
> [PATCH][RFT] omap: switch kernel to 3.14
> https://lists.openwrt.org/pipermail/openwrt-devel/2014-September/027845.html
> 
> I'll really appreciate if someone can try this patch. 3.13 is really an
> old kernel and all OpenWrt targets dropped it already. I really hope we
> can do the same for omap and drop 3.13 from generic.
> ---
>  target/linux/omap/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
> index 03a2c24..20f7517 100644
> --- a/target/linux/omap/Makefile
> +++ b/target/linux/omap/Makefile
> @@ -13,7 +13,7 @@ FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
>  CPU_TYPE:=cortex-a9
>  CPU_SUBTYPE:=vfpv3
>  
> -KERNEL_PATCHVER:=3.13
> +KERNEL_PATCHVER:=3.18
>  
>  MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
>  
> 

+1 for pushing

3.13 build on buildbots is broken anyway because of some missing/wrong Kernel symbols
and versions with iptables or stuff in include/netfilter.mk


I successfully booted 3.18-rcX a while ago on my (EBV) Beagleboard C4.
My bootlog of 3.18.7: http://paste.debian.net/159227/
using ext3 rootfs

Not tested yet: USB, USB-OTG, HDMI, Audio, ubifs on sdcard

There are some boot/documentation issues depending on the uBoot version installed in NAND
and if the USR button is pressed or not (and corresponding values of uboot variables/scripts)
that are related to log entries with
** Unable to read "boot.scr" from mmc 0:1 **
or 
** Unable to read file user.txt **
diff mbox

Patch

diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
index 03a2c24..20f7517 100644
--- a/target/linux/omap/Makefile
+++ b/target/linux/omap/Makefile
@@ -13,7 +13,7 @@  FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
 CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=vfpv3
 
-KERNEL_PATCHVER:=3.13
+KERNEL_PATCHVER:=3.18
 
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>