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

nimble/transport: Add ipc_icbmsg #1882

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkasenberg
Copy link
Contributor

@mkasenberg mkasenberg commented Sep 30, 2024

Related PR apache/mynewt-core#3312

Can be tested with a nRF5340 board:

  • Nimble Host + Nimble Controller
  • Nimble Host + Zephyr Controller
  • Zephyr Host + Nimble Controller

Build cheat-sheet:

Erase all and disable APPROTECT:

nrfjprog --eraseall ; nrfjprog --recover --coprocessor CP_NETWORK ; nrfjprog --recover ; nrfjprog -r
nrfjprog --memwr 0x00FF8000 --val 0x50FA50FA
newt build nordic_pca10095_boot
newt load nordic_pca10095_boot
newt build nordic_pca10095_app-advertiser
newt create-image nordic_pca10095_app-advertiser timestamp
newt load nordic_pca10095_app-advertiser
newt build nordic_pca10095_net_boot
newt load nordic_pca10095_net_boot
newt build nordic_pca10095_net-blehci
newt create-image nordic_pca10095_net-blehci timestamp
newt load nordic_pca10095_net-blehci
  • Zephyr Host:
cd ~/zephyrproject/zephyr/samples/bluetooth/peripheral_hr/
west build -b nrf5340dk/nrf5340/cpuapp . -- -DDTC_OVERLAY_FILE='~/zephyrproject/zephyr/samples/subsys/ipc/ipc_service/multi_endpoint/boards/nrf5340dk_nrf5340_cpuapp_icbmsg.overlay' -DCONFIG_BT_HCI_VS=n
west flash
  • Zephyr Controller:
cd ~/zephyrproject/zephyr/samples/bluetooth/hci_ipc
west build -b nrf5340dk/nrf5340/cpunet . -- -DDTC_OVERLAY_FILE=~/zephyrproject/zephyr/samples/subsys/ipc/ipc_service/multi_endpoint/remote/boards/nrf5340dk_nrf5340_cpunet_icbmsg.overlay
west flash

@github-actions github-actions bot added the size/M Medium PR label Sep 30, 2024
@mkasenberg mkasenberg force-pushed the add-ble-hci-ipc branch 2 times, most recently from daaf3d3 to a9eb7aa Compare October 4, 2024 07:40
@mkasenberg mkasenberg changed the title [wip] nimble/transport: Add ipc_icbmsg nimble/transport: Add ipc_icbmsg Oct 4, 2024
@mkasenberg mkasenberg marked this pull request as ready for review October 4, 2024 07:51
@mkasenberg
Copy link
Contributor Author

@MariuszSkamra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant