Wind River Support Network

HomeDefectsLIN1022-1141
Acknowledged

LIN1022-1141 : ti-j72xx: build warning from common-proc-board.dts in log.do_compile

Created: Jul 28, 2022    Updated: Sep 5, 2022
Found In Version: 10.22.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: BSP

Description

bitbake linux-yocto,  get part of the warnings is like following:

ti-j72xx-preempt-rt-glibc-std/wrlinux/build/tmp-glibc/work-shared/ti-j72xx/kernel-source/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi:63.39-68.8: Warning (unit_address_vs_reg): /bus@100000/scm-conf@100000/mux-controller@4000: node has a unit name, but no reg or ranges property
also defined at ti-j72xx-preempt-rt-glibc-std/wrlinux/build/tmp-glibc/work-shared/ti-j72xx/kernel-source/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts:514.17-516.3
ti-j72xx-preempt-rt-glibc-std/wrlinux/build/tmp-glibc/work-shared/ti-j72xx/kernel-source/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts:96.18-111.4: Warning (unit_address_vs_reg): /sound@0: node has a unit name, but no reg or ranges property
ti-j72xx-preempt-rt-glibc-std/wrlinux/build/tmp-glibc/work-shared/ti-j72xx/kernel-source/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts:163.26-171.4: Warning (unit_address_vs_reg): /can-phy@0: node has a unit name, but no reg or ranges property
ti-j72xx-preempt-rt-glibc-std/wrlinux/build/tmp-glibc/work-shared/ti-j72xx/kernel-source/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts:173.26-180.4: Warning (unit_address_vs_reg): /can-phy@1: node has a unit name, but no reg or ranges property
ti-j72xx-preempt-rt-glibc-std/wrlinux/build/tmp-glibc/work-shared/ti-j72xx/kernel-source/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi:2496.42-2505.4: Warning (simple_bus_reg): /bus@100000/timesync_router@A40000: simple-bus unit address format error, expected "a40000"

Steps to Reproduce

1.build project:

 

 

/buildarea1/renfeiqu/10_22/wrlinux/wrlinux-x/setup.sh --machines=ti-j72xx --distro wrlinux-graphics --dl-layers --accept-eula=yes
. ./environment-setup-x86_64-wrlinuxsdk-linux
. ./oe-init-build-env build_test

bitbake-layers add-layer /buildarea1/renfeiqu/10_22/testcases/wr-testing/bts-dev/

echo "require templates/feature/bts/template.conf" >> conf/local.conf

echo BB_NUMBER_THREADS ?= \"24\" >> conf/local.conf

echo PARALLEL_MAKE ?= \"-j 24\" >> conf/local.conf

echo "WRTEMPLATE:append = \" feature/docker feature/target-toolchain feature/bsp-extras \"" >> conf/local.conf
echo "KERNEL_FEATURES:append = \" bsp/ti-j72xx/ti-j72xx-remoteproc.scc\"" >> conf/local.conf
echo "MACHINE_FEATURES += \" gpu\"" >> conf/local.conf
echo "BB_NO_NETWORK = '0'" >> conf/local.conf
echo "PNWHITELIST:wr-ti-j72xx += 'img-pvr-sdk'" >> conf/local.conf
echo "WRL_RECIPES:meta-ti-bsp += 'ti-img-rogue-umlibs'" >> conf/local.conf
echo "LICENSE_FLAGS_ACCEPTED += \"commercial\" " >> conf/local.conf
echo "WRL_RECIPES:meta-ti-bsp  += 'viddec-test-app'" >> conf/local.conf
echo "WRL_RECIPES:meta-ti-bsp  += 'videnc-test-app'" >> conf/local.conf
echo "IMAGE_INSTALL:append:meta-ti-bsp  = ' viddec-test-app videnc-test-app'" >> conf/local.conf
echo "PREFERRED_PROVIDER_virtual/kernel = \"linux-yocto-rt\"" >> conf/local.conf


bitbake wrlinux-image-std-sato



2.bootup the target with built images and run the testcase.
Live chat
Online