Cannot boot official u-boot/kernel

Discussion in 'UDOO QUAD' started by cyrilf, Aug 24, 2016.

  1. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    Hi,

    I'm following the doc to compile the u-boot for UDOO Quad in order to update the kernel to the last one. It seems that the configuration file in the doc is wrong.
    At this line:
    Code:
    make ARCH=arm CROSS_COMPILE=$TOOLCHAIN_PREFIX udoo_qdl_config
    I get:
    After a look at the configs directory, I found an other configuration file that works fine:
    Code:
    make ARCH=arm CROSS_COMPILE=$TOOLCHAIN_PREFIX udoo_qd_defconfig
    But after a few seconds, the kernel crash at boot. I tried with both the official kernel and the patrykk's kernel. Both crash at the same time.

    Any solution?
     
    Last edited: Aug 24, 2016
  2. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
  3. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    We've recently made some changes in the uboot, and eventually we may have broken something :( Let us look into it, fix the problem and I'll let you know
     
  4. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    I still have the issue when building Yocto/OpenEmbedded for the UDOO Quad. The kernel crash after a while at boot. I don't know if it's related to U-Boot or the Kernel defconfig but this used to work.
     
  5. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    please give us more info - the link you posted above is 404.
     
  6. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
  7. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    waltervl and cyrilf like this.
  8. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    Well I see thanks. So now I should modify the Yocto project to use different branch depending on the target (udooneo or udooqdl).
     
  9. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    Last edited: Sep 30, 2016
  10. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    I removed the patch from the layer file and moved all the dtb files into a dts/ directory so now it compiles and boot. The patch should be updated.
     

Share This Page