Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 08a0b6fb authored by Jason Kridner's avatar Jason Kridner
Browse files

Update zephyr-cc1352-development.rst

parent 7ef9475f
Branches
No related merge requests found
......@@ -83,14 +83,14 @@ Steps
#. Ensure the `bcfserial` driver isn't blocking the serial port.
.. code-block: bash
.. code-block:: bash
echo " fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo" | sudo tee -a /boot/firmware/extlinux/extlinux.conf
sudo shutdown -r now
#. Download and flash the `WPANUSB` Zephyr application firmware onto the CC1352P7 on BeaglePlay from the `releases on git.beagleboard.org <https://git.beagleboard.org/beagleplay/cc1352/wpanusb/-/releases>`_.
.. code-block: bash
.. code-block:: bash
cd
wget https://debian.beagle.cc/images/cc1352-wpanusb-0.0.2.zip
......@@ -99,7 +99,7 @@ Steps
#. Ensure the `bcfserial` driver is set to load.
.. code-block: bash
.. code-block:: bash
sudo sed -e '/bcfserial-no-firmware/ s/^#*/#/' -i /boot/firmware/extlinux/extlinux.conf
sudo shutdown -r now
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment