git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffae612
)
ROOT/RunQemuArm - Added option for (unofficial) Tegra2 machine
author
John Hodge
<
[email protected]
>
Sun, 22 Sep 2013 11:23:27 +0000
(19:23 +0800)
committer
John Hodge
<
[email protected]
>
Sun, 22 Sep 2013 11:23:27 +0000
(19:23 +0800)
RunQemuArm
patch
|
blob
|
history
diff --git
a/RunQemuArm
b/RunQemuArm
index
e952a3a
..
bcab760
100755
(executable)
--- a/
RunQemuArm
+++ b/
RunQemuArm
@@
-17,6
+17,12
@@
while [ $# -ne 0 ]; do
QEMU_PARAMS=$QEMU_PARAMS" -cpu arm1176 -m 192 -localtime"
_KERNEL=Acess2.armv6-raspberrypi.bin
;;
+ -tegra2)
+ # git://repo.or.cz/qemu/afaerber.git BRANCH tegra
+ QEMU=~/apps_exp/bin/qemu-system-arm
+ _SYSTEM="ac100"
+ _KERNEL=Acess2.armv7-tegra2.bin
+ ;;
-gdb)
QEMU_PARAMS=$QEMU_PARAMS" -s -S"
;;
UCC
git Repository :: git.ucc.asn.au