diff options
| author | Vishnu Singh <v-singh1@ti.com> | 2026-02-06 10:36:07 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-12 08:24:58 -0600 |
| commit | 7e27e75a5dcb99443a9cd57371d354904bed3672 (patch) | |
| tree | d32f6b7f9ffdc1c5177ed9774578f73a2afe104e | |
| parent | a6bf8a8f6ecbd6c7f8305690a9a0dbd0f67b576c (diff) | |
| download | meta-ti-7e27e75a5dcb99443a9cd57371d354904bed3672.tar.gz | |
recipes-bsp: Add TI PCM6240 ADC firmware recipe
Add PCM6240 ADC firmware recipe for am62dxx-evm to support 2 PCM6240
ADC's, each supporting 4 channel recording.
Signed-off-by: Vishnu Singh <v-singh1@ti.com>
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62dxx-evm.conf | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb | 15 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 1 |
3 files changed, 17 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62dxx-evm.conf b/meta-ti-bsp/conf/machine/am62dxx-evm.conf index ea851d8d..4b77656d 100644 --- a/meta-ti-bsp/conf/machine/am62dxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62dxx-evm.conf | |||
| @@ -17,4 +17,4 @@ FIT_CONF_DEFAULT_DTB = "k3-am62d2-evm.dtb" | |||
| 17 | 17 | ||
| 18 | UBOOT_MACHINE = "am62dx_evm_a53_defconfig" | 18 | UBOOT_MACHINE = "am62dx_evm_a53_defconfig" |
| 19 | 19 | ||
| 20 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-dac-fw" | 20 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-dac-fw ti-adc-fw" |
diff --git a/meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb b/meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb new file mode 100644 index 00000000..ad025483 --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "TI ADC PCM6240 config prebuild binary firmware" | ||
| 2 | |||
| 3 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | ||
| 4 | |||
| 5 | PV = "${PCM6240_FW_VERSION}" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "am62dxx" | ||
| 9 | |||
| 10 | PCM6240_2DEV = "pcm6240-2dev-reg.bin" | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | install -d ${D}${nonarch_base_libdir}/firmware | ||
| 14 | install -m 0644 ${S}/ti/pcm6240/${PCM6240_2DEV} ${D}${nonarch_base_libdir}/firmware/ | ||
| 15 | } | ||
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index a624b730..a5e71034 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | |||
| @@ -20,6 +20,7 @@ TI_HSM_DEMO_FW_VERSION = "11.00.09" | |||
| 20 | TAD5212_FW_VERSION = "1.0.0.0" | 20 | TAD5212_FW_VERSION = "1.0.0.0" |
| 21 | TI_PKA_FW_VERSION = "2.1.0" | 21 | TI_PKA_FW_VERSION = "2.1.0" |
| 22 | TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01" | 22 | TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01" |
| 23 | PCM6240_FW_VERSION = "1.0.0.0" | ||
| 23 | 24 | ||
| 24 | TI_LINUX_FW_SRCREV ?= "dfa62d2a6b9de71dc6fb682882834c9390324c42" | 25 | TI_LINUX_FW_SRCREV ?= "dfa62d2a6b9de71dc6fb682882834c9390324c42" |
| 25 | SRCREV = "${TI_LINUX_FW_SRCREV}" | 26 | SRCREV = "${TI_LINUX_FW_SRCREV}" |
