We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用 Nuclei Studio 2023.10或者OpenOCD 2023.10的时候,下载程序报错如下
The text was updated successfully, but these errors were encountered:
上面这个问题是因为 openocd升级导致,之前的版本 fespi会被我们路由到 nuspi上,现在的版本不会了,用户需要将openocd.cfg配置文件中的 fespi 替换成 nuspi 即可正常工作
fespi
nuspi
https://github.com/riscv-mcu/hbird-sdk/blob/master/SoC/hbirdv2/Board/ddr200t/openocd_hbirdv2.cfg#L25
flash bank $_FLASHNAME fespi 0x20000000 0 0 0 $_TARGETNAME -> flash bank $_FLASHNAME nuspi 0x20000000 0 0 0 $_TARGETNAME
flash bank $_FLASHNAME fespi 0x20000000 0 0 0 $_TARGETNAME
flash bank $_FLASHNAME nuspi 0x20000000 0 0 0 $_TARGETNAME
Sorry, something went wrong.
SoC: Fix fespi not rerouted to nuspi in openocd 2023.10
c94d978
see #8 Signed-off-by: Huaqi Fang <578567190@qq.com>
fanghuaqi
No branches or pull requests
在使用 Nuclei Studio 2023.10或者OpenOCD 2023.10的时候,下载程序报错如下
The text was updated successfully, but these errors were encountered: