Skip to content

Qemu build tweaks 2

Bitbucket Importer requested to merge bitbucket/merged-pr-836 into branch/qemu

Created originally on Bitbucket by daniel_fort (Daniel Fort)

Was already merged in Bitbucket before import, marked as merged by the import user

Modified mount.sh so it works in OS X as it does in Linux. Note that there is more that can be done on this script like mount only sd or cf image and eject all of the EOS_DIGITAL volumes but for now it works fine.

Changed shebang in two scripts that I missed in my last pull request.

Added OS X specific tests for mounted disk image in run_canon_fw.sh. (Already saved me several times)

Todo - maybe sometime in the future add a preflight check or modify install.sh to check if the system has the required programs installed and arm-none-eabi-gdb in the path.

Merge request reports