You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: boards/beagle/pocketbeagle_2/doc/index.rst
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,9 @@ Flashing
95
95
A53 Core
96
96
========
97
97
98
+
Using SD Card
99
+
-------------
100
+
98
101
The testing requires the binary to be copied to the BOOT partition in SD card.
99
102
100
103
To test the A53 core, we build the :zephyr:code-sample:`hello_world` sample with the following command.
@@ -118,6 +121,38 @@ The SD card can now be used for booting.
118
121
119
122
The binary will run and print Hello world to the debug port.
120
123
124
+
DFU
125
+
---
126
+
127
+
While doing rapid development, the SD Card workflow can become cumbersome. Since AM62x platform
128
+
supports DFU over USB, we can use it to boot Zephyr applications, without ever having an SD Card
129
+
plugged in. For more in-depth instructions, check out the `blog post <https://www.beagleboard.org/blog/2025-11-14-pocketbeagle-2-zephyr-dfu>`_.
130
+
131
+
1. Download the DFU u-boot binaries. Using `v2025.10-am62-pocketbeagle2-11.02.04 <https://github.com/beagleboard/u-boot-pocketbeagle2/releases/download/v2025.10-am62-pocketbeagle2-11.02.04/>`_ here.
0 commit comments