ROC-RK3588-PC 编译buildroot固件 报错

固件类型:自行编译的固件
SDK包名称:rk3588_linux_release_20230114_v1.0.6c
SDK修改内容:未修改
Log日志:log.txt

按照wiki(1. 编译 Linux 固件 — Firefly Wiki (t-firefly.com))中的方式编译buildroot固件,即
./build.sh roc-rk3588-pc-buildroot.mk./build.sh
最后打包固件时提示没有oem.img

tchip_askquestions
log.txt (135 KB)

打下这个补丁

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