Skip to content

Commit

Permalink
add basic info about odroid n2 image
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalus committed Dec 2, 2021
1 parent 323757e commit 0494a5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ Bootable images:
xz -dc raspberry-pi-pld-linux-base-armv7hnl-20211102.img.xz | dd of=/dev/mmcblk1 bs=4M
```
* root password: *pld*

**Odroid N2/N2+**
* requires at least 1GB of storage
* write image to SD card ie:
```
xz -dc odroid-n2-pld-linux-base-aarch64-20211202.img.xz | dd of=/dev/mmcblk1 bs=4M
```
* root password: *pld*

0 comments on commit 0494a5e

Please sign in to comment.