Acknowledged
Created: Jul 7, 2025
Updated: Oct 28, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: BSP
This is upstream issue. This issue appears in the specific platforms for rt kernel.
mkdir project-dir
cd project-dir
configure and build the project
$ git clone git://ala-lxgit.wrs.com/wrlinux-testing/testcases.git
{test_dir}
$ cd ${test_dir}
$ git checkout ${branch}
```
Note: The possible `${branch}` value could get with the following command:
```
$
```
$ cd ${testDir}/wr-testing/bts-dev/tools
create a test plan with required testcase to executed:
touch bcm-2xxx-rpi4.ini
example:
[Test_Case]
bootcheck_backtrace
bootcheck_calltrace
..
[Test_HW]
storage = "SATA USB3"
storage_sync_big_file = "SATA USB3 MMC SSD USB2"
storage_sync_multi_file = "SATA USB3"
storage_copy_big_file = "SATA USB3"
storage_bonnie = "SATA USB3"
ethernet= "eth0"
pci_generic_uio = "01:00.0"
pci_hotplug = "01:00.0"
```
cd project-dir
git clone --branch WRLINUX_10_25_LTS git://lxgit.wrs.com/wrlinux-x
./wrlinux-x/setup.sh \
--dl-layers \
--accept-eula yes \
--repo-depth 2 \
--base-branch WRLINUX_10_25_LTS \
--distros wrlinux-graphics \
--machines bcm-2xxx-rpi4
source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env build
bitbake-layers add-layer /buildarea2/rpi4_LTS25_BTS/LTS25/wr-testing/bts-dev
echo 'require templates/feature/bts/template.conf' >>conf/local.conf
echo 'ACTIVE_PLAN="bcm-2xxx-rpi4.ini"' >> conf/local.conf
Add to conf/local.conf:
IMAGE_FSTYPES:remove = "live hddimg iso"
IMAGE_FSTYPES += "tar.bz2"
MACHINE = "nvidia-orin"
bitbake wrlinux-image-std