Skip to content
Snippets Groups Projects
Commit e17aae30 authored by Ralf Spiwoks's avatar Ralf Spiwoks
Browse files

upd README with instructions for /dev/ipmc-payload

parent 61e6b995
No related branches found
No related tags found
No related merge requests found
......@@ -31,12 +31,14 @@ Set up the USB interfaces for the IPMC tester's uManagement interface and the IP
```
sudo udevadm info /dev/ttyUSB0
sudo udevadm info /dev/ttyUSB1
sudo udevadm info /dev/ttyUSB2
```
Note: take from the output of these commands the proper "AB0..." strings and use them in the 99-serial.rules file below
```
sudo cat > /etc/udev/rules.d/99-serial.rules << EOF
SUBSYSTEM=="tty", ENV{ID_SERIAL_SHORT}=="AB0KOOS1", ATTRS{bInterfaceNumber}=="00", GROUP="zp", SYMLINK+="ipmc-umgt"
SUBSYSTEM=="tty", ENV{ID_SERIAL_SHORT}=="AB0KOORZ", ATTRS{bInterfaceNumber}=="00", GROUP="zp", SYMLINK+="ipmc-debug"
SUBSYSTEM=="tty", ENV{ID_SERIAL_SHORT}=="AB0KOOS9", ATTRS{bInterfaceNumber}=="00", GROUP="zp", SYMLINK+="ipmc-umgt"
SUBSYSTEM=="tty", ENV{ID_SERIAL_SHORT}=="AB0KOOS7", ATTRS{bInterfaceNumber}=="00", GROUP="zp", SYMLINK+="ipmc-debug"
SUBSYSTEM=="tty", ENV{ID_SERIAL_SHORT}=="AB0KOOSA", ATTRS{bInterfaceNumber}=="00", GROUP="zp", SYMLINK+="ipmc-payload"
EOF
sudo udevadm control --reload-rules && sudo udevadm trigger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment