Skip to content

Commit

Permalink
Update Norns_disk_image_install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okyeron committed Mar 3, 2020
1 parent 8dd745d commit 46b4b6c
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions install/norns/Norns_disk_image_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,36 @@ The default password is `sleep`

Thus to connect you will use `ssh [email protected]` (or the IP address of the device) and enter `sleep`

## Set your timezone, wifi-country and expand filesystem
## Expand filesystem

*** this is super important ***

Open a terminal, SSH to the Pi and do

sudo raspi-config

Then go to `Advanced Options` and select the first option to `Expand Filesystem`.

Then do `Finish` and reboot.

If this errors and says the filesystem can't be resized, try the following from the command line:


sudo raspi-config --expand-rootfs
sudo resize2fs /dev/mmcblk0p2

Then reboot.

NOTE - Ignore the warning to reboot after the `--expand-rootfs` command. The resize2fs will take a minute or two to run. Wait for it.

## Set your timezone, wifi-country

Open a terminal, SSH to the Pi and do

sudo raspi-config

first go to `Localization Options` menu item and select `Change Timezone`
then repeat with `Change WiFi Country`

*** this next bit is super important ***

Then go to `Advanced Options` and select the first option to `Expand Filesystem`

`Finish` and reboot (if not prompted).

Expand Down

0 comments on commit 46b4b6c

Please sign in to comment.