summaryrefslogtreecommitdiffstats
path: root/scripts/run-qemu-ota
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-02-07 11:42:56 +0100
committerGitHub <noreply@github.com>2020-02-07 11:42:56 +0100
commit98db3460285d634073830879825825c4a893863c (patch)
tree4d4ab78f983d147b4f8bbce6f6b88fda74e732b1 /scripts/run-qemu-ota
parent5163ff50bb45903ca31b5b19220ad9ddf54ee0c1 (diff)
parent14ba0d94d0bc7448a3b9db409dcc2139836b9d90 (diff)
downloadmeta-updater-98db3460285d634073830879825825c4a893863c.tar.gz
Merge pull request #672 from advancedtelematic/feat/warrior/2020.2
Feat/warrior/2020.2
Diffstat (limited to 'scripts/run-qemu-ota')
-rwxr-xr-xscripts/run-qemu-ota3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run-qemu-ota b/scripts/run-qemu-ota
index 5652797..59301a4 100755
--- a/scripts/run-qemu-ota
+++ b/scripts/run-qemu-ota
@@ -13,6 +13,9 @@ def main():
13 parser = ArgumentParser(description='Run meta-updater image in qemu') 13 parser = ArgumentParser(description='Run meta-updater image in qemu')
14 parser.add_argument('imagename', default='core-image-minimal', nargs='?', 14 parser.add_argument('imagename', default='core-image-minimal', nargs='?',
15 help="Either the name of the bitbake image target, or a path to the image to run") 15 help="Either the name of the bitbake image target, or a path to the image to run")
16 parser.add_argument('--uboot-enable', default='yes',
17 help='(yes/no). Determines whether or not to use U-Boot loader for running image, '
18 'if yes then u-boot binary file will be passed as -bios option into QEMU cmd line.')
16 parser.add_argument('mac', default=None, nargs='?') 19 parser.add_argument('mac', default=None, nargs='?')
17 parser.add_argument('--dir', default=DEFAULT_DIR, 20 parser.add_argument('--dir', default=DEFAULT_DIR,
18 help='Path to build directory containing the image and u-boot-qemux86-64.rom') 21 help='Path to build directory containing the image and u-boot-qemux86-64.rom')