https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 49af4885b01fec8c9bd4e10a26d4a4ff7bdfb59b authored by a1ex on 22 October 2013, 21:27:52 UTC
Close branch ppluciennik/modules_makefiles.
Tip revision: 49af488
run_canon_fw.sh
#!/bin/bash

QEMU_PATH=qemu-1.4.0
make -C $QEMU_PATH || exit
$QEMU_PATH/arm-softmmu/qemu-system-arm -M $1
back to top