diff --git a/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst b/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst
index f65623c50d7c1f57fb93ae55c59192e0e170e9b4..4f9a938014997e38395b7d3f7d9a3b9a89b11b9c 100644
--- a/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst
+++ b/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst
@@ -88,14 +88,18 @@ Steps
         echo "    fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo" | sudo tee -a /boot/firmware/extlinux/extlinux.conf
         sudo shutdown -r now
 
+    .. note::
+
+        The default password is `temppwd`.
+
 #. 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
 
         cd
-        wget https://debian.beagle.cc/images/cc1352-wpanusb-0.0.2.zip
-        unzip cc1352-wpanusb-0.0.2.zip
-        ./build/play/cc2538-bsl.py build/play
+        wget https://files.beagle.cc/file/beagleboard-public-2021/images/download
+        unzip download
+        build/play/cc2538-bsl.py build/play/wpanusb
 
 #. Ensure the `bcfserial` driver is set to load.
 
@@ -280,12 +284,6 @@ Build applications for BeaglePlay CC1352
 
 Now you can build various Zephyr applications
 
-.. note::
-
-    Currently, https://git.beagleboard.org/beagleplay/micropython isn't public, so you'll need
-    to replace that with git@git.beagleboard.org:beagleplay/micropython
-
-
 #. Build and flash Blinky example
 
     .. code-block:: bash