Hi Siddharth,
I believe this patch is applicable to master branch as well.
So, an update is needed in patch title.
s/[scarthgap]/[master/scarthgap]
On 08/07/24 11:30, Siddharth Vadapalli wrote:
The config fragment "am62x_r5_usbdfu.config" is applicable to AM62x,
AM62x-LP-EVM, AM62Ax and AM62Px devices and enables USB DFU boot support at
the R5 stage of boot.
We need similar update in am62xxsip-evm-k3r5.conf [1] as well to enable
USB DFU support
on AM62SIP by default.
[1]:
https://git.ti.com/cgit/arago-project/meta-ti/tree/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf?h=scarthgap
Signed-off-by: Siddharth Vadapalli <[email protected]>
---
Hello,
This patch is based on commit
ff9bf7b9 CI/CD Auto-Merger: cicd.scarthgap.202407071800
of scarthgap-next branch of meta-ti tree.
v1:
https://lore.kernel.org/r/[email protected]/
Changes since v1:
- As pointed out by Vignesh Raghavendra <[email protected]> at:
https://lore.kernel.org/r/[email protected]/
the A53 defconfigs already include the "am62x_a53_usbdfu.config" config
fragment. Hence, they are not required in the am62*-evm.conf files and
have been dropped in this patch.
- Commit message has been updated accordingly.
Regards,
Siddharth.
meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | 1 +
meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf | 1 +
meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 1 +
meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 1 +
4 files changed, 4 insertions(+)
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
index 2af3317e..5ba8c27e 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
@@ -9,3 +9,4 @@ SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
+UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config"
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
index 36915381..9b68e626 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
@@ -10,3 +10,4 @@ SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62px_evm_r5_defconfig"
+UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
index 548369ca..85c48334 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
@@ -10,3 +10,4 @@ SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62x_evm_r5_defconfig"
+UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
index 52b69a72..24f96858 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
@@ -10,3 +10,4 @@ SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
+UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17829):
https://lists.yoctoproject.org/g/meta-ti/message/17829
Mute This Topic: https://lists.yoctoproject.org/mt/107098114/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-