Skip to content

Commit 0b13d01

Browse files
authored
Merge pull request #270 from SsandhyaR/RDKBACCL-1086
RDKBACCL-1086 : Updation of BPI setup env file to fetch bl2 and fip for kernel-6.6
2 parents e794f52 + df324a2 commit 0b13d01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup-environment-refboard-rdkb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ else # SD card image is default
118118
else
119119
echo "**********************************************************************"
120120
echo "> CAUTION: YOU ARE TRYING TO BUILD SD CARD IMAGE WITHOUT BL2 AND FIP BINARIES."
121-
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"
121+
if [ "X$KERNEL_TYPE" == "Xkernel6-6" ]; then
122+
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"
123+
else
124+
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"
125+
fi
122126
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."
123127
echo "> Place those binaries under ${_TOPDIR}/downloads/"
124128
echo "> EXITING NOW."

0 commit comments

Comments
 (0)