Tcl Script-Failure Scenario In the event the script has been modified, the signature will detect that there was a change and prevent it from executing. The following example shows that the script was modified and consequently forbidden from being executed. The first line of the script has been...
Info : New SWD context initialized at 0x0x2593230 SWD_I: Executing swd_dap_activate(swdctx=@0x2593230, operation=SWD_OPERATION_EXECUTE) SWD_I: Executing swd_dap_reset(swdctx=@0x2593230, operation=SWD_OPERATION_EXECUTE) SWD_I: Executing swd_dp_read_idcode(swdctx=@0x2593230, operation=SWD_O...
| DEBUG: Executing shell function do_compile | Error: /home/jfrye/Developer/Xilinx/PetaLinuxProjects/ZyboPS/build/tmp/work/plnx_arm-xilinx-linux-gnueabi/device-tree-generation/xilinx+gitAUTOINC+5b21302249-r0/system-user.dtsi:53.1-9 Label or path amba_pl not found | Error: /home/jfrye/Dev...
Clearly it was not a hardware problem in my case. It was Vivado providing misleading info when ...
I am having the same problem executing multiple commands. Did anyone find a way to do this? If so, could you please let me know? thanks. I want to be able to do this too. ($stdout, $stderr, $exit) = $ssh->cmd("show version"); ...