Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
8a57c4b0
Commit
8a57c4b0
authored
Sep 06, 2024
by
fuyanbin
Browse files
fix: 打包目录路径
parent
46479e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
8a57c4b0
...
...
@@ -434,12 +434,12 @@ pack_image() {
__pack_super_img
"
$ROCKCHIP_DEFAULT_SYSTEM_PARTITION_NAME
"
cp
-f
"
$update_img_tmp_dir
/update.img.dump/MiniLoaderAll.bin"
"
$update_img_tmp_dir
/update.img.dump/Image/MiniLoaderAll.bin"
cp
-f
"
$update_img_tmp_dir
/update.img.dump/parameter.txt"
"
$update_img_tmp_dir
/update.img.dump/Image/parameter.txt"
afptool
-pack
"
$update_img_tmp_dir
"
"
$update_img_tmp_dir
/update.img"
afptool
-pack
"
$update_img_tmp_dir
/update.img.dump
"
"
$update_img_tmp_dir
/update.img"
local
chip_parameter
chip_parameter
=
"
$(
__get_chip_from_parameter
"
${
update_img_tmp_dir
}
/update.img.dump/parameter.txt"
)
"
# e.g. rkImageMaker -RK322H output/MiniLoaderAll.bin output/Image/update.img update.img -os_type:androidos
rkImageMaker
"-
${
chip_parameter
}
"
-os_type
:androidos
\
"
$update_img_tmp_dir
/MiniLoaderAll.bin"
"
$update_img_tmp_dir
/update.img"
"
$outfile_path
"
"
$update_img_tmp_dir
/
update.img.dump/
MiniLoaderAll.bin"
"
$update_img_tmp_dir
/update.img"
"
$outfile_path
"
fi
rm
-rf
"
$build_dir
"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment