Add a script to package the SD card boot image

Change-Id: Ia9f31c72725a25abdd55fb1bd114e4f4dd466f4c
This commit is contained in:
sam.xiang
2023-03-11 00:05:58 +08:00
parent f579601068
commit 7186ede68b
2 changed files with 89 additions and 0 deletions

View File

@ -244,6 +244,11 @@ function pack_upgrade
command rm -rf "$TMPDIR"
)}
function pack_sd_image
{(
"$COMMON_TOOLS_PATH"/sd_tools/sd_gen_burn_image.sh "$OUTPUT_DIR"
)}
function pack_prog_img
{(
local tmp_dir