初级会员
- 积分
- 149
- 金钱
- 149
- 注册时间
- 2019-8-7
- 在线时间
- 43 小时
|
1金钱
本人与2020.4月购买的领航者开发板,买回后一直没使用,最近空闲了,对照视频学习时发现pl端的bit程序可正常下载,ps端的例程无法下载,错误如下:
sdk下载日志如下:
20:01:41 INFO : Connected to target on host '127.0.0.1' and port '3121'.
20:01:42 INFO : Jtag cable 'Digilent JTAG-HS1 210512180081' is selected.
20:01:42 INFO : 'jtag frequency' command is executed.
20:01:42 INFO : Sourcing of 'C:/Users/Administrator/Desktop/1_hello_world/hello_world.sdk/system_wrapper_hw_platform_0/ps7_init.tcl' is done.
20:01:42 INFO : Context for 'APU' is selected.
20:01:42 INFO : Hardware design information is loaded from 'C:/Users/Administrator/Desktop/1_hello_world/hello_world.sdk/system_wrapper_hw_platform_0/system.hdf'.
20:01:42 INFO : 'configparams force-mem-access 1' command is executed.
20:01:42 INFO : Context for 'APU' is selected.
20:01:42 INFO : 'stop' command is executed.
20:01:43 INFO : 'ps7_init' command is executed.
20:01:43 INFO : 'ps7_post_config' command is executed.
20:01:43 INFO : Context for processor 'ps7_cortexa9_0' is selected.
20:01:43 INFO : Processor reset is completed for 'ps7_cortexa9_0'.
20:01:43 INFO : Context for processor 'ps7_cortexa9_0' is selected.
20:01:43 ERROR : Memory write error at 0x100000. APB AP transaction error, DAP status f0000021
20:01:43 INFO : ----------------XSDB Script----------------
connect -url tcp:127.0.0.1:3121
source C:/Users/Administrator/Desktop/1_hello_world/hello_world.sdk/system_wrapper_hw_platform_0/ps7_init.tcl
targets -set -nocase -filter {name =~"APU*" && jtag_cable_name =~ "Digilent JTAG-HS1 210512180081"} -index 0
loadhw -hw C:/Users/Administrator/Desktop/1_hello_world/hello_world.sdk/system_wrapper_hw_platform_0/system.hdf -mem-ranges [list {0x40000000 0xbfffffff}]
configparams force-mem-access 1
targets -set -nocase -filter {name =~"APU*" && jtag_cable_name =~ "Digilent JTAG-HS1 210512180081"} -index 0
stop
ps7_init
ps7_post_config
targets -set -nocase -filter {name =~ "ARM*#0" && jtag_cable_name =~ "Digilent JTAG-HS1 210512180081"} -index 0
rst -processor
targets -set -nocase -filter {name =~ "ARM*#0" && jtag_cable_name =~ "Digilent JTAG-HS1 210512180081"} -index 0
dow C:/Users/Administrator/Desktop/1_hello_world/hello_world.sdk/hello_world/Debug/hello_world.elf
----------------End of Script----------------
大家知道是什么问题吗?是否有解决办法?还是只能返厂维修?
|
|