Skip to content

Commit 751a7dd

Browse files
authored
Update README.md
1 parent 1aacbec commit 751a7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ This guide is based on my own experience combined with snippets from various sou
2828
## 2.) Configure OS in Windows (2mins)
2929
- a.) Once the OS image is burned, the SD card should automically be mounted in Windows Explorer as a partition named "bootfs"
3030
- b.) Create an empty file in the bootfs root directory named "ssh"
31-
- c.) Create a text file named "userconf" in the bootfs root directory containing the following:
31+
- c.) We need to create a pi:raspberry user to enable remote access, so create a text file named "userconf" in the bootfs root directory containing the following:
3232
```
3333
pi:$6$c70VpvPsVNCG0YR5$l5vWWLsLko9Kj65gcQ8qvMkuOoRkEagI90qi3F/Y7rm8eNYZHW8CY6BOIKwMH7a3YYzZYL90zf304cAHLFaZE0
3434
```
35-
35+
(that's the hash of the "raspberry" password)
3636
<img src="https://github.com/playfultechnology/RasPBX/blob/main/images/bootfs.jpg" alt="BootFS" />
3737

3838
## 3.) Copy Installation script to Raspberry Pi (2mins)

0 commit comments

Comments
 (0)