-
-
Notifications
You must be signed in to change notification settings - Fork 23
Atmega4809 Curiosity Nano upload not working under Linux #25
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
Have you found a solution for this? |
This also affects the AVR128DB48 Curiosity Nano (which is expected, seeing as they use the same debugger). |
I've done some troubleshooting and these lines seem unrelated to the core issue:
They can be worked around by forcing usbhid, usb-storage, and cdc-acm to avoid claiming the device. This requires a kernel patch for the latter, but can be done via kernel flags for the former two. This doesn't seem to do anything other than remove the error message, however. |
Turns out these can be programmed by copying a .hex file to an emulated mass-storage device, which bypasses avrdude completely. |
For now I installed newest version of avrdude from AUR (avrdude-svn) and replaced binary file in |
Hi
I've recently bought the Microchip Atmega4809 Curiosity Nano dev board rev 5. Sadly, uploading doesn't work on Linux.
The error message says:
The issue occurs on both Arch Linux 5.12.3-arch1-1 and Linux Mint 20.04(i think). I tested both flatpak version 1.8.13 and the normal nightly build 1.8.14 2020.05.12 ide. I also did the test on Windows with ide 1.8.13 and everything worked.
Here is also kernel log when I connect teh device:
And when upload begin:
The same issue has been discussed here, on MegaCoreX github.
The text was updated successfully, but these errors were encountered: