Changes between Version 78 and Version 79 of Developer/Simulators/QEMU/CANEmulation


Ignore:
Timestamp:
05/11/14 11:32:27 (10 years ago)
Author:
PavelPisa
Comment:

Qemu options update

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU/CANEmulation

    v78 v79  
    3535 *  '''-device pci-can,chardev=sja1000,model=SJA1000''' we use pci-can device. ''chardev'' the value '''MUST''' equal to the id specified in chardev option; ''model'' is an optional parameter, default value is SJA1000 and we only support SJA1000 now.
    3636
     37'''Options for updated QEMU-2.x experimental version'''
     38
     39  -device kvaser_pci,canbus=canbus0,host=vcan0
     40
     41or
     42
     43  -device pci_can,chardev=canbus0,model=SJA1000
    3744=  Step 1: Building a Minimal Linux Environment in Qemu  =
    3845