Fixed
Created: Jan 15, 2017
Updated: Dec 3, 2018
Resolved Date: Jan 21, 2017
Found In Version: unknown
Fix Version: 9.0.0.3
Severity: Standard
Applicable for: Wind River Linux 9
Component/s: BSP - Async
Steps to reproduce:
1) setup with:
setup.sh --machines intel-kabylake-64 --kernel preempt-rt
source ./environment-setup-x86_64-wrlinuxsdk-linux
source ./oe-init-build-env build
2) build
bitbake wrlinux-image-glibc-small
3) deploy the wic image into usb
This BSP supports EFI and legacy PCBIOS disk images for USB, HDD and SD card.
The default wic image is an EFI disk image for USB and HDD.
After build the project, user will get a WIC image under the directory
tmp/deploy/images/<bsp name>/ ,such as:
tmp/deploy/images/intel-x86-64/wrlinux-image-glibc-small-intel-x86-64.wic.
Then user can write the output image to an USB or Hard disk:
$ sudo dd if=wrlinux-image-glibc-small-intel-x86-64.wic of=/dev/your_usb_dev
4) start the target with usb disk
The target will boot up without any output.
/lpg-build/cdc/fast_prod/wrlinux90/WRL90_GIT/wrlinux-9/setup.sh --machines intel-kabylake-64 --kernel preempt-rt
source ./environment-setup-x86_64-wrlinuxsdk-linux
source ./oe-init-build-env build
bitbake wrlinux-image-glibc-small
This BSP supports EFI and legacy PCBIOS disk images for USB, HDD and SD card.
The default wic image is an EFI disk image for USB and HDD.
After build the project, user will get a WIC image under the directory
tmp/deploy/images/<bsp name>/ ,such as:
tmp/deploy/images/intel-x86-64/wrlinux-image-glibc-small-intel-x86-64.wic.
Then user can write the output image to an USB or Hard disk:
$ sudo dd if=wrlinux-image-glibc-small-intel-x86-64.wic of=/dev/your_usb_dev