Can a UF2 file be executed on a KittenBot MeowBit that’s running CircuitPython firmware? Currently, I have a program that presents a menu of options to the user and can run multiple PY files from an SD card inserted in the MeowBit. However, I would like to expand its functionality by allowing it to run UF2 files created with MakeCode Arcade. But UF2 is binary code and meant to be used as firmware, so I’m not sure if integrating it without replacing the CircuitPython firmware is possible.
Is it possible to implement this functionality without replacing the current firmware and preserving the ability of the MeowBit to return to the program selection screen after a restart?