summaryrefslogtreecommitdiffstats
path: root/_ont/ont-technicolor-afm0002.md
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2023-01-21 23:11:24 +0100
committerGitHub <noreply@github.com>2023-01-21 23:11:24 +0100
commit65ea7b0361810491630c3a709b4a291c7d44e430 (patch)
tree2e5f8ad47af482454601142d2816632ed3a0a6cb /_ont/ont-technicolor-afm0002.md
parentFix ploam FS (#133) (diff)
downloadhack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar
hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.gz
hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.bz2
hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.lz
hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.xz
hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.zst
hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.zip
Diffstat (limited to '_ont/ont-technicolor-afm0002.md')
-rw-r--r--_ont/ont-technicolor-afm0002.md18
1 files changed, 2 insertions, 16 deletions
diff --git a/_ont/ont-technicolor-afm0002.md b/_ont/ont-technicolor-afm0002.md
index 41dde55..20612ab 100644
--- a/_ont/ont-technicolor-afm0002.md
+++ b/_ont/ont-technicolor-afm0002.md
@@ -82,21 +82,7 @@ This stick supports dual boot.
`k0` and `r0` respectively contain the kernel and firmware of the first image, `k1` and `r1` the kernel and firmware of the second one
-# List of firmwares and files
-## Useful files
-- `/var/config/lastgood.xml` - Contains the user portion of the configuration
-- `/var/config/lastgood-hs.xml` - Contains the "hardware" configuration (which _should not_ be changed)
-- `/tmp/omcilog` - OMCI messages logs (must be enabeled, see below)
-
-## Useful binaries
-- `/etc/scripts/flash` - Used to manipulate the config files in a somewhat safe manner
-- `xmlconfig` - Used for low-level manipulation of the XML config files. Called by `flash`
-- `nv` - Used to manipulate nvram storage, including persistent config entries via `nv setenv`/`nv getenv`
-- `omcicli` - Used to interact with the running OMCI daemon
-- `omci_app` - The OMCI daemon
-- `diag` - Used to run low-level diagnostics commands on the stick
-
-{% include_relative luna-sdk-userful-commands.md flash='/etc/scripts/flash' ploam='ascii' %}
+{% include_relative ont-luna-sdk-useful-commands.md flash='/etc/scripts/flash' ploam='ascii' lastgoodHs=true %}
## Enabling the Web UI
```sh
@@ -109,7 +95,7 @@ From the stick to the PC:
```sh
# ssh admin@192.168.2.1 "cat /tmp/omcilog" > omcilog.log
```
-From the PC to the stick
+From the PC to the stick:
```sh
# cat lastgood.xml | ssh admin@192.168.2.1 "cat > /var/config/lastgood.xml"
```