README.md aktualisiert
parent
e12e719ec6
commit
8df03c8bb3
|
|
@ -5,10 +5,10 @@ Since the ICS SocketCAN driver doesn't yet support options for bitrate setting,
|
||||||
## Install
|
## Install
|
||||||
Clone this repository to your home directory. The simple build script will compile the source and and will place the binary and a wrapper script into /usr/bin and /usr/sbin.
|
Clone this repository to your home directory. The simple build script will compile the source and and will place the binary and a wrapper script into /usr/bin and /usr/sbin.
|
||||||
|
|
||||||
Ensure you already have build and installed libicsneo. Having build and installed the ICS SocketCAN drivers is beneficial, but not necessarily requred if only the binary will be used.
|
> Ensure you already have build and installed libicsneo. Having build and installed the ICS SocketCAN drivers is beneficial, but not necessarily requred if only the binary will be used.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
note: This is build for the neoVIPI but could also be used for any other VCAN4-1 or VCAN4-2.
|
> note: This is build for the neoVIPI but could also be used for any other VCAN4-1 or VCAN4-2.
|
||||||
|
|
||||||
There are two ways available to utilize this tool. By either the native binary, or the wrapper script.
|
There are two ways available to utilize this tool. By either the native binary, or the wrapper script.
|
||||||
### The native binary
|
### The native binary
|
||||||
|
|
@ -20,7 +20,7 @@ The native binary expects exactly 4 parameters in a certain order. Since this is
|
||||||
* the secont parameter is the targeted channel to operate on. In this version it is hscan or hscan2
|
* the secont parameter is the targeted channel to operate on. In this version it is hscan or hscan2
|
||||||
* the third and fourth will be the baud rates. the first rate is the CAN baud rate, the second is the FD baud rate. This FD setting is required, even if FD is not used in the application, for this case simply type in the first baud rate again, or any other valid value.
|
* the third and fourth will be the baud rates. the first rate is the CAN baud rate, the second is the FD baud rate. This FD setting is required, even if FD is not used in the application, for this case simply type in the first baud rate again, or any other valid value.
|
||||||
|
|
||||||
Note the requirement to execute the command as root, else no HW changes would be possible.
|
> Note the requirement to execute the command as root, else no HW changes would be possible.
|
||||||
|
|
||||||
### The Wrapper script
|
### The Wrapper script
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue