Changeset 512579c in mainline for tools/ew.py


Ignore:
Timestamp:
2019-08-17T12:49:43Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3706d93
Parents:
a73a1453
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 10:24:05)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

small ew tweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    ra73a1453 r512579c  
    264264
    265265        if (not console and (not is_override('nographic')) and not is_override('noserial')):
    266                 cmdline += ' -serial stdio'
     266                cmdline += ' -serial vc -monitor stdio'
    267267
    268268        if (is_override('bigmem')):
     
    327327                        'image' : 'image.iso@arm64',
    328328                        'audio' : False,
    329                         'console' : True,
    330329                        'hdd' : False,
    331330                        'net' : False,
Note: See TracChangeset for help on using the changeset viewer.