Skip to content
Snippets Groups Projects
Commit 0ccd7c08 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Access SDPTR on L2TS.

parent cf2dd8ee
No related branches found
No related tags found
1 merge request!383Resolve L2SDP-1011
Pipeline #73264 passed
......@@ -287,6 +287,26 @@ Last SDPFW version used in 2022:
*******************************************************************************
* Flash and reboot on L2TS using tunnel to SDPTR
*******************************************************************************
22 feb 2024
# Vanaf machine in ASTRON netwerk
cd git/sdptr
. ./init_sdptr.sh
# even kijken of de sdp translator te bereiken is:
sdp_rw.py --host cs001c.control.lofar --port 4840 -r firmware_version
# als dat lukte:
sdp_firmware.py --host cs001c.control.lofar --port 4840 --write --image USER --file ~/images/*.rbf # juiste rbf opgeven
# eventueel, om te controleren
sdp_firmware.py --host cs001c.control.lofar --port 4840 --read --verify --image USER --file ~/images/*.rbf # juiste rbf opgeven
# om image aktief te maken
sdp_rw.py --host cs001c.control.lofar --port 4840 -w boot_image [1]*16
# checken of het gebeurt is:
sdp_rw.py --host cs001c.control.lofar --port 4840 -r firmware_version
4 sept 2023
How to reach the SDP Translators on LCU2 in CS001? I got this from Reinier and Pieter to tunnel to the SDPTR, so that I can run the flash commands:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment