Skip to content

Commit dd936d8

Browse files
committed
This is not a blocker, but it used to be possible to flash BMC chip from Heads. PAtch is missing to flashprog Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent dc74b3b commit dd936d8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

boards/UNMAINTAINED_kgpe-d16_server/UNMAINTAINED_kgpe-d16_server.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ CONFIG_LINUX_CONFIG=config/linux-kgpe-d16_server.config
2424

2525
CONFIG_CRYPTSETUP=y
2626
CONFIG_FLASHPROG=y
27+
#flashprog to support internal flashing of BMC
28+
CONFIG_FLASHPROG_AST1100=y
2729
CONFIG_FLASHTOOLS=y
2830
CONFIG_GPG2=y
2931
CONFIG_KEXEC=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
cp "$ROM" /tmp/kgpe-d16-openbmc.rom
1212
sha256sum /tmp/kgpe-d16-openbmc.rom
1313

14-
flashrom --programmer="ast1100:spibus=2,cpu=reset" -c "S25FL128P......0" -w /tmp/kgpe-d16-openbmc.rom \
14+
flashprog --programmer="ast1100:spibus=2,cpu=reset" -c "S25FL128P......0" -w /tmp/kgpe-d16-openbmc.rom \
1515
|| die "$ROM: Flash failed"
1616

1717
warn "Reboot and hopefully it works"

0 commit comments

Comments
 (0)