In case I can't figure this out before someone can answer it for me...
After building ML, is there an easy way to package everything to put on the card to run it? If not, what files do I need to use from the build I did? I'm assuming the following three files at a minimum? Are there any more? Do I just use all the rest of the files from the nightly build?
(I checked out the 5D3-123 branch, made the code changes that a1ex noted as being under review for the external monitor, and compiled)
autoexec.bin
ML5D3123.FIR
ML/modules/5D3_123.sym
Also, do I need to reinstall the FW on the camera through the menu or anything? There's probably a simple link someone will end up pointing me to that covers "after you build it, this is how you deploy it", but I haven't found it yet
EDIT: It looks like changing to the correct platform directory and running 'make zip' is the step I was looking for.