Re: [U-Boot] generating a script file in FIT_SIGNATURE context

2017-04-12 Thread Nicolas LE BAYON
From: Nicolas LE BAYON Sent: mardi 11 avril 2017 14:50 To: u-boot@lists.denx.de Subject: [U-Boot] generating a script file in FIT_SIGNATURE context Hi all, In my setup, I have activated FIT (without signature in a first step), and I boot using standard script way (boot.scr), which I generate

[U-Boot] generating a script file in FIT_SIGNATURE context

2017-04-11 Thread Nicolas LE BAYON
Hi all, In my setup, I have activated FIT (without signature in a first step), and I boot using standard script way (boot.scr), which I generate with the following command : mkimage -A arm -T script -C none -n "My boot script" -d boot.txt boot.scr It works fine, and I can "load" and "bootm" the