Error: Can't open DCD file
Hello Alexandrebelloni,
I'm new to linux activities and I'm trying to generate whoosh bootloader for IMX6 board (whoosh.imx) I added a recipe that get the whoosh sources (git://github.com/alexandrebelloni/whoosh.git;branch=${SRCBRANCH}) And it deploys the image using the following command (${S}/mkimage -n ./board/freescale/sabrelite/imximage.cfg -T imximage -e 0x10007D88 -d ${S}/${WHOOSH_BIN} ${S}/whoosh.imx)
I added imximage.cfg file in the above path contains the following " IMAGE_VERSION 2 BOOT_FROM sd DATA 4 0x10007D88 0x00000030 " I removed and changed in the above files But in all cases i always get the following error:
(Error: ./board/freescale/sabrelite/imximage.cfg - Can't open DCD file)
The whoosh.imx file is generated but empty
Can you help me find out how to solve this