-
Notifications
You must be signed in to change notification settings - Fork 18
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
Does not support Ardulink as a programmer "miniblink -c /dev/ttyACM0" #15
Comments
When I try to add the option -c /dev/ttyACM0 in the platform.txt (maybe not the best place), I have the impression that minichlink 1.0.0 is too old and does not support Ardulink. When I try with the most recent git version of minichlink it works fine. How do you define this version 1.0.0? |
Hi, The last release build was in June, I haven't updated to the newest version yet I will update the minichlink builds soon and add more programmer options in the menu. |
"haven't got any automation yet that supports all platforms at once." I could try to work on that. If you want I can try to build more recent binaries as well. |
On Fri, Apr 12, 2024 at 2:59 PM Alexander Mandera ***@***.***> wrote:
Hi, the problem is supporting the ARM architectures, and especially MacOS.
I think there is something in the making to get ARM based Linux runners,
but it seems to be in private beta?
On github actions, maybe. You could attach a slave ARM server via Scaleway,
I could sponsor one.
Or spawn some qemu arm VM inside an x64 slave.
…--
Benjamin Henrion (zoobab)
Email: zoobab at gmail.com
Mobile: +32-484-566109
Web: http://www.zoobab.com
FFII.org Brussels
"In July 2005, after several failed attempts to legalise software patents
in Europe, the patent establishment changed its strategy. Instead of
explicitly seeking to sanction the patentability of software, they are now
seeking to create a central European patent court, which would establish
and enforce patentability rules in their favor, without any possibility of
correction by competing courts or democratically elected legislators."
|
I will look what I can do. First priority will be to update everything to the newest ch32v003fun and minichlink, But running a VM to build everything for ARM sounds like a good idea. |
Hi,
I am succesfully using Ardulink as a programmer (with a 1K resistor) to flash the ch32v003:
https://gitlab.com/BlueSyncLine/arduino-ch32v003-swio
Could you add this programmer as a option, I just needed to add "-c /dev/ttyACM0" as an option to make it work.
The text was updated successfully, but these errors were encountered: