-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.sh: output BL2 when build BL2 + FIP #38
Conversation
What is the file BL2.bin? If I don't flash BL2.bin, can uboot start normally? |
This reverts commit 3669f03.
Only the stock BL2 and FIP which builted with secure boot need to be rebuilt and replaced together. Flashing only the FIP will result in bricking. As of now, we have only found the BL2 and FIP of the JDCloud RE-CP-03 ware builted with secure boot. Therefore, for the JDCloud RE-CP-03, both BL2 and FIP need to be flashed, while others which builted without secure boot only require flashing FIP. BTW, in case of hardware modifications, it is also necessary to recompile and flash BL2 and FIP. You can learn something about BL2 and secure boot in the file MT7986_Secure_Boot_Quick_Start_20220126_v1.2.pdf |
|
"NO_SEC_BOOT" is an abbreviation for NO Secure Boot, mean not to use secure boot. |
|
You should read the source code, the answer is in it. Whether a device has Secure Boot, check the TTL bootlog. |
OK, thank you for your enthusiastic answer |
No description provided.