<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Deng Tyler <<a href="mailto:tyler.sabdon@gmail.com">tyler.sabdon@gmail.com</a>> 於 2019年5月29日 週三 下午6:07寫道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all:<div>    I encounter bmc firmware update fail issue and message is "Verify error: update: --no-flash --ignore-mount --no-save-files --no-restore-files --no-clean-saved-files\nERROR: Unable to find mtd partition for image-bmc.\n".</div><div><br></div><div>I check my flash partition and found that I lost "bmc" partition as below:</div><div>cat /proc/mtd<br>dev:    size   erasesize  name<br>mtd0: 00060000 00001000 "u-boot"<br>mtd1: 00020000 00001000 "u-boot-env"<br>mtd2: 00440000 00001000 "kernel"<br>mtd3: 01740000 00001000 "rofs"<br>mtd4: 00400000 00001000 "rwfs"<br></div></div></blockquote>ls -l /dev/mtd<br>lrwxrwxrwx    1 root     root             7 May 23 11:56 kernel -> ../mtd2<br>lrwxrwxrwx    1 root     root             7 May 23 11:56 rofs -> ../mtd3<br>lrwxrwxrwx    1 root     root             7 May 23 11:56 rwfs -> ../mtd4<br>lrwxrwxrwx    1 root     root             7 May 23 11:56 u-boot -> ../mtd0<br><div>lrwxrwxrwx    1 root     root             7 May 23 11:56 u-boot-env -> ../mtd1 </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>I tried to add bmc partition in dts </div><div>&bootspi {<br>        status = "okay";<br>        flash@0 {<br>                status = "okay";<br>                m25p,fast-read;<br>                label = "bmc";<br>                spi-max-frequency = <50000000>;<br>#include "openbmc-flash-layout.dtsi"<br>        };<br>};<br></div><div><br></div><div>but there still is no "bmc" partition. Could someone give any suggestion? thanks.</div><div><br></div><div>Tyler</div></div>
</blockquote></div></div>