Skip to content

Commit

Permalink
Merge pull request #1 from mahantsunandan/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mdpetters authored May 25, 2023
2 parents c18f795 + 5e7f9d9 commit 15d153b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ logout
6. On thee host copy these files to the ```/etc/udev/rules.d/``` directory and reload the rules. This will ensure that the user has access to the serial and camera devices.

```bash
[user@host ~]$ sudo mv *.rules /etc/udev/rules.d/
[user@host ~]$ sudo udevadm control --reload-rules && udevadm trigger
[user@host ~]$ sudo -s
[root@host ~]$ mv *.rules /etc/udev/rules.d/
[root@host ~]$ udevadm control --reload-rules && udevadm trigger
```

7. Reboot the machine.
Expand All @@ -133,6 +134,9 @@ logout
```

3. Start ids_cockpit software. Check that you are able to open the camera and display an image stream.
```bash
[user@cif:~]$ ids_peak_cockpit
```

## 5. Test Serial Port

Expand Down

0 comments on commit 15d153b

Please sign in to comment.