ROC-RK3588-PC 编译buildroot固件 报错
按照wiki(1. 编译 Linux 固件 — Firefly Wiki (t-firefly.com))中的方式编译buildroot固件,即./build.sh roc-rk3588-pc-buildroot.mk./build.sh
最后打包固件时提示没有oem.img
打下这个补丁
File Path:device/rockchip/rk3588/itx-3588j-buildroot.mk
Modify:
diff --git a/rk3588/itx-3588j-buildroot.mk b/rk3588/itx-3588j-buildroot.mk
index 69f4a71..91deb35 100644
--- a/rk3588/itx-3588j-buildroot.mk
+++ b/rk3588/itx-3588j-buildroot.mk
@@ -36,3 +36,6 @@ export RK_CFG_RECOVERY=
export RK_CFG_BUILDROOT=firefly_rk3588
export RK_EXTRA_PARTITIONS=
+
+# packagefile for make update image
+export RK_PACKAGE_FILE=rk3588-ubuntu-package-file
页:
[1]