-
Notifications
You must be signed in to change notification settings - Fork 316
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
Support requested to execute .robot on MacOS #762
Comments
Hi @spulverail Alternatively, you can try using the experimental native arm64 Renode, which is available on this branch https://github.com/renode/renode/tree/68189-aarch64-tcg-ops, build using the |
Hi @LillyJinstrand, I choose the second option you propose me, and now when I run the
I let it run for almost one hour before killing it with a Ctrl+C command. |
Description
We are trying to use Renode in our development on a STM32L452 board.
I am able to run
renode-test
withtests/example.robot
with success but when I run it with `tests/platforms/Renesas_RA6M5.robot I get the following error and I don't know how to fix it:Can you help me understand and fix this failure please?
I am familiar to Linux and I just move on MacOS.
Thanks.
Usage example
Here is how I am executing the robot file after activating my Python virtual-env.
For
example.robot
:PATH=${PATH}:/opt/homebrew/bin /Applications/Renode.app/Contents/MacOS/tests/renode-test ${PWD}/renode/tests/example.robot
For
Renesas_RA6M5.robot
:PATH=${PATH}:/opt/homebrew/bin /Applications/Renode.app/Contents/MacOS/tests/renode-test ${PWD}/renode/tests/platforms/Renesas_RA6M5.robot
Additional information
Environment: MacBook Pro with an apple M4 pro on Sequoia 15.3.1
Renode: Either using Renode_1.15.3.dmg or using dmg generating from sources (branch: master)
The text was updated successfully, but these errors were encountered: