Re: [U-Boot] mkimage unable to assign sign value to fitimage

2019-07-24 Thread deepak kumar Pradhan
Hi, I saw another thread with same issue but unfortunately commented any solution on that too. [U-Boot] Unable to boot the new FIT image https://lists.denx.de/pipermail/u-boot/2014-May/180688.html Basically there are 2 issues that I am facing . 1. Compile u-boot 2018.3 with FIT_SIGNATURE and CONFIG

[U-Boot] mkimage unable to assign sign value to fitimage

2019-07-23 Thread deepak kumar Pradhan
HI , I am using marvell armada 388 clearfog pro device. I am using fitimage to upgrade my device. To make the device bootup secure I want to sign the fitimage and verify the same in u-boot. 1. However I am observing that the mkimage is unable to assign sign value to my fit image. 2. One more issue