Skip to content
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

Unable to provision Arduino uno r4 device #161

Open
chm90 opened this issue Aug 29, 2024 · 5 comments
Open

Unable to provision Arduino uno r4 device #161

chm90 opened this issue Aug 29, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@chm90
Copy link

chm90 commented Aug 29, 2024

Hello!
When I try prvisioning a arduino uno r4 from my Apple Macbook M1 Pro device on Mac OS 14.6.1 (23G93) using the cli i get the following error message:

arduino-cloud-cli device create --name my-uno-r4 --fqbn arduino:renesas_uno:unor4wifi
Error during device create: board with fqbn arduino:renesas_uno:unor4wifi found at port /dev/cu.usbmodemDC5475C4F15C2 is not a device with a supported crypto-chip.
Try the 'create-lora' command instead if it's a LoRa device or 'create-generic' otherwise

The uno wifi is obviously not a lora board...

I have really looked forward to using Arduino cloud due to it's usefull dashboard and ota features, but it's a requirement for me to be able to use the cli. I really can't understand what i'm doing wrong given that it's supposed to be a supported board in the list you provide. Either the error message is wrong or your documentation is wrong, so that's why i'm posting an issue here, with the hope of finding out if this is supposed to work.
Thanks so much in advance!

FYI
Arduino cloud cli is of the latest version as of writing:

arduino-cloud-cli version
arduino-cloud-cli Version: 0.2.6 Commit: ea7cfdc Date: 2024-08-28T08:48:36Z

Arduino cli is also the latest version as of writing

arduino-cli version
arduino-cli  Version: 1.0.4 Commit: Homebrew Date: 2024-08-12T13:32:50Z

The installed firmware on the device is the latest, 0.4.1

@chm90
Copy link
Author

chm90 commented Aug 29, 2024

Ok, so sharing with you my findings, In this PR #157 commit 5ca90df added that that the uno r4 is supported, so it's probably something missing from this mr causing the issue....

@chm90
Copy link
Author

chm90 commented Aug 29, 2024

Alright, so that mr adds support for templates. I don't understand how that is related to that mr. Are those changes unrelated?

@chm90
Copy link
Author

chm90 commented Aug 29, 2024

I'm stuck. Some input from the author of above commits would certainly be helpfull. @rjtokenring. Would you be able to support? 🙏

@rjtokenring
Copy link
Collaborator

Thanks for the feedback, we will work on this and let you know

@rjtokenring rjtokenring self-assigned this Aug 30, 2024
@chm90
Copy link
Author

chm90 commented Aug 30, 2024

Thank you! For reference It seems the fix is worked on here: #162 👏

@per1234 per1234 linked a pull request Aug 31, 2024 that will close this issue
6 tasks
@per1234 per1234 added the bug Something isn't working label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@chm90 @per1234 @rjtokenring and others