The Arm debug tutorials for bare metal use scp_romfw.elf mcp_romfw.elf and scp_fw.bin files. Are there precompiled versions available to use for morello? Where can I find more information on how to build these files from source?
Hi JenJSorry, pre-built versions of the SCP/MCP firmware are not available for download, but you should be able to build them yourself by following the instructions given in user_guide.md at git.morello-project.org/.../scp-firmwareTo use these files for the bare-metal examples in Arm DS Morello Edition 2020.1M0, one file "mod_morello_system.c" must be modified first, as described in the readme.html of the "Morello_bare-metal_debug" project.Hope this helpsStephen