summaryrefslogtreecommitdiff
path: root/RIKOR/README
blob: 35a1d1635eb7a968fe587698730c9434fbb0c0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.