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
Last revision Both sides next revision
manual:bootcommander [2022/02/10 11:05]
voorburg [Building on Windows with MinGW]
manual:bootcommander [2022/02/10 19:09]
voorburg [Building on Windows with MinGW]
Line 46: Line 46:
     * **lawicel_canusb** = Lawicel CANUSB.     * **lawicel_canusb** = Lawicel CANUSB.
     * **vector_xldriver** = Vector XL Driver.     * **vector_xldriver** = Vector XL Driver.
 +    * **ixxat_vcidriver** = Ixxat VCI 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 72: Line 73:
 <​code>​sudo apt-get install cmake</​code>​ <​code>​sudo apt-get install cmake</​code>​
  
-Note that BootCommander relies on the OpenBLT Host Library (LibOpenBLT) and links this one as a static libraryMake sure you already [[manual:​libopenblt#​building_libopenblt_from_sources|built LibOpenBLT]],​ before you attempt to build BootCommander.+Note that BootCommander relies on the OpenBLT Host Library (LibOpenBLT) and some of the files that were generated when building LibOpenBLTTherefore, make sure you already [[manual:​libopenblt#​building_libopenblt_from_sources|built LibOpenBLT]],​ before you attempt to build BootCommander.
 ==== Building on Linux with GCC ==== ==== Building on Linux with GCC ====
  
Line 110: Line 111:
 ==== Building on Windows with MinGW ==== ==== Building on Windows with MinGW ====
  
-This method assumes that the MinGW compiler toolchain is installed on your PC. A convenient way to install it, is by downloading installer that bundles the Code::​Blocks IDE together with MinGW. When using OpenBLT version 1.14 or newer, it is recommended to download the [[https://​sourceforge.net/​projects/​codeblocks/​files/​Binaries/​20.03/​Windows/​codeblocks-20.03mingw-setup.exe/​download|64-bit installer version]], because the included **libopenblt.dll** file is 64-bit as well. Otherwise you can download the [[https://​sourceforge.net/​projects/​codeblocks/​files/​Binaries/​20.03/​Windows/​32bit/​codeblocks-20.03-32bit-mingw-32bit-setup.exe/​download|32-bit installer version]].+This method assumes that the MinGW compiler toolchain is installed on your PC. A convenient way to install it, is by downloading ​the installer that bundles the Code::​Blocks IDE together with MinGW. When using OpenBLT version 1.14 or newer, it is recommended to download the [[https://​sourceforge.net/​projects/​codeblocks/​files/​Binaries/​20.03/​Windows/​codeblocks-20.03mingw-setup.exe/​download|64-bit installer version]], because the included **libopenblt.dll** file is 64-bit as well. Otherwise you can download the [[https://​sourceforge.net/​projects/​codeblocks/​files/​Binaries/​20.03/​Windows/​32bit/​codeblocks-20.03-32bit-mingw-32bit-setup.exe/​download|32-bit installer version]].
  
 Make sure the **.\bin** directory of the MinGW installation directory is added to your path in Windows. A quick way to verify that this is the case, run the following command from the Command Prompt in Windows and make sure the program could be found: ​ Make sure the **.\bin** directory of the MinGW installation directory is added to your path in Windows. A quick way to verify that this is the case, run the following command from the Command Prompt in Windows and make sure the program could be found: ​
manual/bootcommander.txt ยท Last modified: 2023/12/04 22:48 by voorburg