Add a script to package the SD card boot image
Change-Id: Ia9f31c72725a25abdd55fb1bd114e4f4dd466f4c
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user