mirror of
https://github.com/paolosabatino/multitool.git
synced 2024-11-25 00:36:13 +00:00
b337dec818
Modified multitool.sh to better support compressed archives
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
UBOOT_ADDR=0x10000000
|
|
TRUST_ADDR=0x20000000
|
|
|
|
DEVICE_TREE=rk3288-box.dtb
|
|
IDBLOADER=idbloader.img
|
|
UBOOT_IMAGE=u-boot-dtb.bin
|
|
KERNEL_IMAGE=kernel.img
|
|
#TRUST_OS=rk3288_tee_ta_v1.42.bin
|
|
|
|
BEGIN_USER_PARTITIONS=$((0x22000))
|