Forum | Documentation | Website | Blog

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

play: zephyr: new firmware release

parent a3b80a90
2 merge requests!48Fixes for PDF build,!47Cleanup of Introduction Section
...@@ -88,14 +88,18 @@ Steps ...@@ -88,14 +88,18 @@ Steps
echo " fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo" | sudo tee -a /boot/firmware/extlinux/extlinux.conf echo " fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo" | sudo tee -a /boot/firmware/extlinux/extlinux.conf
sudo shutdown -r now 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>`_. #. 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 cd
wget https://debian.beagle.cc/images/cc1352-wpanusb-0.0.2.zip wget https://files.beagle.cc/file/beagleboard-public-2021/images/download
unzip cc1352-wpanusb-0.0.2.zip unzip download
./build/play/cc2538-bsl.py build/play build/play/cc2538-bsl.py build/play/wpanusb
#. Ensure the `bcfserial` driver is set to load. #. Ensure the `bcfserial` driver is set to load.
...@@ -280,12 +284,6 @@ Build applications for BeaglePlay CC1352 ...@@ -280,12 +284,6 @@ Build applications for BeaglePlay CC1352
Now you can build various Zephyr applications 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 #. Build and flash Blinky example
.. code-block:: bash .. code-block:: bash
......
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