Skip to content

Commit

Permalink
add info about bootable images
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalus committed Nov 2, 2021
1 parent 52820cb commit e7a64dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ Tested as primary OS on following devices:
* *Raspberry Pi Zero W*

Docker images available at [Docker Hub](https://hub.docker.com/u/jpalus).

Bootable images:

**Raspberry Pi**
* `raspberry-pi-pld-linux-base-armv6hl` bootable on Raspberry Pi Zero W and Raspberry Pi 2, `raspberry-pi-pld-linux-base-armv7hnl` bootable on Raspberry Pi 2
* requires at least 2GB of storage
* write image to SD card ie:
```
xz -dc raspberry-pi-pld-linux-base-armv7hnl-20211102.img.xz | dd of=/dev/mmcblk1 bs=4M
```
* root password: *pld*

0 comments on commit e7a64dc

Please sign in to comment.