Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Feb 15, 2023
1 parent 0d30953 commit 99de12e
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 @@ -39,9 +39,9 @@ sudo ./build.sh focal
There are two predefined users on the system: `ubuntu` and `root`. The password for each is `root`.

```
Ubuntu 20.04.5 TLS orange-pi tty1
Ubuntu 22.04.1 TLS orange-pi5 tty1
orange-pi login: root
orange-pi5 login: root
Password: root
```

Expand All @@ -50,7 +50,7 @@ Password: root
To flash the Ubuntu preinstalled image to removable media:

```
xz -dc images/ubuntu-20.04-preinstalled-desktop-arm64-orange-pi5.img.xz | sudo dd of=/dev/sdX bs=4k
xz -dc images/ubuntu-22.04-preinstalled-desktop-arm64-orange-pi5.img.xz | sudo dd of=/dev/sdX bs=4k
```

> This assumes that the removable media is added as /dev/sdX and all it’s partitions are unmounted.
Expand Down

0 comments on commit 99de12e

Please sign in to comment.