The cookie settings on this website are set to 'allow all cookies' to give you the very best experience. Please click Accept Cookies to continue to use the site.

Blog

Edgecore Wedge100BF: How to check Wedge100BF hardware information under OpenBMC

Posted by admin on 2020 Mar 2nd

This document shows how to find and use some functions under openBMC to check the hardware information.1. weutil : show switch’s Serial No. / MACroot@bmc:~# weutil …Product Sub-Version: 3Product Serial Number: AXXXXXXXXXProduct Asset Tag: 000000001…Assembled At: JoytechLocal MAC: A8:2B:B5:0C:30:15…2. btools.py : show PSU info. / show Temperature etc.Get help info. : btools.py helpGet PSU info. EX: Get PSU power info. (Only insert PSU 1)root@bmc:~# btools.py --PSU 1 r ppfe1100 7-0059: MFR_ID is [
read more

Edgecore Wedge100BF: How to alternate boot BIOS ?

Posted by admin on 2020 Mar 2nd

Wedge100BF has two BIOS ROMs:One on the COMe module, called "main BIOS", and an "external" one on the Wedge mainboard, called "external BIOS". The external BIOS can be accessed via BMC SPI interface.(1) Use the external BIOS flash chip to boot COMe.root@bmc:~# source /usr/local/bin/openbmc-utils.sh<br>root@bmc:~# gpio_set BRG_COM_BIOS_DIS0_N 1<br>root@bmc:~# gpio_set BRG_COM_BIOS_DIS1_N 0Make sure the external BIOS connects to COMe instead of BMC.root@bmc:~# gpio_set COM6_BUF_EN 0&lt
read more

Edgecore Wedge100BF: How to use the external BIOS to burn/recover the main BIOS ?

2020 Mar 2nd

I. Switch to the external BIOS.Use the external BIOS flash chip to boot COMe.root@bmc:~# source /usr/local/bin/openbmc-utils.shroot@bmc:~# gpio_set BRG_COM_BIOS_DIS0_N 1root@bmc:~# gpio_set BRG_COM_BIOS_DIS1_N 0Make sure the external BIOS connects to COMe instead of BMC.root@bmc:~# gpio_set COM6_BUF_EN 0root@bmc:~# gpio_set COM_SPI_SEL 0Reset the COMe module.root@bmc:~# wedge_power.sh reset;sol.shPower reset microserver ... DoneYou are in SOL session.Use ctrl-x to quit.-----------------------[No
read more