[meta-freescale] imx53qsb + yocto + latest kernel.

Daiane Angolini daiane.list at gmail.com
Thu Jul 3 06:21:36 PDT 2014


On Thu, Jul 3, 2014 at 8:41 AM, Daiane Angolini <daiane.list at gmail.com> wrote:
> On Thu, Jul 3, 2014 at 2:42 AM, ssinfod ssinfod <ssinfod at gmail.com> wrote:
>> Hello,
>> I see the uImage file in my deploy folder. The details of this file are:
>>  Folder: /home/dev/fsl-community-bsp/build/tmp/deploy/images/imx53qsb
>>  File:  uImage--3.14+git0+c34636a557-r0-imx53qsb-20140702201837.bin
>>
>> However, I think there is a problem with the
>> "core-image-base-imx53qsb.sdcard"
>>
>> Normally, with the 'old' kernel, I write this .sdcard and I have 2
>> partitions. (kernel and rootfs).
>>
>> Now, when I use the line PREFERRED_PROVIDER_virtual/kernel = "linux-fslc",
>> it seems that the .sdcard doesn't have the kernel in it. It seems it only
>> has the rootfs in it.
>>
>> Is that normal ?
>
> no
>
>> Is this happening because I am using the latest kernel ?
>
> no
>
>> (linux-fslc)
>> Do I have to write both partitions manually ?
>
> no
>

Only to make sure I tried to reproduce it over here, using master
branch synch-ed today. And it works over here

root at imx53qsb:~# uname -a
Linux imx53qsb 3.14.3-fslc+gc34636a #1 SMP Thu Jul 3 09:49:36 BRT 2014
armv7l GNU/Linux


And, a piece of the boot:

U-Boot 2014.01 (Jul 03 2014 - 09:43:34)

Board: MX53 LOCO
I2C:   ready
DRAM:  1 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
CPU:   Freescale i.MX53 family rev2.1 at 1000 MHz
Reset cause: POR
Net:   FEC
Hit any key to stop autoboot:  0
mmc0 is current device
reading boot.scr
** Unable to read file boot.scr **
reading uImage
5012624 bytes read in 306 ms (15.6 MiB/s)
Booting from mmc ...
reading imx53-qsb.dtb
24429 bytes read in 21 ms (1.1 MiB/s)
## Booting kernel from Legacy Image at 72000000 ...
   Image Name:   Linux-3.14.3-fslc+gc34636a
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5012560 Bytes = 4.8 MiB
   Load Address: 70008000
   Entry Point:  70008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 71000000
   Booting using the fdt blob at 0x71000000
   Loading Kernel Image ... OK
   Loading Device Tree to 8fff7000, end 8fffff6c ... OK

Starting kernel ...

Booting Linux on physical CPU 0x0
Linux version 3.14.3-fslc+gc34636a (daiane at b19406) (gcc version 4.9.0
(GCC) ) #1 SMP Thu Jul 3 09:49:36 BRT 2014
CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c5387d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache


More information about the meta-freescale mailing list