Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 64 and Version 65 of Developer/Simulators/QEMU


Ignore:
Timestamp:
08/15/16 15:49:27 (8 years ago)
Author:
Saeed Ehteshamifar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU

    v64 v65  
    122122       -hda <path to hda.img> \
    123123       -hdb fat:. \
     124       -append "--console=/dev/com1" \
    124125       -serial stdio \
    125126       -no-reboot \
     
    245246NOTE: If you have a means to pass command line arguments to the RTEMS executable (e.g., this works when booting with grub) then there is no need to specify the serial console at 'configure'-time. You simply add the command line argument
    246247{{{
    247 --console=com1
     248--console=/dev/com1
    248249}}}
    249250= Booting an RTEMS executable directly with qemu  =
     
    277278    -net nic,macaddr=00:80:7F:22:61:77,model=ne2k_isa \
    278279    -net tap,script=/etc/qemu-ifup  \
     280    -append "--console=/dev/com1" \
    279281    -serial stdio --no-reboot
    280282}}}