-
I am using Mac M1 Pro, Mac OS 14.1, followed the docs but facing an error. Not very familiar with rust, can I please get some help to understand more about the error described below?
Same error on branches |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
This might be related to your network status, because this dependency is fetched from github. |
Beta Was this translation helpful? Give feedback.
-
I am able to install other packages, ping github.com across multiple networks. I can try it on a different machine later to verify. Btw I am wondering if I can side load firmware into the hardware directly? It would be easier to work with. |
Beta Was this translation helpful? Give feedback.
-
If you mean building firmware by yourself and load it into your device, I'm sadly to say no. The released firmwares are signed by us and verified by the hardware. |
Beta Was this translation helpful? Give feedback.
-
I tried resolving the previous error, and that issue is now fixed. However, I’m facing new errors that I can't make sense of. I've shared the logs at link for reference. If you have a solution please let me know. We might as well move this issue to discussions tab. |
Beta Was this translation helpful? Give feedback.
-
seems you didn't get the submodule, please follow the command in this section: https://github.com/KeystoneHQ/keystone3-firmware?tab=readme-ov-file#macos |
Beta Was this translation helpful? Give feedback.
I was able to make it work. Uninstall rust and all libs and restarted steps again - build succeeded.
To avoid
startfile not exist: ./ui_simulator/assets/device_setting.json
error, instead of opening the bin file I ranbuild/simulator
command on terminal.