Hello,
I am trying to building an sd card boot image for imx6ul evk.
The bitbake process went ok (i.e. finished building without any errors)
(kernel used: fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga)
(image recipe: fsl-image-qt5)
output: fsl-image-qt5-imx6ulevk.sdcard -> fsl-image-qt5-imx6ulevk-20170131022736.rootfs.sdcard
Stuck at 'Starting kernel' when booting on imx6ul evk.
I will appreciate any guidance to a solution or resource.
Below is a screen capture from the boot (serial console)
U-Boot 2015.04imx_v2015.04_4.1.15_1.2.0_ga+gede7538 (Jan 30 2017 - 21:39:56)
CPU: Freescale i.MX6UL rev1.0 at 396 MHz
CPU: Temperature 34 C
Reset cause: POR
Board: MX6UL 14x14 EVK
I2C: ready
DRAM: 512 MiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
Display: TFT43AB (480x272)
Video: 480x272x24
In: serial
Out: serial
Err: serial
switch to partitions #0, OK
mmc1 is current device
Net: FEC1
Normal Boot
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
switch to partitions #0, OK
mmc1 is current device
reading boot.scr
** Unable to read file boot.scr **
reading zImage
6618944 bytes read in 306 ms (20.6 MiB/s)
Booting from mmc ...
reading imx6ul-14x14-evk.dtb
34966 bytes read in 18 ms (1.9 MiB/s)
Kernel image @ 0x80800000 [ 0x000000 - 0x64ff40 ]
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 83000000, end 8300b895
Modify /soc/aips-bus@02000000/bee@02044000:status disabled
ft_system_setup for mx6
Starting kernel ...
Solved! Go to Solution.
Hi Carl
regarding i.MX6UL qt5 support on nxp bsps please check Table 1 Yocto
Guide included in Linux Doc bundle
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Carl
regarding i.MX6UL qt5 support on nxp bsps please check Table 1 Yocto
Guide included in Linux Doc bundle
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you, Igor!