@@ -41,32 +41,39 @@ extension and if you're using `etcher`, get the `zip` file. Releases are named
4141by the boards they support:
4242
4343* ` bbb ` - BeagleBone Black, BeagleBone Green, PocketBeagle, etc.
44- * ` grisp2 ` - GRiSP2 (Experimental)
44+ * ` grisp2 ` - [ GRiSP2] ( https://www.grisp.org/ ) (Experimental)
4545* ` rpi0 ` - Raspberry Pi Zero or Zero W
4646* ` rpi ` - The original Raspberry Pi Model B
4747* ` rpi2 ` Raspberry Pi 2 Model B
4848* ` rpi3 ` - Raspberry Pi 3 Model B and Model B+
4949* ` rpi3a ` - Raspberry Pi 3 Model A+ and Raspberry Pi Zero 2 W
5050* ` rpi4 ` - Raspberry Pi 4 Model B
5151* ` osd32mp1 ` - Octavo OSD32MP1-BRK
52- * ` npi_imx6ull ` - Seeed Studio imx6ull (select MicroSD boot mode)
52+ * ` npi_imx6ull ` - Seeed Studio imx6ull (select the MicroSD boot mode switches )
5353
54- Once the download completes, you're ready to install the firmware on your device.
54+ Some of these are easier than others to use. If you have a choice, the Raspberry
55+ Pi Zero, Raspberry Pi 4 and BeagleBones are good ones to try first. These boards
56+ have a lot of functionality and connecting them to a network is a little easier
57+ than the others.
5558
5659## Burning the Firmware for devices that boot from MicroSD
5760
5861These instructions will work for the Raspberry Pi, Beaglebones and other devices
5962that either boot off MicroSD cards or can be configured to do so. If you're
6063using a GRiSP 2, see the GRiSP 2 installation section.
6164
62- Navigate to the directory where you downloaded the firmware. We'll go through
63- both ` fwup ` and ` etcher ` methods .
65+ Navigate to the directory where you downloaded the firmware. Either ` fwup ` or
66+ ` etcher ` can be used to burn the firmware .
6467
6568To be clear, this formats your SD card, and you will * lose all data on the SD
6669card* . Make sure you're OK with that.
6770
6871### ` fwup `
6972
73+ You'll need to install ` fwup ` if you don't have it. On Mac, run `brew install
74+ fwup`. For Linux and Windows, see the [ fwup installation
75+ instructions] ( https://github.com/fwup-home/fwup#installing ) .
76+
7077``` console
7178λ ~ /fwup circuits_quickstart_rpi0.fw
7279Use 15.84 GB memory card found at /dev/rdisk2? [y/N] y
@@ -86,7 +93,8 @@ the next section.
8693
8794### ` etcher `
8895
89- Start ` etcher ` , point it to the zip file, and follow the prompts:
96+ Start [ ` etcher ` ] ( https://www.balena.io/etcher/ ) , point it to the zip file, and
97+ follow the prompts:
9098
9199![ etcher screenshot] ( assets/etcher.png )
92100
0 commit comments