mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
build.sh:fix oem partition cannot mount
This commit is contained in:
@@ -1845,6 +1845,7 @@ function build_firmware(){
|
|||||||
|
|
||||||
if [ "$RK_BUILD_APP_TO_OEM_PARTITION" = "y" ];then
|
if [ "$RK_BUILD_APP_TO_OEM_PARTITION" = "y" ];then
|
||||||
rm -rf $RK_PROJECT_PACKAGE_ROOTFS_DIR/oem/*
|
rm -rf $RK_PROJECT_PACKAGE_ROOTFS_DIR/oem/*
|
||||||
|
mkdir -p $RK_PROJECT_PACKAGE_ROOTFS_DIR/oem
|
||||||
build_mkimg $GLOBAL_OEM_NAME $RK_PROJECT_PACKAGE_OEM_DIR
|
build_mkimg $GLOBAL_OEM_NAME $RK_PROJECT_PACKAGE_OEM_DIR
|
||||||
else
|
else
|
||||||
mkdir -p $RK_PROJECT_PACKAGE_ROOTFS_DIR/oem
|
mkdir -p $RK_PROJECT_PACKAGE_ROOTFS_DIR/oem
|
||||||
|
|||||||
Reference in New Issue
Block a user