固件类型:官方提供的固件
固件文件名称:ROC-RK3588S-PC_Android12_MIPI_230307.img
固件下载地址:3. Compile Android12.0 firmware — Firefly Wiki
Log日志:新建文本文档 (2).txt
我执行下面这条命令去编译HDMI固件:
./FFTools/make.sh -d roc-rk3588s-pc -j8 -l roc_rk3588s_pc-userdebug
出现了如下错误提示:
In file included from build/make/core/config.mk:313:
In file included from build/make/core/envsetup.mk:312:
build/make/core/product_config.mk:160: error: Can not locate config makefile for product “roc_rk3588s_pc”.
15:06:38 dumpvars failed with: exit status 1
为了确认,我又编译了一下MIPI DSI0的固件:
./FFTools/make.sh -d roc-rk3588s-pc-mipi101-M101014-BE45-A1 -j8 -l roc_rk3588s_pc_mipi-userdebug
出现了如下错误提示:
In file included from build/make/core/config.mk:313:
In file included from build/make/core/envsetup.mk:312:
build/make/core/product_config.mk:160: error: Can not locate config makefile for product “roc_rk3588s_pc_mipi”.
15:37:58 dumpvars failed with: exit status 1
所以我在kernel里找如下这些文件,但是在dts目录里没有找到:
・kernel-5.10/arch/arm64/boot/dts/rockchip/roc-rk3588s-pc.dtsi
・kernel-5.10/arch/arm64/boot/dts/rockchip/roc-rk3588s-pc-mipi101-M101014-BE45-A1.dts
请问这个问题该怎么解决呢?
tchip_askquestions
新建文本文档 (2).txt (867 Bytes)
