kernel 3.10.9

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

kernel 3.10.9

Jump to solution
830 Views
niklasmolin
Senior Contributor I

Hi.

I'm trying to use the latest kernel in 1.5 Yocto release (3.10.9) on a Sabre SD board.

I add PREFERRED_VERSION_linux-imx_mx6 = "3.10.9" in my local.conf and everything compiles fine.

But when I bootup I get following (it hangs when the kernel should be started):

reading uImage

5092288 bytes read in 272 ms (17.9 MiB/s)

Booting from mmc ...

reading imx6q-sabresd.dtb

** Unable to read file imx6q-sabresd.dtb **

## Booting kernel from Legacy Image at 12000000 ...

   Image Name:   Linux-3.10.9-1.0.0_alpha+gdbf364

   Image Type:   ARM Linux Kernel Image (uncompressed)

   Data Size:    5092224 Bytes = 4.9 MiB

   Load Address: 10008000

   Entry Point:  10008000

   Verifying Checksum ... OK

   Loading Kernel Image ... OK

Starting kernel ...

(hangs here)

I also tried to build a kernel direct from the Linux tree (version 3.8.0-rc7) and got the same problem.

reading uImage

3960872 bytes read in 215 ms (17.6 MiB/s)

Booting from mmc ...

reading imx6q-sabresd.dtb

18526 bytes read in 18 ms (1004.9 KiB/s)

## Booting kernel from Legacy Image at 12000000 ...

   Image Name:   Linux-3.8.0-rc7

   Image Type:   ARM Linux Kernel Image (uncompressed)

   Data Size:    3960808 Bytes = 3.8 MiB

   Load Address: 10008000

   Entry Point:  10008000

   Verifying Checksum ... OK

## Flattened Device Tree blob at 13000000

   Booting using the fdt blob at 0x13000000

   Loading Kernel Image ... OK

   Using Device Tree in place at 13000000, end 1300785d

Starting kernel ...

(hangs here)

Anyone who managed to boot the latest kernel version

Thanks,

Niklas

Labels (2)
0 Kudos
Reply
1 Solution
539 Views
niklasmolin
Senior Contributor I

I managed to fix it.

The problem was that I was missing the imx6q-sabresd.dtb file in the FAT partition.

View solution in original post

0 Kudos
Reply
1 Reply
540 Views
niklasmolin
Senior Contributor I

I managed to fix it.

The problem was that I was missing the imx6q-sabresd.dtb file in the FAT partition.

0 Kudos
Reply