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

Enhance Configuration, Documentation, and Script Functionality #20

Closed
2 of 4 tasks
Kappuccino111 opened this issue May 15, 2024 · 2 comments · Fixed by #31
Closed
2 of 4 tasks

Enhance Configuration, Documentation, and Script Functionality #20

Kappuccino111 opened this issue May 15, 2024 · 2 comments · Fixed by #31
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Kappuccino111
Copy link
Collaborator

Kappuccino111 commented May 15, 2024

  • Add a single file for configuring all requirements.
  • Update documentation.rst to be more comprehensive.
  • Resolve issue in zephyr_build_run_sim.sh
  • Add a contributing guide
@Kappuccino111 Kappuccino111 self-assigned this May 15, 2024
@Kappuccino111 Kappuccino111 added documentation Improvements or additions to documentation enhancement New feature or request labels May 15, 2024
@jonas-rem
Copy link
Member

The issues in zephyr_build_run_sim.sh could be related to setting up the zeth network interface via net-setup. If the setup worked you should see the zeth if with ip a

17: zeth: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 00:00:5e:00:53:ff brd ff:ff:ff:ff:ff:ff
    inet 192.0.2.2/24 scope global zeth
       valid_lft forever preferred_lft forever
    inet6 2001:db8::2/128 scope global nodad 
       valid_lft forever preferred_lft forever
    inet6 fe80::200:5eff:fe00:53ff/64 scope link proto kernel_ll 
       valid_lft forever preferred_lft forever

@Kappuccino111
Copy link
Collaborator Author

Kappuccino111 commented May 26, 2024

Closed #22 and #21. Will create a single PR with all the changes, which when merged will automatically accomplish what the individual PRs were doing 👍

@Kappuccino111 Kappuccino111 linked a pull request May 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants