User Tools

Site Tools


manual:bootcommander

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:bootcommander [2018/07/04 11:36]
voorburg
manual:bootcommander [2021/01/08 16:05]
voorburg [Building on Windows with Microsoft Visual C++]
Line 45: Line 45:
     * **kvaser_leaflight** = Kvaser Leaf Light V2.     * **kvaser_leaflight** = Kvaser Leaf Light V2.
     * **lawicel_canusb** = Lawicel CANUSB.     * **lawicel_canusb** = Lawicel CANUSB.
 +    * **vector_xldriver** = Vector XL Driver.
   * **-c=[value]** sets the zero based index of the CAN channel if multiple CAN channels are supported for the CAN adapter, as a 32-bit value (default = 0).   * **-c=[value]** sets the zero based index of the CAN channel if multiple CAN channels are supported for the CAN adapter, as a 32-bit value (default = 0).
   * **-b=[value]** sets the communication speed, a.k.a baudrate in bits per second, as a 32-bit value (default = 500000). Supported values: 1000000, 800000, 500000, 250000, 125000, 100000, 50000, 20000, 10000.   * **-b=[value]** sets the communication speed, a.k.a baudrate in bits per second, as a 32-bit value (default = 500000). Supported values: 1000000, 800000, 500000, 250000, 125000, 100000, 50000, 20000, 10000.
Line 94: Line 95:
 Using the Command Prompt in Windows, set the working directory to **.\Host\Source\BootCommander\build** and type the command: Using the Command Prompt in Windows, set the working directory to **.\Host\Source\BootCommander\build** and type the command:
 <​code>​ <​code>​
-cmake ..+cmake -A Win32 ..
 </​code>​ </​code>​
  
manual/bootcommander.txt ยท Last modified: 2023/12/04 22:48 by voorburg