Re: Query: Error: Unable to find signature node in Verified boot

2019-12-17 Thread Dhananjay Phadke
Signature node must be in u-boot's FDT, written by mkimage -K 
...


On Tue, Dec 17, 2019 at 4:38 AM Priyanka Singh 
wrote:

> Hi,
>
> I was trying to test the Verified boot feature on NXP's LX2160ARDB board
> and I am facing the following issue during the same:
>
> 1. U-boot is unable to verify the signatures of the images and
> configurations. I added more logs to debug this issue and found that U-boot
> is unable to find the signature node and returns from common/image-sig.c
> line: 260.
> Log snippet:
> Verifying Hash Integrity ... sha1,rsa2048:dev- OK
>
> The signing of the images and configuration has been done using mkimage.
>
> Can someone please suggest how can I correct this.
>
> Thanks,
> Priyanka Singh
>


Query: Error: Unable to find signature node in Verified boot

2019-12-17 Thread Priyanka Singh
Hi,

I was trying to test the Verified boot feature on NXP's LX2160ARDB board and I 
am facing the following issue during the same: 

1. U-boot is unable to verify the signatures of the images and 
configurations. I added more logs to debug this issue and found that U-boot is 
unable to find the signature node and returns from common/image-sig.c line: 260.
Log snippet: 
Verifying Hash Integrity ... sha1,rsa2048:dev- OK

The signing of the images and configuration has been done using mkimage.

Can someone please suggest how can I correct this.

Thanks,
Priyanka Singh