-
Notifications
You must be signed in to change notification settings - Fork 0
/
SDK.log
50 lines (48 loc) · 3.57 KB
/
SDK.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
10:47:23 INFO : Registering command handlers for SDK TCF services
10:47:23 INFO : Launching XSCT server: xsct.bat -interactive C:\Users\SEP16\SoC_2022_MJU\Lab2-2\Lab2-2.sdk\temp_xsdb_launch_script.tcl
10:47:25 INFO : XSCT server has started successfully.
10:47:25 INFO : Successfully done setting XSCT server connection channel
10:47:26 INFO : Successfully done setting SDK workspace
10:47:26 INFO : Processing command line option -hwspec C:/Users/SEP16/SoC_2022_MJU/Lab2-2/Lab2-2.sdk/design_1_wrapper.hdf.
10:49:50 ERROR : Unable to load properties file .sdkproject for project hello_world2_bsp.
10:49:50 ERROR : Unable to load properties file .sdkproject for project hello_world2_bsp.
10:49:50 ERROR : The Hardware Project referenced by this BSP (hello_world2_bsp) was not found in this workspace. As a result, this BSP will not build properly. To fix this error, please import the associated hardware project or recreate a new BSP targeting an existing hardware platform.
10:52:54 INFO : Connected to target on host '127.0.0.1' and port '3121'.
10:52:55 INFO : Jtag cable 'Digilent JTAG-SMT2 210251AC2AF0' is selected.
10:52:55 INFO : 'jtag frequency' command is executed.
10:52:55 INFO : Sourcing of 'C:/Users/SEP16/SoC_2022_MJU/Lab2-2/Lab2-2.sdk/design_1_wrapper_hw_platform_0/ps7_init.tcl' is done.
10:52:56 INFO : Context for 'APU' is selected.
10:52:56 INFO : Hardware design information is loaded from 'C:/Users/SEP16/SoC_2022_MJU/Lab2-2/Lab2-2.sdk/design_1_wrapper_hw_platform_0/system.hdf'.
10:52:56 INFO : 'configparams force-mem-access 1' command is executed.
10:52:56 INFO : Context for 'APU' is selected.
10:52:56 INFO : 'stop' command is executed.
10:52:57 INFO : 'ps7_init' command is executed.
10:52:57 INFO : 'ps7_post_config' command is executed.
10:52:57 INFO : Context for processor 'ps7_cortexa9_0' is selected.
10:52:57 INFO : Processor reset is completed for 'ps7_cortexa9_0'.
10:52:57 INFO : Context for processor 'ps7_cortexa9_0' is selected.
10:52:57 INFO : The application 'C:/Users/SEP16/SoC_2022_MJU/Lab2-2/Lab2-2.sdk/hello_world/Debug/hello_world.elf' is downloaded to processor 'ps7_cortexa9_0'.
10:52:57 INFO : 'configparams force-mem-access 0' command is executed.
10:52:57 INFO : ----------------XSDB Script----------------
connect -url tcp:127.0.0.1:3121
source C:/Users/SEP16/SoC_2022_MJU/Lab2-2/Lab2-2.sdk/design_1_wrapper_hw_platform_0/ps7_init.tcl
targets -set -nocase -filter {name =~"APU*" && jtag_cable_name =~ "Digilent JTAG-SMT2 210251AC2AF0"} -index 0
loadhw -hw C:/Users/SEP16/SoC_2022_MJU/Lab2-2/Lab2-2.sdk/design_1_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-SMT2 210251AC2AF0"} -index 0
stop
ps7_init
ps7_post_config
targets -set -nocase -filter {name =~ "ARM*#0" && jtag_cable_name =~ "Digilent JTAG-SMT2 210251AC2AF0"} -index 0
rst -processor
targets -set -nocase -filter {name =~ "ARM*#0" && jtag_cable_name =~ "Digilent JTAG-SMT2 210251AC2AF0"} -index 0
dow C:/Users/SEP16/SoC_2022_MJU/Lab2-2/Lab2-2.sdk/hello_world/Debug/hello_world.elf
configparams force-mem-access 0
----------------End of Script----------------
10:52:57 INFO : Context for processor 'ps7_cortexa9_0' is selected.
10:52:57 INFO : 'con' command is executed.
10:52:57 INFO : ----------------XSDB Script (After Launch)----------------
targets -set -nocase -filter {name =~ "ARM*#0" && jtag_cable_name =~ "Digilent JTAG-SMT2 210251AC2AF0"} -index 0
con
----------------End of Script----------------
10:52:57 INFO : Disconnected from the channel tcfchan#1.