Skip to content

Commit

Permalink
add basic info about pinebook pro image
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalus committed Feb 10, 2022
1 parent f1d58d7 commit a3e2585
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ xz -dc raspberry-pi-pld-linux-base-armv7hnl-20211102.img.xz | dd of=/dev/mmcblk1
```
xz -dc odroid-n2-pld-linux-base-aarch64-20211202.img.xz | dd of=/dev/mmcblk1 bs=4M
```

**Pinebook Pro**
* requires at least 1GB of storage
* write image to SD card ie:
```
xz -dc pinebook-pro-pld-linux-base-aarch64-20220210.img.xz | dd of=/dev/mmcblk1 bs=4M
```
* root password: *pld*

0 comments on commit a3e2585

Please sign in to comment.