Hi,
I checked out the fsl-community-bsp repo fido branch:
$repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b fido;
$repo sync
Then, I built the fsl-image-multimedia-full image for iMX6qSabreSD.
$ source setup-environment build
$ cd build
$ bitbake fsl-image-multimedia-full
Then, I flashed the SD card using the dd command:
$sudo dd if =./tmp/deploy/images/ imx6qsabresd/fsl-image-multimedia-full-imx6qsabresd.sdcard of =/ dev /sdb bs =1M
Then, I tried to boot the iMXqSabreSD board with SD card image. I have a 10-inch LVDS display connected to the target. The image boots up and login prompt comes up on serial console.
But, there is no output on LVDS display. Can someone help on what could be the issue?
Thanks, !