-
-
Notifications
You must be signed in to change notification settings - Fork 808
Problem Arduino Yun bootloader and PlatformIO #712
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
Comments
Please replace the contents of Did it resolve the issue? |
I'm impressed! Fixed up! |
Thanks a lot that reported. We will release new version as soon as possible. |
ivankravets
added a commit
that referenced
this issue
Jul 18, 2016
* develop: Update docs for Teensy USB Features // Issue #722 Implement Teensy 2.0 USB functionality (HID, SERIAL_HID, DISK, MIDI, etc.) // Resolve #722 Add support for Pinoccio Scout board // Resolve #52 Fix broken LD Script for Element14 chipKIT Pi board // Resolve #725 Resolve #726 Fix USB flags processing for teensy platform // Issue #722 Add Pinoccio board // Issue #52 Minor improvements for CLion docs Improved docs for integration with CLion IDE Version bump to 2.11.1 (issues #472, #629, #710, #711, #712, #713, #718) Typo fix Add "udev" rules for OpenOCD CMSIS-DAP adapters // Resolve #718 Update history Ignore "[platformio]" section from custom project configuration CI Bump to 2.11.1b1 Add Arduino M0 Pro and Tian to the examples // Issue #472 Fix issue when `pioenvs` folder doesn't exist Add more info about `.pioenvs` directory Improve CMSIS selection for SAMD21 boards Improve support for SAMD21 based boards Add contributing guidelines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear PlatformIO team:
When I download in Yun board a .cpp including SoftwareSerial.h or AltSoftwareSerial.h libraries, some times I obtain the following Error message:
And another times, the result is success but when I open the Serial Monitor, it begins correctly but after some second it crashed, showing the following messages:
Same result if I launch Terminal instead of Serial Monitor.
The worst is that the Yun bootloader has been removed and the board is not recognized anymore.
A workaround to recovery the board was to use Arduino IDE and download any Yun sketch using the WiFi port (it downloads both, the sketch and the bootloader too) ... but I can not use PlatformIO and I love it!
Please, I’ll appreciate any help, this configuration/workaround is not very convenient …
Thanks in advance,
Joaquin
The text was updated successfully, but these errors were encountered: