Adrian,
With the correction, I got the following error:
Traceback (most recent call last):
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/resources/QorIQ/cdde/ddr/import_from_target.py", line 82, in <module>
import_from_target()
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/resources/QorIQ/cdde/ddr/import_from_target.py", line 52, in import_from_target
ddr_init.update_endianness(params['soc'], ddr_ctrl, session)
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/resources/QorIQ/cdde/ddr/ddr_init.py", line 45, in update_endianness
ddr_ip_rev = session.read_32_ccsr(ddr_ctrl['address'] + DDR_IP_REV_OFFSET)
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/resources/QorIQ/cdde/common/target_session.py", line 110, in read_32_ccsr
bytes = self._peer.mem.read(self._ccsr, address, access, 4, verify=verify)
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/target-connection/cdde/cdde-linux/bin/components/tcf/ta/tcf.py", line 1752, in read
ctxt = self._search_context_by_name(contextPath)
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/target-connection/cdde/cdde-linux/bin/components/tcf/ta/tcf.py", line 1263, in _search_context_by_name
return self.get_context_by_relative_path(active, self.displayNamePropId, relPath)
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/target-connection/cdde/cdde-linux/bin/components/tcf/ta/tcf.py", line 1250, in get_context_by_relative_path
_throw_error("Context path " + str(relPath) + " unresolved")
File "/opt/Freescale/CW4NET_v2016.01/Common/QCVS/Optimization/target-connection/cdde/cdde-linux/bin/components/tcf/ta/tcf.py", line 75, in _throw_error
raise TcfError(description)
ta.tcf.TcfError: 'Context path /CCSR unresolved'
Have you got a chance to run this test from a LInux host?
Hoa