Hi Yuri, Thanks for the quick reply sir!
Unfortunately -> we can repeatedly run 'bitbake -c cleanall' ...and observe there is no change in outcome with the effort to run console $MACHINE=imx6ull14x14evk bitbake -c deploy u-boot-imx
Some additional information I can offer...
I just now (today) deleted my old '/fsl-release-bsp' folder and re-executed all necessary steps to recreate a new ''/fsl-release-bsp' folder and expected contents within this folder. I re-ran $MACHINE=imx6ull14x14evk bitbake -c deploy u-boot-imx ...and before changing the last line of file /conf/local.conf to support "spinor", I observe only a sd supporting u-boot imx image is produced (as expected),
After adding UBOOT_CONFIG = "spinor", and re-running $MACHINE=imx6ull14x14evk bitbake -c deploy u-boot-imx ...and, the resulting console output states: 'Tasks Summary: Attempted 234 tasks of which 234 didn't neet to be re-run and all succeeded." Meanwhile no new images are produced in the deployment folder.
Subsequently, after successfully building the default sd image, and unsuccessfully building the 'spinor' image, I revised /conf/local.conf to use the 'qspi1' targeted image, and reran $MACHINE=imx6ull14x14evk bitbake -c deploy u-boot-imx. This time - i see qspi supporting images show up in the deployment folder.
So...
- Default sd U-boot image generation capabilities work well.
- Target 'qspi1' image generation capabilities also work well.
- Target 'spinor' image generation efforts are broken. Bitbake thinks there are 234 tasks, and all 234 were complete even before /conf/local.conf is revised to be configured for 'spinor' for the 1st time.
Thoughts?
Thanks Yuri!
--DJ