> -----Original Message----- > From: Stephen Warren [mailto:swarren@xxxxxxxxxxxxx] > Sent: Monday, March 07, 2016 12:32 PM > To: Jimmy Zhang > Cc: Allen Martin; Stephen Warren; alban.bedel@xxxxxxxxxxxxxxxxx; linux- > tegra@xxxxxxxxxxxxxxx > Subject: Re: [tegrarcm PATCH v1 3/4] Add option --signed > > On 03/04/2016 04:44 PM, Jimmy Zhang wrote: > > This option allows user to specify and download signed rcm messages > > and bootloader to device. This option must come along with option "-- > miniloader". > > > > Example: > > $ sudo ./tegrarcm --miniloader t124_ml_rcm.bin --signed --bct test.bct > > --bootloader u-boo > > I won't review this patch in detail since I expect it will change quite a bit to > implement 3 modes of operation: > All three modes are in place. > a) Create signed files, don't interact with HW. This is patch 2/4. Command syntax: $ sudo ./tegrarcm --ml_rcm <ml> --pkc <keyfile> --bootloader <bootloader> User still needs to put device in recovery mode so that tegrarcm can detect and figure out what soc. Otherwise, we need to add one more parameter for soc. > b) Read signed files, send them to HW. This is patch 3/4. Command syntax: $ sudo ./tegrarcm --miniloader <signed_ml> --signed --bct <bct> --bootloader <bootloader> --loadaddr <addr> > c) Sign data on-the-fly, while sending it to HW. This is patch 1/4. Command syntax: $ sudo ./tegrarcm --pkc <keyfile> --bct <bct> --bootloader <bootloader> --loadaddr <addr> -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html