forked from renode/renode
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Zephyr Net Shell on SAM E70 crashes after using any Net command #11
Labels
help wanted
Extra attention is needed
Comments
As you said, I tried to use logPeripheralAccess to see what's going on with Zephyr. I've used same70 script, loaded my elf file like in the issue description but.
Log: Logs from renode
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've built a Capture sample from Zephyr repository for SAM E70 and tried to use it in Renode. Shell works just fine until I use any command that is related to net functions.
Sample GitHub page:
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/net/capture
My Zephyr configuration is based on Getting Started Guide from Zephyr Project:
https://docs.zephyrproject.org/latest/getting_started/index.html
I'm using Ubuntu WSL on Windows 10 for building project and lunching Renode simulation
Building project:
west build -b sam_e70b_xplained samples/net/capture/
Renode script:
Renode script
I set up logging for gem
logLevel -1 sysbus.gem
Logs just after starting simulation
Log from renode
Init ethernet on Zephyr
Logger after LogFunctionNames True and executing command iface up 1
The text was updated successfully, but these errors were encountered: