Fixed
Created: Sep 11, 2014
Updated: Dec 3, 2018
Resolved Date: Oct 12, 2014
Found In Version: 6.0.0.9
Fix Version: 6.0.0.13
Severity: Critical
Applicable for: Wind River Linux 6
Component/s: BSP
hardware:
board: IMX6xAICPU1 sch-27142 REV D 700-27142 REV A
description:
when build a standard wrlinux6 project, then use the uImage and dtb to boot this board, from the console's output information, the system hung up at the "Starting the kernel..."
so reset the board and then enter into uboot command line, and dump the __log_buf content and found the kernel's printk info is here, the system actually hung up at the clocksource_select
reproduce steps:
1. build wrlinux6 project with below parameter:
--enable-kernel=standard --enable-rootfs=glibc_small --enable-board=fsl-imx6 --enable-jobs=8 --enable-parallel-pkgbuilds=8 --with-rcpl-version=0009
2. use below cmd to boot kernel
setenv bootargs console=ttymxc3,115200n8 initcall_debug;tftp 0x12000000 uImage;tftp 0x18000000 dtb;bootm 0x12000000 - 0x18000000