Skip to content

Commit 36d19d0

Browse files
committed
firmware-qcom-qcs6490: package latest firmware for QCS9100
Add recipe to package the latest DSP firmware files for the board in order to be able to test them on the hardware. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent e65f826 commit 36d19d0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

meta-qcom-tip/conf/qcom-tip.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ QCOM_QCM6490_FIRMWARE_SUM = "d8614693c8e19e9467294bf7b778a3e74dbbba1974ca1c312f8
44

55
QCOM_QCS9100_PV = "00075.0"
66
QCOM_QCS9100_BOOTBINARIES_SUM = "c8042ef4668761f75021886b931d678339ca9cbab936a20f951a6ba747a77303"
7+
QCOM_QCS9100_FIRMWARE_SUM = "10dc83172334b0b71c1d5e828cd2a2d9e894c0ff360b23888ccd2c2d3047a310"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
PV = "00075.0"
2+
3+
QCOM_FW_BOARD = "QCS9100"
4+
QCOM_FW_SOC = "qcs9100"
5+
QCOM_FW_NAME = "QCS9100_fw"
6+
7+
FW_QCOM_NAME = "sa8775p"
8+
9+
DSP_PKG_NAME = "qcom-sa8775p-ride"
10+
DSP_QCOM_VENDOR = "Qualcomm"
11+
DSP_QCOM_DEVICE = "SA8775P-RIDE"
12+
13+
require firmware-qcom-tip.inc
14+
15+
do_install:append() {
16+
mv ${D}/${DSP_QCOM_PATH}/dsp/*/*jsn ${D}/${FW_QCOM_PATH}
17+
}

0 commit comments

Comments
 (0)