Hi.
I'm trying to create a new image for my sabrelite (have lately mostly been working on the SabreSD), since I need to do some tests with the SPI and flash (the flash is no populated on the SabreSD board).
Now I always get an compilation error when I try to use MACHINE ??= 'imx6qsabrelite' in my local.conf file.
I can pass the compile if I don't add any CORE_IMAGE_EXTRA_INSTALL or try to change the board-mx6q_sabrelite.c file.
But when I tried to change the board-mx6q_sabrelite.c file (change to spidev instead of m25p80), then I get following error:
ERROR: Task 7 (/home/lab1/fsl-community-bsp/sources/poky/meta/recipes-core/images/core-image-base.bb, do_rootfs) failed with exit code '1'
This is after I change the board-mx6q_sabrelite.c (fir I did a "bitbake linux-imx -c compile -f", which went well).
Is there any changes lately in the sabrelite setup, that I need to take into account?
Thanks,
Niklas