Author Topic: New firmware V2.00 BMC procedure  (Read 9669 times)

MPC7500

  • Hero Member
  • *****
  • Posts: 572
  • Karma: +40/-1
    • View Profile
    • Twitter
Re: New firmware V2.00 BMC procedure
« Reply #30 on: March 18, 2020, 09:02:10 am »
If I were you, I wouldn't do it. Learn the basics first.

Best case scenario, nothing happens because you don't get it right.
Worst case, you're gonna brick the BMC.

xilinder

  • Jr. Member
  • **
  • Posts: 82
  • Karma: +9/-0
    • View Profile
Re: New firmware V2.00 BMC procedure
« Reply #31 on: March 18, 2020, 11:46:40 am »
The exact syntax of the command I have to execute is this:

cp image-bmc root @ <BMC blackbird IP address I find on the card>: / run / initramfs / ?


It is secure copy = scp. Not cp.
Talos II 2x8, 32GB RAM, onboard Microsemi RAID,  AMD WX7100, J.Micron SATA/PATA PCIe adapter. Debian with Mate.

MauryG5

  • Hero Member
  • *****
  • Posts: 728
  • Karma: +22/-1
    • View Profile
Re: New firmware V2.00 BMC procedure
« Reply #32 on: March 18, 2020, 02:02:43 pm »
In fact I'm not doing it now MPC, I'm following the advice TIM gave me so I won't be doing it anytime soon. I'm just trying to get as much information as I can to run it when I can... Okay Xlinder then that should be the correct syntax:


scp image-bmc root @ <BMC blackbird IP address I find on the card>: / run / initramfs /

2 more questions but I need to ask, the first one is if the brackets <> are part of the command or are they put here just to indicate that you have to put the code on the motherboard? Second question where exactly do I find the code on the board?

Thank you all!


Translated with www.DeepL.com/Translator (free version)

xilinder

  • Jr. Member
  • **
  • Posts: 82
  • Karma: +9/-0
    • View Profile
Re: New firmware V2.00 BMC procedure
« Reply #33 on: March 18, 2020, 03:52:21 pm »
Just the correct address. For example 192.168.1.13:
Talos II 2x8, 32GB RAM, onboard Microsemi RAID,  AMD WX7100, J.Micron SATA/PATA PCIe adapter. Debian with Mate.

MauryG5

  • Hero Member
  • *****
  • Posts: 728
  • Karma: +22/-1
    • View Profile
Re: New firmware V2.00 BMC procedure
« Reply #34 on: March 18, 2020, 05:36:04 pm »
I begin to understand Xlinder then. Using your example BMC number, it should look like this:
scp image-bmc root@192.168.1.13:/run/initramfs/

after the last number there are 2 points and I left them. The command should therefore be this in the room ...
I just have to find the place where the BMC number is written on the card ... Thanks Xlinder