From 65ea7b0361810491630c3a709b4a291c7d44e430 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Sat, 21 Jan 2023 23:11:24 +0100 Subject: Update realtek luna SDK command page and migrate LEOX ONT to luna SDK command page, add command for CarlitoxxPro (#134) * migrate some command to luna sdk and add new command to afm0003 * fix * update * final fix on rtk * fix * fix * fix * restore nokia for move to other pr * last fix on tc Co-authored-by: Simone Bortolin --- _ont/ont-technicolor-afm0002.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to '_ont/ont-technicolor-afm0002.md') 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" ``` -- cgit v1.2.3