-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Description
This should be rather easy, but it has some pitfalls. First, it uses modified bossac-0x4000
tool (different bootloader size). Should be easier with this sorted out:
shumatech/BOSSA#33
Also, needs to be added to https://github.com/platformio/platformio-core/blob/develop/scripts/99-platformio-udev.rules
# Industruino
ATTRS{idVendor}=="2e78", ATTRS{idProduct}=="004d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="2e78", ATTRS{idProduct}=="004d", ENV{MTP_NO_PROBE}="1"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2e78", ATTRS{idProduct}=="004d", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="2e78", ATTRS{idProduct}=="004d", MODE:="0666"
aschmidt75, deladriere, SebDominguez-zz, crasbe and ta2edchimp