Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.13 KB

pika-spark-udev

Spell Check status

Setting the right udev-rule allows flashing of the Arduino Portenta X8 on Pika Spark without requiring super-user (root) privileges.

How-to-udev

git clone https://github.com/pika-spark/pika-spark-udev
sudo cp pika-spark-udev/99-uuu.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger

For further information on how to flash the Arduino Portenta X8 please refer to the official documentation.