You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read through the [documentation](docs/index.md)
3
+
**NOTE:** These instructions are for **software developers only.** If you just want to run FarmBot OS on a FarmBot kit you have purchased, please [see these instructions instead](https://software.farm.bot/v14/FarmBot-OS/farmbot-os.html).
4
+
5
+
1. Install the [ASDF Package Manager](https://asdf-vm.com/)
6
+
2. Install Elixir and Erlang via ASDF. The correct version can be found in the [.tool-versions file](https://github.com/FarmBot/farmbot_os/blob/staging/.tool-versions).
Copy file name to clipboardExpand all lines: README.md
+4-32Lines changed: 4 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,37 +15,9 @@ Old versions of FarmBot OS can be found [here](https://github.com/FarmBot/farmbo
15
15
16
16
---
17
17
18
-
## Installation
19
-
Installation should be fairly straight forward, you will need a computer for this step.
20
-
(everything after this can be set up on a mobile device.)
18
+
## Installing FBOS on a Device
21
19
22
-
### Windows users
23
-
24
-
1. download and install [Etcher](https://www.balena.io/etcher/).
25
-
0. download the [latest release](#floppy_disk-latest-os-image-downloads).
26
-
0. insert an SD Card into your PC.
27
-
0. open Etcher, and select the `.img` file you just downloaded.
28
-
0. select your SD Card.
29
-
0. Burn.
30
-
31
-
### Linux/OSX
32
-
33
-
1. download the [latest release file, available for download here](#floppy_disk-latest-os-image-downloads).
34
-
0.```dd if=</path/to/file> of=/dev/<sddevice> bs=4``` or use [Etcher](https://etcher.io/).
35
-
36
-
---
37
-
38
-
## Running
39
-
_Refer to the [software documentation Configurator page](https://software.farm.bot/docs/configurator) for more detailed instructions._
40
-
41
-
1. Plug your SD Card into your Raspberry Pi
42
-
0. Plug your Arduino into your Raspberry Pi
43
-
0. Plug your power into your Raspberry Pi
44
-
0. From a WiFi enabled device*, search for the SSID `farmbot-XXXX`
45
-
0. Connect to that and open a web browser to [http://192.168.24.1/](http://192.168.24.1)
46
-
0. Follow the on screen instructions to configure your FarmBot. Once you save your configuration FarmBot will connect to your home WiFi network and to the FarmBot web application.
47
-
48
-
\* If you are using a smartphone you may need to disable cellular data to allow your phone's browser to connect to the configurator.
20
+
[END USERS: See the official documentation](https://software.farm.bot/v14/FarmBot-OS/farmbot-os.html)
49
21
50
22
## Problems?
51
23
@@ -58,5 +30,5 @@ We take security seriously and value the input of independent researchers. Pleas
0 commit comments