From 4eb91ad9a97224d86b784ec3e8fdc8df4b19ddd4 Mon Sep 17 00:00:00 2001 From: Ayush Singh <ayushdevel1325@gmail.com> Date: Fri, 20 Oct 2023 11:10:17 +0530 Subject: [PATCH] Fix greybus host docs for beagleplay Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com> --- .../demos-and-tutorials/greybus-host.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/boards/beagleplay/demos-and-tutorials/greybus-host.rst b/boards/beagleplay/demos-and-tutorials/greybus-host.rst index c94f8027..7d976c66 100644 --- a/boards/beagleplay/demos-and-tutorials/greybus-host.rst +++ b/boards/beagleplay/demos-and-tutorials/greybus-host.rst @@ -12,7 +12,7 @@ Build (Download and Setup Zephyr for BeaglePlay) #. Install prerequisites .. code-block:: bash - + cd sudo apt update sudo apt install --no-install-recommends -y \ @@ -137,11 +137,17 @@ Flash The default password is `temppwd`. +#. Clone cc1352-flasher + + .. code-block:: bash + + git clone git@git.beagleboard.org:beagleconnect/cc1352-flasher.git + #. Flash Firmware .. code-block:: bash - west flash -b beagleplay_cc1352 + python $HOME/cc1352-flasher --beagleplay $HOME/zephyr-beagle-cc1352-sdk/build/zephyr/zephyr.bin #. Ensure the `gb-beagleplay` driver is set to load. @@ -194,13 +200,13 @@ Flashing BeagleConnect Freedom Greybus Firmware #. Build the BeagleConnect Freedom firmware .. code-block:: bash - + west build -b beagleconnect_freedom modules/greybus/samples/subsys/greybus/net/ -p -- -DOVERLAY_CONFIG=overlay-802154-subg.conf #. Flash the BeagleConnect Freedom .. code-block:: bash - + west flash Run the Demo -- GitLab