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: common/source/docs/common-pocketbeagle-2.rst
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ Specifications
31
31
- Single-core Arm® Cortex®-M4F MCU at up to 400MHz
32
32
- Dual-core Programmable Real-Time Unit Subystem (PRUSS) running up to 333 MHz
33
33
- 512MB LPDDR4 3200MHz
34
-
- 4GB 8-bit eMMC flash
35
34
36
35
- **OS**
37
36
@@ -91,7 +90,7 @@ Preparing SD Card with linux for PB2
91
90
92
91
93
92
Download the linux image from `https://files.beagle.cc/file/beagleboard-public-2021/images/pocketbeagle2-debian-13-base-v6.12-arm64-2025-09-05-8gb.img.xz <https://files.beagle.cc/file/beagleboard-public-2021/images/pocketbeagle2-debian-13-base-v6.12-arm64-2025-09-05-8gb.img.xz>`__ used in this example).
94
-
You can download images from from https://www.beagleboard.org/distros or you can use the `BeagleBoard Imaging Utility. <https://beagleboard.github.io/bb-imager-rs/>`__
93
+
You can download images from from https://www.beagleboard.org/distros or you can use the `BeagleBoard Imaging Utility. <https://www.beagleboard.org/bb-imager>`__
95
94
96
95
Flash image onto SD card.
97
96
@@ -106,13 +105,13 @@ Using the Beaglebone Imaging Utility you will see a button **Edit** where you ca
106
105
Booting and first access
107
106
------------------------
108
107
109
-
Insert SD card in PocketBeagle2 and power up using a suitable USB cable at the USB C connector.
108
+
Insert SD card in PocketBeagle 2 and power up using a suitable USB cable at the USB C connector.
110
109
111
110
Connect via SSH (``ssh <your username>@192.168.7.2``) and insert your password.
112
111
113
112
Configuring the Device Tree Overlay
114
113
-----------------------------------
115
-
To be possible run **ardupilot** in the pocketbeagle, you need to configure a device tree overlay.
114
+
To be possible run **ardupilot** in the PocketBeagle 2, you need to configure a device tree overlay.
116
115
**Instructions** ::
117
116
118
117
ssh [email protected] #case you changed the default user, user yours
@@ -149,14 +148,13 @@ You need to install gcc-aarch64-linux-gnu - "sudo apt-get install gcc-aarch64-li
0 commit comments