[Skiboot] Flashing Image using 'pflash' Tool

Oliver oohall at gmail.com
Tue Nov 13 23:14:54 AEDT 2018


On Tue, Nov 13, 2018 at 10:51 PM AKASH G J <akashgj91 at gmail.com> wrote:
>
> Hi Team,
>
> I tried to flash kernel image fitImage.bin to the flash memory address 0x20100000 using the following command.
>
> pflash -b -e -a 0x20100000 -f -p fitImage.bin

-a specifies the offset into the PNOR that you want to read or write
from, not a memory address.

>
> It is showing the following error.
>
> WARNING: Erase at 0x20100000 for 0x00271e20 isn't erase block aligned
> About to erase 0x20100000..0x20371e20 !
> Erasing...
> [                                                  ] 0%mtd_erase: IOCTL to kernt
> Failed to blocklevel_smart_erase(): 3
>
>
>
>
> Thanks and Regards,
>
> Akash
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot


More information about the Skiboot mailing list