On Tue, Aug 9, 2016 at 11:47 AM, Turab Iqbal <[email protected]> wrote: > Hi, > > > When building with the imx6dl-riotboard machine, a valid SD card image is > not generated. In meta-fsl-arm/classes/image_types_fsl.bbclass, the > IMAGE_CMD_sdcard function should call ${SDCARD_GENERATION_COMMAND}, but it > is nil in this case. As a result, the image that is created is just a zeroed > sparse file. > > > The solution that worked for me was to add the following to > meta-fsl-arm-extra/conf/machine/imx6dl-riotboard.conf: > > > SOC_FAMILY = "mx6:mx6dl" > > > I don't know if this is the most appropriate fix, though, which is why I'm > not submitting a patch.
The very same happens with imx6sl-warp, but NOT with imx7s-warp I was not able to find time to debug the image_types_fsl class so far (but it's in my endless task list) Daiane > > > Kind regards, > > Turab > > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
