[Sound-open-firmware] [PATCH] Fix wrong rimage command in firmware generating.

yanwang yan.wang at linux.intel.com
Thu Feb 22 09:57:25 CET 2018


On Thu, 2018-02-22 at 07:34 +0000, Pan, Xiuli wrote:
> Please update your rimage and remove the old rimages.
> rimage -h
> rimage:  -m machine -o outfile -k [key] ELF files
>          -v enable verbose output

Sorry for this.
I missed previous Liam's mail.
Now it works.
Please ignore my patch.
Thanks.

Yan Wang

> 
> Thanks
> Xiuli
> > 
> > -----Original Message-----
> > From: sound-open-firmware-bounces at alsa-project.org [mailto:sound-
> > open-
> > firmware-bounces at alsa-project.org] On Behalf Of yan.wang at linux.inte
> > l.com
> > Sent: Thursday, February 22, 2018 15:12
> > To: sound-open-firmware at alsa-project.org
> > Cc: Yan Wang <yan.wang at linux.intel.com>
> > Subject: [Sound-open-firmware] [PATCH] Fix wrong rimage command in
> > firmware
> > generating.
> > 
> > From: Yan Wang <yan.wang at linux.intel.com>
> > 
> > Need add "-l" for boot loader and "-i" for input file.
> > 
> > Signed-off-by: Yan Wang <yan.wang at linux.intel.com>
> > ---
> > src/arch/xtensa/Makefile.am | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/src/arch/xtensa/Makefile.am
> > b/src/arch/xtensa/Makefile.am
> > index b94d14e..b660bb1 100644
> > --- a/src/arch/xtensa/Makefile.am
> > +++ b/src/arch/xtensa/Makefile.am
> > @@ -151,7 +151,7 @@ bin-local: $(BIN_FLAGS)
> > 	$(MODULE_INSERT)
> > 	$(OBJDUMP) -S reef-$(FW_NAME) > reef-$(FW_NAME).lst
> > 	$(OBJDUMP) -D reef-$(FW_NAME) > reef-$(FW_NAME).dis
> > -	rimage -o reef-$(FW_NAME).ri -m $(FW_NAME)
> > $(RIMAGE_BOOT_FLAGS)
> > $(RIMAGE_FLAGS)
> > +	rimage -o reef-$(FW_NAME).ri -m $(FW_NAME) -l
> > $(RIMAGE_BOOT_FLAGS) -i $(RIMAGE_FLAGS)
> > 
> > vminstall-local:
> > 	scp -P 5555 reef-*.ri root at localhost:/lib/firmware/intel/
> > --
> > 2.14.3
> > 
> > _______________________________________________
> > Sound-open-firmware mailing list
> > Sound-open-firmware at alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/sound-open-firmwar
> > e
> _______________________________________________
> Sound-open-firmware mailing list
> Sound-open-firmware at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/sound-open-firmware


More information about the Sound-open-firmware mailing list