Open Sriram-JI opened 1 year ago
Hi @Sriram-JI, could you please elaborate a little? Do you mean splitting into different boot images? If the question is regarding the split command available, it works as below: Slave boot mode splits as below.
Hi Ramya,
Thanks for your reply.
My Scenario would be like assume I am using normal mode to split.
So I will be having 3 partitions:
Partition 1 -> BH + IH + PH + FSBL
Partition 2 -> Linux Kernel
Partition 3 -> RootFS
using 3 respective .bif files.
Output:
partition1.bin
partition2.bin
partition3.bin
Can we able to load these .bin's as plain image? Also can we sign these bin's & authenticate using eFUSE keys?
Sriram
Hi, We have been using bootgen for a while, need to split the boot images as 3 partitions ( 1st partition -> FSBL - Uboot; 2nd partition -> Linux Kernel; 3rd partition -> RootFS).
Can we authenticate all partitions via eFUSE keys after being splited into three partitions??
Thanks, Sriram