|
|
@@ -5,9 +5,9 @@ DVB - TOOLS
|
|
|
============================
|
|
|
SetUp
|
|
|
1. ./setup
|
|
|
-2. ./getVersion <ip_address_of_Pi_target_device>
|
|
|
+2. ./getVersion ip_address_of_Pi_target_device
|
|
|
3. make
|
|
|
-4. ./deploy <ip_address_of_Pi_target_device>
|
|
|
+4. ./deploy ip_address_of_Pi_target_device
|
|
|
|
|
|
============================
|
|
|
Usage
|
|
|
@@ -20,14 +20,14 @@ in the following maner:
|
|
|
├── util
|
|
|
|
|
|
Use SSH in order to use the applications:
|
|
|
-ssh pi@<ip_address_of_Pi_target_device>
|
|
|
+ssh pi@ip_address_of_Pi_target_device
|
|
|
|
|
|
The default passowrd is:
|
|
|
raspberry
|
|
|
|
|
|
*Note*
|
|
|
The TVHeadend service can be accessed the following way:
|
|
|
-<ip_address_of_Pi_target_device>:9981
|
|
|
+ip_address_of_Pi_target_device>:998
|
|
|
user: pass:
|
|
|
admin admin
|
|
|
|