summaryrefslogtreecommitdiff
path: root/RIKOR/README
diff options
context:
space:
mode:
Diffstat (limited to 'RIKOR/README')
-rw-r--r--RIKOR/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/RIKOR/README b/RIKOR/README
new file mode 100644
index 0000000..35a1d16
--- /dev/null
+++ b/RIKOR/README
@@ -0,0 +1,27 @@
+
+Приготовление скрипта для перехода от Rikor на SilaBMC:
+
+1) run gen-self-image
+
+ $ ./gen-self-image <sila-BMC-image>
+
+ where <sila-BMC-image> is a full sila BMC image tarball.
+
+2) copy flash-sila-bmc to thr Rikor's rootfs:
+
+ $ scp -oHostKeyAlgorithms=+ssh-rsa flash-sila-bmc root@<BMC IP Address>:/home/root
+
+ Где, <BMC IP Address> - IP адрес BMC Рикор.
+
+3) login to Rikor BMC:
+
+ $ ssh -oHostKeyAlgorithms=+ssh-rsa root@<BMC IP Address>
+ # cd /home/root
+
+ Где, <BMC IP Address> - IP адрес BMC Рикор.
+
+4) Run the flash-sila-bmc script:
+
+ # ./flash-sila-bmc
+
+Enjoy.