Skip to content

Commit 3b1d3aa

Browse files
authored
Merge branch 'develop' into bpi_extender_6_6_kernel
2 parents cf3b721 + c9c6160 commit 3b1d3aa

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

setup-environment-refboard-rdkb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,8 @@ else # SD card image is default
124124
echo "Both bl2 and fip binaries are present in local workspace."
125125
else
126126
echo "**********************************************************************"
127-
echo "> CAUTION: YOU ARE TRYING TO BUILD SD CARD IMAGE WITHOUT BL2 AND FIP BINARIES."
128-
if [ "X$KERNEL_TYPE" == "Xkernel6-6" ]; then
129-
echo "> Please download the binaries from https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2025.01/bpi-r4_sdmmc_bl2.img and https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2025.01/bpi-r4_sdmmc_fip.bin"
130-
else
131-
echo "> Please download the binaries from https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2024.04/bpi-r4_sdmmc_bl2.img and https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2024.04/bpi-r4_sdmmc_fip.bin"
132-
fi
133-
echo "> If you don't have access to above resources, please follow instruction in https://wiki.rdkcentral.com/pages/viewpage.action?pageId=354648448#SDMonoliticimagebuildandflashingstepsforBPIR4.-Buildingbl2.imgandfip.binincaseofnothavingaccesstoartifactoryrepository to build bl2 and fip binaries yourselves."
134-
echo "> Place those binaries under ${_TOPDIR}/downloads/"
135-
echo "> EXITING NOW."
127+
echo "> Missing files are preventing the build from starting:"
128+
echo "> The BL2 and FIP binaries aren't in the downloads directory. Copy these binaries into the directory and then restart the build. You can find instructions for creating the necessary binaries on the RDK-B Code Releases page: (https://wiki.rdkcentral.com/display/CMF/RDK-B+Code+Releases)"
136129
echo "**********************************************************************"
137130
return 1
138131
fi

0 commit comments

Comments
 (0)