1 Star 0 Fork 7

honglei / nuclei-sdk

forked from Nuclei-Software / nuclei-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
me.md 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
honglei.li 提交于 2022-04-28 17:07 . add me.md

https://doc.nucleisys.com/hbirdv2/core/core.html#features

编译启动 设置工具链,在nuclei-sdk文件夹下创建setup_config.sh。 根据toolchain的路径设置,内容如下:NUCLEI_TOOL_ROOT=/xxx/NucleiStudio_IDE_202010/NucleiStudio/toolchain 执行cmd:source setup.sh make help make CORE=ux600 all //编译hellowold例子 make CORE=ux600 info //显示配置信息 Current Configuration: RISCV_ARCH=rv64imac RISCV_ABI=lp64 SOC=demosoc BOARD=nuclei_fpga_eval CORE=ux600 DOWNLOAD=ilm 注意不要修改DOWNLOAD,板子默认有linux系统。 make CORE=ux600 debug //gdb 调试 (gdb) load (gdb) run 注意debug要在启动linux之前启动,所以在reset后尽快执行load

makefile Makefile.base gmsl/gmsl GNU Make Standard Library Makefile.misc 提供函数 Makefile.conf Include Makefile.files and Makefile.rtos Makefile.rules Makefile.soc DOWNLOAD and CORE variables ux600

DOWNLOAD ilm Program will be download into ilm/ram and run directly in ilm/ram, program lost when poweroff flash Program will be download into flash, when running, program will be copied to ilm/ram and run in ilm/ram flashxip Program will to be download into flash and run directly in Flash

doc pip install -r doc/requirements.txt

cd to document folder

cd doc

Build Sphinx documentation

make html

C
1
https://gitee.com/leilei_39/nuclei-sdk.git
git@gitee.com:leilei_39/nuclei-sdk.git
leilei_39
nuclei-sdk
nuclei-sdk
master

搜索帮助