Tool/software:
Hi,
to make ti image I saw the step
$(objcopy) --strip-all -O binary sciclient_ccs_init.debug.out sciclient_ccs_init.debug.bin
I know it strip out the debug symbol and shrink the binary.
1. But Can I skip this step? strip
If my fsbl binary is " sciclient_ccs_init.debug.out"< 1 MB, is this strip a must?
I prefer to leave debug symbol during the boot.
The purpose for me is to be able to boot sbl from RBL. will debug image boot?
Thanks.