No yocto image for id 136

Hi,
I have development kit SBC pro with ConnectCore 6UL SOM variant 0x04, Industrial Ultralite 528MHz, 1GB NAND, 1GB DDR3, -40/+85C, Wireless, Bluetooth, version 3, ID 136.
By default in DIGI SOM, There is no software installed. I have successfully compiled dey-image-qt follwing below link.

https://www.digi.com/resources/documentation/digidocs/90001547/#task/yocto/t_create_build_projects_yocto.htm%3FTocPath%3DDigi%2520Embedded%2520Yocto|System%2520development|_____2

After completion of build, in deploy folder workspace/ccimx6ulsbc/tmp/deploy/images/ccimx6ulsbc output file is as per below.

boot.scr
dey-image-qt-x11-ccimx6ulsbc-20171205055749.boot.ubifs
dey-image-qt-x11-ccimx6ulsbc-20171205055749.recovery.ubifs
dey-image-qt-x11-ccimx6ulsbc-20171205055749.rootfs.manifest
dey-image-qt-x11-ccimx6ulsbc-20171205055749.rootfs.tar.bz2
dey-image-qt-x11-ccimx6ulsbc-20171205055749.rootfs.ubifs
dey-image-qt-x11-ccimx6ulsbc.boot.ubifs -> dey-image-qt-x11-ccimx6ulsbc-20171205055749.boot.ubifs
dey-image-qt-x11-ccimx6ulsbc.manifest -> dey-image-qt-x11-ccimx6ulsbc-20171205055749.rootfs.manifest
dey-image-qt-x11-ccimx6ulsbc.recovery.ubifs -> dey-image-qt-x11-ccimx6ulsbc-20171205055749.recovery.ubifs
dey-image-qt-x11-ccimx6ulsbc.tar.bz2 -> dey-image-qt-x11-ccimx6ulsbc-20171205055749.rootfs.tar.bz2
dey-image-qt-x11-ccimx6ulsbc.ubifs -> dey-image-qt-x11-ccimx6ulsbc-20171205055749.rootfs.ubifs
dey-image-recovery-initramfs-ccimx6ulsbc-20171205055749.rootfs.cpio.gz.u-boot.tf
dey-image-recovery-initramfs-ccimx6ulsbc-20171205055749.rootfs.manifest
dey-image-recovery-initramfs-ccimx6ulsbc.cpio.gz.u-boot.tf -> dey-image-recovery-initramfs-ccimx6ulsbc-20171205055749.rootfs.cpio.gz.u-boot.tf
dey-image-recovery-initramfs-ccimx6ulsbc.manifest -> dey-image-recovery-initramfs-ccimx6ulsbc-20171205055749.rootfs.manifest
install_linux_fw_sd.scr
modules–4.1-r0.2-ccimx6ulsbc-20171205055749.tgz
modules-ccimx6ulsbc.tgz -> modules–4.1-r0.2-ccimx6ulsbc-20171205055749.tgz
README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
u-boot-ccimx6ulsbc1GB-2015.04-r0.imx
u-boot-ccimx6ulsbc1GB.imx -> u-boot-ccimx6ulsbc1GB-2015.04-r0.imx
u-boot-ccimx6ulsbc-2015.04-r0.imx
u-boot-ccimx6ulsbc.imx -> u-boot-ccimx6ulsbc-2015.04-r0.imx
u-boot.imx -> u-boot-ccimx6ulsbc-2015.04-r0.imx
zImage -> zImage–4.1-r0.2-ccimx6ulsbc-20171205055749.bin
zImage–4.1-r0.2-ccimx6ulsbc-20171205055749.bin
zImage–4.1-r0.2-imx6ul-ccimx6ulsbc-20171205055749.dtb
zImage–4.1-r0.2-imx6ul-ccimx6ulsbc-id135-20171205055749.dtb
zImage–4.1-r0.2-imx6ul-ccimx6ulsbc-wb-20171205055749.dtb
zImage-ccimx6ulsbc.bin -> zImage–4.1-r0.2-ccimx6ulsbc-20171205055749.bin
zImage-imx6ul-ccimx6ulsbc.dtb -> zImage–4.1-r0.2-imx6ul-ccimx6ulsbc-20171205055749.dtb
zImage-imx6ul-ccimx6ulsbc-id135.dtb -> zImage–4.1-r0.2-imx6ul-ccimx6ulsbc-id135-20171205055749.dtb
zImage-imx6ul-ccimx6ulsbc-wb.dtb -> zImage–4.1-r0.2-imx6ul-ccimx6ulsbc-wb-20171205055749.dtb

After successful compilation, tried to install yocto image in kit using below steps:

https://www.digi.com/resources/documentation/digidocs/90001547/#task/yocto/t_update_fw_from_usd_yocto.htm%3FTocPath%3DDigi%2520Embedded%2520Yocto|System%2520development|Transfer%2520the%2520firmware%2520to%2520the%2520module|Program%2520the%2520firmware%2520from%2520U-Boot|_____2

Issue:

I got below error, when execute command “run recoverycmd” ,all other command are executed successfully:

“** File not found zImage-imx6ul-ccimx6ulsbc-id136.dtb **”

Here In output file there is a file with idname 135 and it ask for 136.

I have not experience with yocto and also used digi kit first time.

by default Yocto project is created for module variant 135.
ConnectCore 6UL SOM variant 0x02: Industrial Ultralite 528MHz, 256MB NAND, 256MB DDR3, -40/+85C, Wireless, Bluetooth
Board: ConnectCore 6UL SBC, version 2, ID 135

You have variant 136. Different memory population option as you see above.

The u-boot images are different, the rest of the images are the same. I suspect you are not using the latest release of DEY. Please update to the DEY-2.2-r3.3 and try again.

$ repo init -u https://github.com/digi-embedded/dey-manifest.git -b refs/tags/2.2-r3.3
$ repo sync -j4 --no-repo-verify