Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
update to debian bullseye 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inindev authored Oct 18, 2021
1 parent 4b603b5 commit b5b162f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
linux for the nanopi r4s

---
### debian buster setup
### debian bullseye setup
<br/>

**1. download image:**
```
wget https://media.githubusercontent.com/media/inindev/nanopi-r4s/release/debian/buster.img.xz
wget https://github.com/inindev/nanopi-r4s/raw/release/debian/bullseye.img.xz
```

<br/>
Expand All @@ -30,7 +30,7 @@ brw-rw---- 1 root disk 8, 0 Feb 14 2019 /dev/sda

**3. in the case above, substitute 'a' for 'X' in the command below (for /dev/sda):**
```
sudo sh -c 'xzcat buster.img.xz > /dev/sdX && sync'
sudo sh -c 'xzcat bullseye.img.xz > /dev/sdX && sync'
```

#### when the micro sd has finished imaging, use it to boot the nanopi r4s and finish setup
Expand Down

0 comments on commit b5b162f

Please sign in to comment.