You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: