Hi experts,
I am currently trying to integrate the secure kernel into a DSP/BIOS based application running on the C6748, but I am receiving linking errors (see attached file)
4762.dsp_bios_secure_kernel_linker_error.txt
I have read on the secure boot wiki that I need to include the following line in the TCF script:
bios.GBL.ENABLE_SK = true;
but that I also need some C wrapper APIs from my local distributor. I have already received some secure booting examples from TI on a previous occasion, but I they were all non-DSP/BIOS based. From the examples I have, the only files I could find that seem to be applicable are:
- sk_basic.h
- sk_load.h
- sk_cwrap.asm
Can someone please advise?
Thanks in advance!