Re: [U-Boot] Hi Simon, There may exist a problem about FIT image signature verify , can you check this problem?

2014-10-21 Thread Simon Glass
Hi Jason, On 20 October 2014 20:52, Duxiaoqiang duxiaoqi...@huawei.com wrote: Hi Simon All These days I tested verified U-Boot on ARM Foundation. And I found a problem when I tested like this: 1) Generate a FIT image and signature blob file like: mkimage –D “-I dts –O dtb –p 2000”

[U-Boot] Hi Simon, There may exist a problem about FIT image signature verify , can you check this problem?

2014-10-20 Thread Duxiaoqiang
Hi Simon All These days I tested verified U-Boot on ARM Foundation. And I found a problem when I tested like this: 1) Generate a FIT image and signature blob file like: mkimage -D -I dts -O dtb -p 2000 -F kernel.its -k keys -K fvp.dtb -r signed_image.fit 2) Compile the Uboot like