mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
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>
14 lines
196 B
YAML
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
|