I've been playing with some home automation and zigbee stuff, and found that
https://github.com/JelmerT/cc2538-bsl
"a python script that communicates with the boot loader of the Texas Instruments CC2538, CC26xx and CC13xx SoCs (System on Chips). It can be used to erase, program, verify and read the flash of those SoCs with a simple USB to serial converter."
is a pretty useful tool to have. It's easy to install with pip, of course, but it seems like something that'd be particularly nice to just be there for Fedora IoT use cases (available in toolbx at least).
I'd package it up, but I'm blocked on actually adding new packages by https://pagure.io/fedora-infrastructure/issue/10441, so... if someone else will do it, I can review?