Hi,
1. I have just received a baseline SABRE-SD board which came with Android SD Card and it worksI
Arrow Baseline Sabre SD Kit
2. I have Ubuntu 14.04 LTS (with all the regular updates) Guest OS within VMWare Workstation Pro 12.0 environment
3. I have retrieved the Yocto source based upon source retrieved from here:
FSL Community BSP
4. I built this using Using the default setup line:
source setup-environment build
bitbake core-image-minimal
5. a sdcard image was built:
core-image-minimal-imx6qsabresd.sdcard.gz
6. I flashed the SD Card (note: in my setup the SD Card is /dev/sda)
sudo dd if=core-image-minimal-imx6qsabresd.sdcard of=/dev/sda bs=1M
u. I put this into the sdcard slot and try to power-up and it fails to do anything after the last line...
U-Boot 2016.07+fslc+ge6b4241 (Jan 31 2017 - 19:57:32 -0800)
CPU: Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz)
CPU: Automotive temperature grade (-40C to 125C) at 21C
Reset cause: POR
Board: MX6-SabreSD
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE100 ID=0x10
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment
PCI: pcie phy link never came up
auto-detected panel HDMI
Display: HDMI (1024x768)
In: serial
Out: serial
Err: serial
Net: FEC [PRIME]
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
reading boot.scr
** Unable to read file boot.scr **
reading zImage
6527280 bytes read in 312 ms (20 MiB/s)
Booting from mmc ...
reading imx6q-sabresd-ldo.dtb
45464 bytes read in 19 ms (2.3 MiB/s)
Kernel image @ 0x12000000 [ 0x000000 - 0x639930 ]
## Flattened Device Tree blob at 18000000
Booting using the fdt blob at 0x18000000
Using Device Tree in place at 18000000, end 1800e197
Starting kernel ...
Any thoughts...
tom