For the Musca boards, we tell people to use srec_cat to concatenate binaries before copying them to the board. However, we already have a Python script in the repo, assemble.py, that is used to concatenate binaries. We could extend assemble.py, to remove the dependency on an extra external tool.
Description
Description