-
Notifications
You must be signed in to change notification settings - Fork 8.2k
tests: Bluetooth: tester: Add info on running with native_sim #99102
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
base: main
Are you sure you want to change the base?
Conversation
654b58f to
f93ad69
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for running the Bluetooth Tester application with native_sim on Linux, including instructions for building, configuring, and troubleshooting.
Key Changes:
- Added native_sim building and running instructions in the tester README
- Updated autopts-linux.rst with detailed native_sim setup and troubleshooting steps
- Modernized Windows VM setup information (Windows 10/11, updated VirtualBox version, updated PTS installation link)
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| tests/bluetooth/tester/README.rst | Added section on building for native_sim, building Zephyr controller for native_sim, and added missing code-block directive for LE Audio example |
| doc/connectivity/bluetooth/autopts/autopts-linux.rst | Removed redundant nrftools installation section, updated VM setup info, restructured testing sections with dedicated native_sim instructions including capability setting and HCI controller management |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f93ad69 to
c1f8b7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c1f8b7c to
5846c15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add a few useful commands and information when running the BT Tester with native_sim, either with or without the Zephyr controller. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
5846c15 to
0d208fb
Compare
|



Add a few useful commands and information when running the BT Tester with native_sim, either with or without the Zephyr controller.