Hello Otavio,
I'm still struggling with this, I'm afraid. Any advice or suggestions would be most welcome.
I have started again using the yocto "master" branch, and my image does appear to have the alpha.2 binaries now. However, the build is for L3.0.35 kernel, and does not appear to support the X11 OpenGL ES. I thought this was an issue with the kernel version, so I added a line to conf/local.conf as follows:
PREFERRED_VERSION_linux-imx = "3.5.7"
This seems to build the L3.5.7 kernel as expected, but now it doesn't boot on my Sabre-SD.
My commands are:
mkdir ~/yocto-master
cd ~/yocto-master
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
repo sync
. setup-environment build
<add “PREFERRED_VERSION_linux-imx = "3.5.7"” to conf/local.conf>
bitbake fsl-image-gui
dd if=tmp/deploy/images/imx6qsabresd/fsl-image-gui-imx6qsabresd.sdcard of=/dev/sdc bs=1M
My U-Boot result is:
U-Boot 2013.10-rc3 (Oct 01 2013 - 09:57:08)
CPU: Freescale i.MX6Q rev1.2 at 792 MHz
Reset cause: POR
Board: MX6-SabreSD
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: FEC [PRIME]
Hit any key to stop autoboot: 0
mmc1 is current device
reading boot.scr
** Unable to read file boot.scr **
reading uImage
4686240 bytes read in 219 ms (20.4 MiB/s)
Booting from mmc ...
reading imx6q-sabresd.dtb
46128 bytes read in 20 ms (2.2 MiB/s)
## Booting kernel from Legacy Image at 12000000 ...
Image Name: Linux-3.5.7-1.0.0+g3285970
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4686176 Bytes = 4.5 MiB
Load Address: 10008000
Entry Point: 10008000
Verifying Checksum ... OK
## Flattened Device Tree blob at 11000000
Booting using the fdt blob at 0x11000000
Loading Kernel Image ... OK
Using Device Tree in place at 11000000, end 1100e42f
Starting kernel ...
And then it hangs. Any ideas?