Skip to content

Commit 5253a2b

Browse files
committed
Common Pocketbeagle 2: Fix and updates
fix errors and update some itens
1 parent fc78b40 commit 5253a2b

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

common/source/docs/common-pocketbeagle-2.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Specifications
3131
- Single-core Arm® Cortex®-M4F MCU at up to 400MHz
3232
- Dual-core Programmable Real-Time Unit Subystem (PRUSS) running up to 333 MHz
3333
- 512MB LPDDR4 3200MHz
34-
- 4GB 8-bit eMMC flash
3534

3635
- **OS**
3736

@@ -91,7 +90,7 @@ Preparing SD Card with linux for PB2
9190

9291

9392
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>`__
9594

9695
Flash image onto SD card.
9796

@@ -106,13 +105,13 @@ Using the Beaglebone Imaging Utility you will see a button **Edit** where you ca
106105
Booting and first access
107106
------------------------
108107

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.
110109

111110
Connect via SSH (``ssh <your username>@192.168.7.2``) and insert your password.
112111

113112
Configuring the Device Tree Overlay
114113
-----------------------------------
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.
116115
**Instructions** ::
117116

118117
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
149148
git clone --recurse-submodules https://github.com/ardupilot/ardupilot.git
150149
cd ardupilot
151150
#**for Copter**
152-
git checkout ArduPilot-4.6
151+
git checkout master
153152
#**for Plane**
154-
git checkout ArduPilot-4.6
153+
git checkout master
155154
#**for Rover**
156-
git checkout ArduPilot-4.6
155+
git checkout master
157156
#**for Sub**
158-
git checkout ArduPilot-4.6
159-
git submodule update --init --recursive
157+
git checkout master
160158
./waf configure --board=pocket2
161159

162160
#**To compile all vehicles**
@@ -287,5 +285,4 @@ Useful Links
287285
- `PocketBeagle 2 Ardupilot DIY Cape <https://github.com/juvinski/pbboard>`__
288286
- `Beaglebone Ardupilot setup - detailed <https://github.com/imfatant/test>`__
289287

290-
[copywiki destination="plane,copter,rover,blimp,sub"]
291-
288+
[copywiki destination="plane,copter,rover,blimp,sub"]

0 commit comments

Comments
 (0)