Skip to content

Commit ef68dea

Browse files
authored
Update GUIDE.md
1 parent ee55428 commit ef68dea

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

GUIDE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Welcome to the astroarch wiki!
22

33
# Download
4-
Please use this link to download astroarch gzipped img file => https://drive.google.com/file/d/1eIpsQyOQkVFmrjqBkHscJvhBpHzVH_rK/
4+
Please use this link to download astroarch gzipped img file => https://drive.google.com/file/d/1zENnDzZt8sNN_NX7eguw7Oz1pMvZAbQR/
55

66
# Burn the img to an SD
7-
If you prefer a GUI, use [balenaHetcher](https://www.balena.io/etcher/)
7+
If you prefer a GUI, use [balenaHetcher](https://www.balena.io/etcher/) otherwise you can use the unix `dd` to flash it, and if you are using `dd` I think
8+
there is nothing I shall explain to you :)
89

910
# First boot
10-
After you burned the .img file to your SD, IT IS VERY IMPORTANT YOU EXPAND THE ROOT PARTITION to cover your entire SD size, you can use tools like `gparted`, after expansion, insert the SD card into the pi and boot the system, you'll be logged in as user `astronaut`, the password (for sudoing and similar things) is `astro`
11+
After you burned the .img file to your SD, you _should_ be able to reach astroarch via VNC, however if you don't see the desktop or you can't connect to it
12+
this likely means that the SD partition has not been expanded on the first boot, to solve this issue just **reboot your raspberry pi by unplugging it from the power**
1113

14+
# Connecting via browser (noVNC)
1215
By default `AstroArch` will start a hostpot called `AstroArch`, to connect to that WiFi network use the password `astronomy`
1316

1417
noVNC is installed and it will start by default, if your pi is wired to your network you can connect to it with the follwing methods:
15-
- `http://astroarch.local:8080/vnc.html`
18+
- **http://astroarch.local:8080/vnc.html**
1619
- if the previous method doesn't work, find your raspberry pi IP, connect to it through your browser typing `http://RASPBERRY_IP:8080/vnc.html`
1720

1821
otherwise, if you want to connect to its hotspot, find the WiFi network `AstroArch` (the pass is `astronomy`) and type in your browser `http://10.42.0.1:8080/vnc.html`
@@ -39,4 +42,4 @@ the following software will be available, by category
3942
- noVNC
4043

4144
# Reporting issues
42-
Being this is an **very** early alpha stage, should you find any issue please report them here https://github.com/MattBlack85/astroarch/issues this will help me tracking them and ship a fix for them
45+
AstroArch is actually in a beta state, things seems to work and look pretty stable. However should you find any issue please report them here https://github.com/MattBlack85/astroarch/issues this will help me tracking them and ship a fix for them

0 commit comments

Comments
 (0)