-
Notifications
You must be signed in to change notification settings - Fork 30
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
Added arduino support #17
base: develop
Are you sure you want to change the base?
Conversation
hi @jacobjuneau6 |
After solve that COMM "issue", we have this "issue" too hi @jacobjuneau6 If i modify to No difference to UART3...i tested with this code... void setup() { void loop() { But no output on pin 4 of the DUO 256 Can you fix the problem ? |
I have fixed the problem with it not running the COM script. Pull the latest changes and check. I will look into the pin numbering issue later as I do not have my board with me. |
Can you verify where the burnd file is on the filesystem? |
Hi @jacobjuneau6 |
what do you mean ? |
Hi @jacobjuneau6 Good news: Bad news: After your fix that, i have other issue, that happens if you use your Arduino SDK IMG with Duo USB&Ethernet IOB Thank you! Btw, i have time to make the tests :) |
|
Try sshing into the board and running the burnd program manually, then try arduino. |
to the Duo non 256 version, the 4 and 5 are correct...but not tested here (variant) |
Solved the UART issue |
@carbonfix Some changes may not be suitable for normal images, should we move this to a new branch(like v1 SDK, Arduino branch) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think using burnd source code is better than a binary file.
where is exactly the Burnd source code ? |
I am not sure how jacobjuneau6 compiles it. |
The burnd file is precompiled I pulled it from the v1 SDK. |
It is pre-compiled in the v1 sdk. |
Then there is no open-source code to it ? |
No. In the v1 sdk it is a binary. |
Hi, |
Hi, can you add this to the MILK-V doc ? |
@jacobjuneau6 @tcpipchip Thank you very much for your work! Due to some other issues we are currently dealing with in the SDK, this submission has not been verified and used in Visuino in time. We will address these issues as soon as possible. Thanks again for your work, it is excellent! |
@carbonfix @jacobjuneau6 |
Failed to build by the latest commit(4f4e7e8) with this PR. |
@ClayStan404 What is the build error? |
Link in atomic to fix build errors.
On an Ubuntu 24.10 system following the build instructions in the docs, all builds complete with an ubuntu 24.04 docker container with the following packages installed
|
Added Arduino support to the v2 sdk