Kernel 4.0.8 from Igor Pečovnik ?

Discussion in 'Kernels' started by alfwro13, Jul 27, 2015.

  1. alfwro13

    alfwro13 New Member

    Joined:
    Dec 29, 2014
    Messages:
    6
    Likes Received:
    1
  2. mocho

    mocho New Member

    Joined:
    Mar 14, 2015
    Messages:
    8
    Likes Received:
    0
    I am using one of its debian images with kernel 3.18 long time ago. I think its the best images avalailable but it lacks video decoding hardware acceleration. I tryed last ubuntu image but could not start desktop enviorment because of some seg fault
     
  3. patrykk

    patrykk Member

    Joined:
    Dec 10, 2014
    Messages:
    52
    Likes Received:
    9
    Hi,
    Igor use kernel from my repo : https://github.com/patrykk/linux-udoo.
    This kernel support newest vivante drivers and you have to have support for EGL, OpenGL, VPU. You could run apps like:

    • XBMC (preloaded framebuffer libs)
    • gstream
    • chromium with EGL and flash 12.x
    • neverball
    • stellarium
    • celestia

    It support everything like 3.14 from uduoobuntoo2 long time.
    If you have some problem please supply some logs. We will try resolve a problem.

    best regards,
     
  4. dcop

    dcop New Member

    Joined:
    Aug 17, 2014
    Messages:
    2
    Likes Received:
    0
    Since I'm reading this topic and I have some trouble cross-compiling your kernel, here's my output:

    http://pastebin.com/WBkvWTmf

    I'm cross compiling following udoo docs, I even copied the udoo_defconfig:

    1) make ARCH=arm udoo_defconfig (yes, named it this way)
    2) make ARCH=arm menuconfig
    3) make -j4 CROSS_COMPILE=../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi- uImage LOADADDR=0x10008000 modules (yes, binary is there)

    This is my first attempt to compile a newer kernel, always used the old 3.0.

    Thanks for your time!
     
  5. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
  6. patrykk

    patrykk Member

    Joined:
    Dec 10, 2014
    Messages:
    52
    Likes Received:
    9
  7. dcop

    dcop New Member

    Joined:
    Aug 17, 2014
    Messages:
    2
    Likes Received:
    0
    Still the same problem for me, even with the newest kernel from UDOO I've got the same error. Guess I'm really missing something when cross compiling.
     
  8. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    Last edited: Sep 17, 2015
    Xykon, dcop and patrykk like this.

Share This Page