<div dir="ltr"><div>Hello,</div>I see the uImage file in my deploy folder. The details of this file are:<div>Â Folder: /home/dev/fsl-community-bsp/build/tmp/deploy/images/imx53qsb<br></div><div>Â File: Â uImage--3.14+git0+c34636a557-r0-imx53qsb-20140702201837.bin</div>
<div><br></div><div>However, I think there is a problem with the "core-image-base-imx53qsb.sdcard"</div><div><br></div><div>Normally, with the 'old' kernel, I write this .sdcard and I have 2 partitions. (kernel and rootfs).</div>
<div><br></div><div>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.</div><div><br></div>
<div>Is that normal ? Is this happening because I am using the latest kernel ? (linux-fslc)</div><div>Do I have to write both partitions manually ?</div><div>If so, how can I write the uImage and rootfs manually with the dd command ?</div>
<div><br></div><div><br></div><div>I have a final general question about the imx53:</div><div>Why the Freescale imx53 does not support the latest kernel by default ?</div><div><br></div><div>Right now, it seems to be a bad idea to use the imx53 since it currently does not even support the latest kernel. What would it be in 5 years ? Would it be stuck with kernel 2.6.35 ? Why Freescale is freezing the support of the imx53 to that specific kernel ?</div>
<div><br></div><div>For a new design, should I use the Freescale imx6 instead of the imx53 ?</div><div><br></div><div>Thanks for your time,</div><div>ssinfod.</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Jul 2, 2014 at 12:14 PM, Daiane Angolini <span dir="ltr"><<a href="mailto:daiane.list@gmail.com" target="_blank">daiane.list@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Thu, Jun 26, 2014 at 12:33 AM, ssinfod ssinfod <<a href="mailto:ssinfod@gmail.com">ssinfod@gmail.com</a>> wrote:<br>
> Hello, I am trying to build the core-image-base with the latest kernel for<br>
> the imx53qsb.<br>
><br>
> I modified local.conf file to add "PREFERRED_PROVIDER_virtual/kernel".<br>
<br>
</div>I´m sorry, I missed your email last time<br>
<div class=""><br>
<br>
><br>
> Here is my local.conf:<br>
><br>
> BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"<br>
> PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"<br>
> MACHINE ??= 'imx53qsb'<br>
> DISTRO ?= 'poky'<br>
> PREFERRED_PROVIDER_virtual/kernel = "linux-fslc"<br>
<br>
</div>In your build/tmp/work, do you have the uImage for the target version?<br>
<div><div class="h5"><br>
> PACKAGE_CLASSES ?= "package_rpm"<br>
> EXTRA_IMAGE_FEATURES = "debug-tweaks"<br>
> USER_CLASSES ?= "buildstats image-mklibs image-prelink"<br>
> PATCHRESOLVE = "noop"<br>
> BB_DISKMON_DIRS = "\<br>
> Â Â STOPTASKS,${TMPDIR},1G,100K \<br>
> Â Â STOPTASKS,${DL_DIR},1G,100K \<br>
> Â Â STOPTASKS,${SSTATE_DIR},1G,100K \<br>
> Â Â ABORT,${TMPDIR},100M,1K \<br>
> Â Â ABORT,${DL_DIR},100M,1K \<br>
> Â Â ABORT,${SSTATE_DIR},100M,1K"<br>
> PACKAGECONFIG_pn-qemu-native = "sdl"<br>
> PACKAGECONFIG_pn-nativesdk-qemu = "sdl"<br>
> ASSUME_PROVIDED += "libsdl-native"<br>
> CONF_VERSION = "1"<br>
><br>
> BB_NUMBER_THREADS = '1'<br>
> PARALLEL_MAKE = '-j 1'<br>
><br>
> DL_DIR ?= "${BSPDIR}/downloads/"<br>
> ACCEPT_FSL_EULA = ""<br>
><br>
><br>
> The bitbake of core-image-base when through without error.<br>
> However, the imx53qsb is not booting.<br>
> Here is the log from the serial console :<br>
><br>
> U-Boot 2014.01 (Jun 24 2014 - 04:01:10)<br>
><br>
> Board: MX53 LOCO<br>
> I2C: Â ready<br>
> DRAM: Â 1 GiB<br>
> MMC: Â FSL_SDHC: 0, FSL_SDHC: 1<br>
> *** Warning - bad CRC, using default environment<br>
><br>
> In: Â Â serial<br>
> Out: Â serial<br>
> Err: Â serial<br>
> CPU: Â Freescale i.MX53 family rev2.1 at 1000 MHz<br>
> Reset cause: POR<br>
> Net: Â FEC<br>
> Hit any key to stop autoboot: Â 0<br>
> mmc0 is current device<br>
> reading boot.scr<br>
> ** Unable to read file boot.scr **<br>
> reading uImage<br>
> ** Unable to read file uImage **<br>
<br>
</div></div>It looks like a corrupted sdcard more than a kernel mistake. Into your<br>
sdcard, do you have any kernel binary?<br>
<span class="HOEnZb"><font color="#888888"><br>
Daiane<br>
</font></span></blockquote></div><br></div>