u-boot-dey: fix install script for cc8x

Signed-off-by: Francisco Gil Martinez <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil Martinez 2021-06-24 15:50:43 +02:00
parent 3e75c1ed34
commit 09f5454c49
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ if test "${install_abort}" = "1"; then
fi fi
echo "############################################################" echo "############################################################"
echo "# Linux firmware install from micro SD #" echo "# Linux firmware install from USB #"
echo "############################################################" echo "############################################################"
echo "" echo ""
echo " This process will erase your eMMC and will install the following files" echo " This process will erase your eMMC and will install the following files"
@ -193,7 +193,7 @@ setenv bootcmd "
echo \">> Installing linux image file ${INSTALL_LINUX_FILENAME}\"; echo \">> Installing linux image file ${INSTALL_LINUX_FILENAME}\";
echo \"\"; echo \"\";
echo \"\"; echo \"\";
update linux mmc ${INSTALL_MMCDEV} ${INSTALL_LINUX_FILENAME}; update linux usb ${INSTALL_USBDEV} ${INSTALL_LINUX_FILENAME};
if test \$? -eq 1; then if test \$? -eq 1; then
echo \"[ERROR] Failed to update linux partition!\"; echo \"[ERROR] Failed to update linux partition!\";
echo \"\"; echo \"\";