Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Industruino support #27

Open
vshymanskyy opened this issue Feb 9, 2018 · 4 comments · May be fixed by #159
Open

Industruino support #27

vshymanskyy opened this issue Feb 9, 2018 · 4 comments · May be fixed by #159

Comments

@vshymanskyy
Copy link

vshymanskyy commented Feb 9, 2018

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"
@SebDominguez-zz
Copy link

The Industruino board is the only reason that I still use the Arduino IDE.

@albydnc
Copy link

albydnc commented May 28, 2019

is it resolved?

cheetor5923 added a commit to cheetor5923/platform-atmelsam that referenced this issue Aug 13, 2019
Board definition file for Industruino D21G boards. first commit towards - platformio#27
@cheetor5923
Copy link

I'm now actively attempting to fix this problem

@kumajaya
Copy link

kumajaya commented Apr 15, 2021

  1. Install PlatformIO IDE on top of Microsoft Visual Studio Code:
    https://docs.platformio.org/en/latest/integration/ide/vscode.html#installation

  2. In PlatformIO Home - Platforms - Advanced Installation, paste the following repo (industruino branch):
    https://github.com/kumajaya/platform-atmelsam#industruino and click Install

  3. Back to https://docs.platformio.org/en/latest/integration/ide/vscode.html#quick-start, Industruino D21G and Industruino 4-20mA.ker boards will be available for you in PlatfomrIO IDE board selection menu.

Upload to your board at your own risk! No Industruino board near me for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants