Skip to content

Commit c9c6160

Browse files
authored
Merge pull request #305 from ksaipr036/rdkbaccl-1200
RDKBACCL-1200: Remove artifactory reference from setup-environment script
2 parents bdfbab2 + 0d82609 commit c9c6160

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
@@ -123,15 +123,8 @@ else # SD card image is default
123123
echo "Both bl2 and fip binaries are present in local workspace."
124124
else
125125
echo "**********************************************************************"
126-
echo "> CAUTION: YOU ARE TRYING TO BUILD SD CARD IMAGE WITHOUT BL2 AND FIP BINARIES."
127-
if [ "X$KERNEL_TYPE" == "Xkernel6-6" ]; then
128-
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"
129-
else
130-
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"
131-
fi
132-
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."
133-
echo "> Place those binaries under ${_TOPDIR}/downloads/"
134-
echo "> EXITING NOW."
126+
echo "> Missing files are preventing the build from starting:"
127+
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)"
135128
echo "**********************************************************************"
136129
return 1
137130
fi

0 commit comments

Comments
 (0)