Skip to content

Commit bdbe429

Browse files
committed
README.rst: Add PocketBeagle 2
Add PocketBeagle 2 and use core-image-base. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
1 parent a480296 commit bdbe429

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

meta-rauc-beaglebone/README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ a much different RAUC/bootloader/system configuration.
2828
Also note that this layer is for demo purpose only and does not care about
2929
migratability between different layer revision.
3030

31+
Currently layer meta-rauc-beaglebone supports:
32+
33+
- BeagleBone Black
34+
- PocketBeagle 2
35+
3136
I. Adding the meta-rauc-beaglebone layer to your build
3237
=======================================================
3338

@@ -63,18 +68,18 @@ It is also recommended, but not strictly necessary, to enable 'systemd'::
6368

6469
Build the minimal system image::
6570

66-
$ bitbake core-image-minimal
71+
$ bitbake core-image-base
6772

6873
III. Flash & Run The Demo System
6974
================================
7075

7176
You can either flash using bmaptool (recommended)::
7277

73-
$ bmaptool copy /path/to/core-image-minimal-beaglebone-yocto.wic.xz /dev/sdX
78+
$ bmaptool copy /path/to/core-image-base-beaglebone-yocto.wic.xz /dev/sdX
7479

7580
or bzcat::
7681

77-
$ bzcat /path/to/core-image-minimal-beaglebone-yocto.wic.xz | dd of=/dev/sdb
82+
$ bzcat /path/to/core-image-base-beaglebone-yocto.wic.xz | dd of=/dev/sdb
7883

7984
Then power-on the board and log in.
8085
To see that RAUC is configured correctly and can interact with the bootloader,

0 commit comments

Comments
 (0)