aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-02-14 15:09:45 +0100
committerCorentin LABBE <clabbe@baylibre.com>2018-02-14 15:57:49 +0100
commit589fab595ad96d75d8a2bfba051b608c5f0b438b (patch)
tree826939bb4da04d198cfbbffc708c15abad4be72c /README.md
parent19d2b8a497597f49dc20f4902e2f29f31696ce92 (diff)
Force the use of hexadecimal values for product/vendor IDs
Using "idproduct: 6001" let python convert 6001 to 24577 and so corrupt the UDEV line.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e54b729..a3c297c 100644
--- a/README.md
+++ b/README.md
@@ -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