Python code to .bin?

I am trying to add another game to my stock firmware and I need a way to convert python into .bin files so i can run the games. I dont know how to do this can anyone help me with this?

2 Likes

Hey @KX20,

Unfortunately, this isnโ€™t possible. The Python code runs using the Python interpreter, which is installed by CircuitBlocks. Since the interpreter is a binary, itโ€™s not possible to have both the stock firmware and the interpreter installed simultaneously.