Browse Source

prep installation

Bob Mottram 10 years ago
parent
commit
a5ed9a9604
2 changed files with 7 additions and 0 deletions
  1. 7
    0
      README.md
  2. BIN
      man/freedombone-prep.1.gz

+ 7
- 0
README.md View File

31
 
31
 
32
 You will also need to know, or find out, the IP address of your internet router and have a suitable static IP address for the Beaglebone on your local network. The router should allow you to forward ports to the Beaglebone (often this is under firewall or "advanced" settings).
32
 You will also need to know, or find out, the IP address of your internet router and have a suitable static IP address for the Beaglebone on your local network. The router should allow you to forward ports to the Beaglebone (often this is under firewall or "advanced" settings).
33
 
33
 
34
+You can either install from a debian package or manually as follows:
35
+
36
+    sudo apt-get install git
37
+    git clone https://github.com/bashrc/freedombone
38
+    cd freedombone
39
+    sudo make install
40
+
34
 Plug the microSD card into your laptop/desktop and then run the *freedombone-prep* command. For example:
41
 Plug the microSD card into your laptop/desktop and then run the *freedombone-prep* command. For example:
35
 
42
 
36
     freedombone-prep -d /dev/sdX --ip <static LAN IP> --iprouter <router LAN IP>
43
     freedombone-prep -d /dev/sdX --ip <static LAN IP> --iprouter <router LAN IP>

BIN
man/freedombone-prep.1.gz View File