I am trying to do secure boot on the GenesysZU3G. The following is a comment in fsbl_%.bbappend for the OOB image:
# Exclude Secure feature from FSBL until -O2 compilation bug is fixed
YAML_COMPILER_FLAGS_append = " -DFSBL_SECURE_EXCLUDE"
YAML_COMPILER_FLAGS_append = " -DUHS_MODE_ENABLE"
YAML_COMPILER_FLAGS_append = " -DXPS_BOARD_GZU_3EG"
Was this issue ever resolved? I tried removing the FSBL_SECURE_EXCLUDE, but I get build errors.
If I build the fsbl locally using Vitis 2020.1 with FSBL_SECURE enabled, everything boots fine but the kernel hangs.
Although it looks like a device tree issue, I don't think it is because if I replace the FSBL I built with Vitis 2020.1 with the one that builds with the OOB, it boots to the command prompt and doesn't hang. The so issue is definitely being caused by the FSBL.
Question
Jason3_14
Hi,
I am trying to do secure boot on the GenesysZU3G. The following is a comment in fsbl_%.bbappend for the OOB image:
# Exclude Secure feature from FSBL until -O2 compilation bug is fixed
YAML_COMPILER_FLAGS_append = " -DFSBL_SECURE_EXCLUDE"
YAML_COMPILER_FLAGS_append = " -DUHS_MODE_ENABLE"
YAML_COMPILER_FLAGS_append = " -DXPS_BOARD_GZU_3EG"
Was this issue ever resolved? I tried removing the FSBL_SECURE_EXCLUDE, but I get build errors.
If I build the fsbl locally using Vitis 2020.1 with FSBL_SECURE enabled, everything boots fine but the kernel hangs.
Although it looks like a device tree issue, I don't think it is because if I replace the FSBL I built with Vitis 2020.1 with the one that builds with the OOB, it boots to the command prompt and doesn't hang. The so issue is definitely being caused by the FSBL.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now