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
c3ea36ff
Commit
c3ea36ff
authored
Sep 06, 2024
by
fuyanbin
Browse files
fix: 打包参数顺序问题
parent
8a57c4b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
c3ea36ff
...
@@ -438,8 +438,9 @@ pack_image() {
...
@@ -438,8 +438,9 @@ pack_image() {
local
chip_parameter
local
chip_parameter
chip_parameter
=
"
$(
__get_chip_from_parameter
"
${
update_img_tmp_dir
}
/update.img.dump/parameter.txt"
)
"
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
# e.g. rkImageMaker -RK322H output/MiniLoaderAll.bin output/Image/update.img update.img -os_type:androidos
rkImageMaker
"-
${
chip_parameter
}
"
-os_type
:androidos
\
rkImageMaker
"-
${
chip_parameter
}
"
\
"
$update_img_tmp_dir
/update.img.dump/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
"
\
-os_type
:androidos
fi
fi
rm
-rf
"
$build_dir
"
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