rk1808: update rk1808 npu_upgrade script

change uboot.img trust.img boot.img address, so it can support
some boot.img larger than 100M.

Change-Id: Icde19f7c2439c062a02b7b7cffc194eaf1b27b60
Signed-off-by: Lin Huang <hl@rock-chips.com>
This commit is contained in:
Lin Huang
2019-07-06 15:56:46 +08:00
parent 32a677edbd
commit 56412e7d2b

View File

@ -30,9 +30,9 @@ LOADER=$1
UBOOT=$2
TRUST=$3
BOOT=$4
UBOOT_ADDR=0x52000
TRUST_ADDR=0x52800
BOOT_ADDR=0x20000
UBOOT_ADDR=0x20000
TRUST_ADDR=0x20800
BOOT_ADDR=0x21000
if [ ! -f $UPGRADE_TOOL ]; then
echo $UPGRADE_TOOL 'is not existed!'