Fixed
Created: Jan 25, 2017
Updated: Dec 3, 2018
Resolved Date: Mar 19, 2017
Found In Version: 6.0.0.32
Fix Version: 6.0.0.33
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Target-Installer
For using USB bootable image, this issue occurs. And, this issue occurs on RCPL 31 and 30, and this does not occur on RCPL 30 or earlier than 30.
1. Create a new platform project with the following configure options, and build it with invoking make command.
--enable-board=intel-x86-64 --enable-bootimage=iso --enable-build=production --enable-jobs=2 --enable-kernel=standard --enable-parallel-pkgbuilds=2 --enable-rootfs=glibc_small --with-rcpl-version=0032
2. Write the iso image to a USB memory stick with invoking the following comand.
dd if=export/{intel-x86-64-glibc-small-standard-dist}.iso of=/dev/sdb bs=1M
3. Attach the USB memory stick. Power on the target, and boot linux from the USB memory stick.
4. login prompt is never displayed, and the target hangs.