build: use genimage tool to create sd image
Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
@ -265,6 +265,13 @@ function pack_burn_image
|
||||
popd
|
||||
)}
|
||||
|
||||
function pack_sd_image
|
||||
{(
|
||||
pushd "$BUILD_PATH"
|
||||
make sd_image || return "$?"
|
||||
popd
|
||||
)}
|
||||
|
||||
function pack_prog_img
|
||||
{(
|
||||
local tmp_dir
|
||||
|
||||
Reference in New Issue
Block a user