Other Parts Discussed in Thread: UNIFLASH
0.我的开发板为SK-AM62P 环境为win11 x64 已经安装了ccs studio和其他所需的工具链
1.已经将开发板的boot按照SD Boot mode进行设置
2.使用usb链接开发板 系统检测到ft422产生的4个串口

3.串口3能收到系统启动的log
4.将开发板的boot按照uartBoot mode进行设置
5.使用ccs studio编译了sbl_uart_uniflash_stage2和sciclient_get_version两个工程
6.sbl_prebuilt\am62px-sk\default_sbl_null_hs_fs.cfg里设置了5中编译出的镜像文件
7.再次上电COM3 没有按预期输出CCCCCC
8.尝试通过串口进行uartflash烧录 提示timeout

