请问一下 Xilinx SDK的软件程序如何固化到Flash中

2019-03-25 07:09发布

请问Xilinx嵌入式开发软件部分(C程序)怎么固化到Flash中 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
9条回答
hjandjx
1楼-- · 2019-03-26 13:41
 精彩回答 2  元偷偷看……
传媒学子
2楼-- · 2019-03-26 16:45
1.方法1按照microblaze-quick-start-guide的说明,
在vivado中associate ELF Files, then compile the project

then download this flash use HardwareManager or use sdk program flash.

then power off

this suit the C code run in BRAM.

2.if C code is very big want to run program, we should compress the bits file and run it in SDRAM, so we should create a bootlader,
  about this can refer "the How To Store Your SDK Project in SPI Flash.pdf".
lcl_woniu
3楼-- · 2019-03-26 17:12
1、把elf文件添加到工程里 然后重新编译 在bitsetting 处 选择 生成bin文件 然后选择相应的flash  烧写就可以了
2、在sdk处,将bit和elf生成mcs 具体查看官网

一周热门 更多>