On Wed, 17 Jun 2020 at 16:42, Cédric Le Goater <c...@kaod.org> wrote: > > On 6/12/20 12:30 AM, Havard Skinnemoen wrote: > > This allows these NPCM7xx-based boards to boot from a flash image, e.g. > > one built with OpenBMC. For example like this: > > > > IMAGE=${OPENBMC}/build/tmp/deploy/images/gsj/image-bmc > > could you put the image on some site when ready ?
They are built as part of OpenBMC CI: https://openpower.xyz/job/openbmc-build/distro=ubuntu,label=builder,target=gsj/lastSuccessfulBuild/artifact/deploy/images/gsj/ Cheers, Joel > > > qemu-system-arm -machine quanta-gsj -nographic \ > > -bios ~/qemu/bootrom/npcm7xx_bootrom.bin \ > > -drive file=${IMAGE},if=mtd,bus=0,unit=0,format=raw,snapshot=on > > > > Change-Id: I158a4d9952c0e90f2b1b7280443a7305b6ae57cf > > Reviewed-by: Tyrone Ting <kft...@nuvoton.com> > > Signed-off-by: Havard Skinnemoen <hskinnem...@google.com> > > Reviewed-by: Cédric Le Goater <c...@kaod.org>