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%7CSystem%2520development%7C_____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%7CSystem%2520development%7CTransfer%2520the%2520firmware%2520to%2520the%2520module%7CProgram%2520the%2520firmware%2520from%2520U-Boot%7C_____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.