|
@@ -118,6 +118,11 @@ Where **sdX** is the microSD drive. You can check which drive is the microSD dri
|
118
|
118
|
|
119
|
119
|
With the drive removed and inserted. Copying to the microSD will take a while, so go and do something less boring instead. When it's complete remove it from your system and insert it into the SBC. Connect an ethernet cable between the SBC and your internet router, then connect the power cable. On the Beaglebone Black you will see some flashing LEDs, but on other SBCs there may not be any visual indication that anything is booting.
|
120
|
120
|
|
|
121
|
+On Arch/Parabola set up avahi so that you can access the system on its local address.
|
|
122
|
+
|
|
123
|
+ sudo sed -i 's|hosts:.*|hosts: files mdns_minimal [NOTFOUND=return] dns myhostname|g' /etc/nsswitch.conf
|
|
124
|
+ sudo pacman -S avahi nss-mdns
|
|
125
|
+
|
121
|
126
|
With the board connected and running you can ssh into the system with:
|
122
|
127
|
|
123
|
128
|
ssh fbone@freedombone.local -p 2222
|