2,852
社区成员




以下是在高通8775P搭建SAIL域R52核开发环境的步骤:
硬件连接
工具链安装
arm-none-eabi-gcc
)。 获取BSP
编译配置
-mcpu=cortex-r52 -mthumb
)。 编写代码
生成安全镜像
qcsupervisor --create-sail-image --input app.elf --output image.bin --sign-key key.pem
调试与下载
JLinkExe -device Cortex-R52 -load image.bin
arm-none-eabi-gdb app.elf -ex "target remote localhost:2331"
验证日志
screen /dev/ttyUSB0 115200
)查看运行日志。