Files
prplos/profiles/thread.yml
Petr Štetiar 79c9796766 profiles: prpl,qca_ipq95xx,thread: move ef32-boot-config into thread profile
We've the same Silabs EFR32MG21 MCU on both Fast Track reference
platforms (OSPv2 and Freedom), being wired to the SoC in the similar way
(GPIO pins).

In the default configuration the nReset PIN on EFR32MG21 is being held
down by the SoC GPIO pin (usually low by default), so the EFR32MG21 is
being held in the reset state, thus making the MCU unavailable to the
system/application.

On Freedom we've efr32-boot-config package providing init script, which
puts EFR32MG21 MCU out of the reset state, disables the recovery
functionality and thus boot the MCU into application firmware.

On OSPv2 we're currently missing this functionality and the plan is to
reuse the common bits and share the package in the generic fashion.

So it was decided, that the package should be moved from feed-qca into
feed-prplos and made available via thread.yml profile.

References: PCF-1297
Signed-off-by: Petr Štetiar <petr.stetiar@prplfoundation.org>
2025-06-17 10:35:16 +02:00

14 lines
196 B
YAML

---
description: Add thread dependencies
packages:
- kmod-tun
additional_packages:
- feed: packages
packages:
- lrzsz
- feed: feed_prplos
packages:
- efr32-boot-config