Has anyone succesfully flashed a custom machine (with custom dtb) to CCIMX6UL started board? With flashing I mean writing to nand and completely booting. I followed the training for CCIMX6UL and received a hands-on for creating custom machines but the hands-on stops when the image is builded. So my question is, did anyone made this work, because I think the there are some things missing in the hands-on.
kinds regards
Steven D.
When building the ubifs files, some files names are not ok with the install script
core-image-base-ccimx6ulcustom.boot.ubifs => rename zImage-ccimx6ulcustom.bin => zImage-ccimx6ulstarter.bin
core-image-base-ccimx6ulcustom.recovery.ubifs => rename zImage-ccimx6ulcustom.bin => zImage-ccimx6ulstarter.bin
How can I fix this in bitbake?