请问,有一块66ak2h开发板,现在开发有些问题。
请问,那里有使用CCS,创建一个BIOS工程的,包含内存分配这些步骤和注意事项的指导性教程?现在测试BIOS例程都不行,主要是不能加载程序到DSP。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问,有一块66ak2h开发板,现在开发有些问题。
请问,那里有使用CCS,创建一个BIOS工程的,包含内存分配这些步骤和注意事项的指导性教程?现在测试BIOS例程都不行,主要是不能加载程序到DSP。
不能加载是什么问题?如果你是用的ARM启动Uboot的方式,Uboot里的debug开关要打开;
In the latest u-boot, we have DSP cores powered OFF by default. Need to set debug_options=1 U-Boot env variable and reset the board to get this working
>setenv debug_options 1 >saveenv >reset