From 589fab595ad96d75d8a2bfba051b608c5f0b438b Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 14 Feb 2018 15:09:45 +0100 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit 1.2.3-korg