Skip to content

Commit 16510c2

Browse files
committed
Fix typo and rearrange docs.
1 parent 1acc9b1 commit 16510c2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/firmware_build.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ The open source [LoRaSerial firmware](https://github.com/sparkfun/SparkFun_LoRaS
55
* [Windows](http://docs.sparkfun.com/SparkFun_LoRaSerial/firmware_build/#Windows)
66
* [Linux](http://docs.sparkfun.com/SparkFun_LoRaSerial/firmware_build/#Linux)
77

8-
# Virtual Machine
8+
## Ubuntu Build Environment
9+
10+
The following setup and build instructions were tested on Ubuntu 22.04.1. The build can run on a physical or virtual CPU. The following section describes how to setup a virtual machine. Further sections describe the build environment and how to perform the build.
11+
12+
13+
### Virtual Machine
914

1015
Execute the following commands in the [VirualBox](https://www.virtualbox.org/) application to create a virtual machine:
1116

@@ -58,10 +63,6 @@ An operating system is needed for the virtual machine to enable it to run applic
5863
b. ssh-copy-id -o IdentitiesOnly=yes -i ~/.ssh/SparkFun_LoRaSerial_22.04.1 <username>@<IP address>
5964
c. ssh -Y <username>@<IP address>
6065

61-
## Ubuntu Build Environment
62-
63-
The following setup and build instructions were tested on Ubuntu 22.04.1. The build can run on a physical or virtual CPU. The following section describes how to setup the a virtual machine. Further sections describe the build environment and how to perform the build.
64-
6566
Execute the following commands to create the build environment for the SparkFun LoRaSerial Firmware:
6667

6768
1. sudo adduser $USER dialout

0 commit comments

Comments
 (0)