Skip to content

Industruino support #27

@vshymanskyy

Description

@vshymanskyy

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions