diff options
author | khilman <khilman@users.noreply.github.com> | 2018-02-14 09:32:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 09:32:02 -0800 |
commit | aabc1b6c55a82f3f9270fd1a124a2ffa76e3e69e (patch) | |
tree | 826939bb4da04d198cfbbffc708c15abad4be72c /README.md | |
parent | 7af6b055f0961e6fca7dc628cee3cd0a8d034d07 (diff) | |
parent | 589fab595ad96d75d8a2bfba051b608c5f0b438b (diff) |
Merge pull request #22 from montjoie/hexid
Support python3, fix handling of hex values for vendor/product IDs.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -223,8 +223,8 @@ lab-slave-XX: The name of the slave (where XX is a number) macaddr: (Optional) the MAC address to set in uboot # One of uart or connection_command must be choosen uart: - idvendor: The VID of the UART - idproduct: the PID of the UART + idvendor: The VID of the UART (Formated as 0xXXXX) + idproduct: the PID of the UART (Formated as 0xXXXX) serial: The serial number in case of FTDI uart devpath: the UDEV devpath to this uart for UART without serial number connection_command: A command to be ran for getting a serial console |