Skip to content

Commit 9ccd119

Browse files
committed
tutorials: Add Chrome snap instructions.
1 parent 9835bcf commit 9ccd119

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tutorials/dev/tools/linux/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@ If neither of these options is suitable, you can manually copy [this file](https
3333
After installing the `udev` rules, disconnect any affected devices and plug them back in.
3434

3535
If this doesn't seem to work, try rebooting.
36+
37+
# Using Pybricks Code with Chromium
38+
39+
If you use Chromium as a snap package, you may get an error when you try
40+
to install the firmware on a SPIKE hub or MINDSTORMS Robot Inventor hub via
41+
USB. To resolve this, enable access to USB devices:
42+
43+
{% include copy-code.html %}
44+
```
45+
sudo snap connect chromium:raw-usb
46+
```

0 commit comments

Comments
 (0)