Skip to content

Commit 642bf47

Browse files
author
Mattijs Korpershoek
committed
feat(android): beagleplay: Document to use snagboot 1.3.0
The other boards explicitely tell to install snagboot 1.3.0. They also mention the udev rules to make sure they are installed. Do the same for the BeaglePlay board. Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 7a939da commit 642bf47

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

source/devices/AM62X/android/Application_Notes_BeaglePlay.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ Initial Flashing procedure
1313

1414
Flashing Android the first time requires booting from DFU.
1515

16-
First, make sure to install ``snagboot`` following
17-
the `official instructions <https://github.com/bootlin/snagboot>`_
16+
First, install snagboot 1.3.0 following the `official instructions <https://github.com/bootlin/snagboot>`_
17+
Make sure to install the udev rules as documented:
18+
19+
.. code-block:: console
20+
21+
$ snagrecover --udev > 50-snagboot.rules
22+
$ sudo cp 50-snagboot.rules /etc/udev/rules.d/
23+
$ sudo udevadm control --reload-rules
24+
$ sudo udevadm trigger
1825
1926
Then, the following steps are required:
2027

0 commit comments

Comments
 (0)