You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
Could not find boards.txt in /home/mattdm/.arduino15/packages/Microduino/hardware/avr/1.6.7. Is it pre-1.5?
and exit on startup. However, when looking at that directory, there's anavr
subdirectory withboards.txt
in; I moved everything up one level and now it seems to be working....boards.txt
files (on my system) directly in the architecture-appropriate directories rather than in any subdirectories.compiler.path={runtime.tools.avr-gcc.path}/bin/
in./packages/Microduino/hardware/avr/1.6.7/platform.txt
, when it should be (I think) justcompiler.path=/usr/bin/
... fixed that, and now I've got an error about{archive_file_path}
. I've got some further research to do here, I see.{build.path}/{archive_file}
. Now a really simple sketch compiles but does not seem to actually upload. That's the next step, I guess. :)