Hi,
since two days I’m trying to get my CC3200 connected to the CC-Tool and I’m close to a mental breakdown.
When I try to list the filesystem I got this error: did not get entire response
Is it just because I use an Arduino instead of an USB-UART or do I have an incorrect installation?
I would be glad if somebody knows what to do.
Christian
2024-12-09 02:02:59,977 – Reading raw storage #2 start 0x0, size 0x2000…
Traceback (most recent call last):
File “/home/homie/.local/bin/cc3200tool”, line 8, in
sys.exit(main())
^^^^^^
File “/home/homie/.local/lib/python3.12/site-packages/cc3200tool/cc.py”, line 1577, in main
cc.list_filesystem(command.json_output, command.inactive, command.extended)
File “/home/homie/.local/lib/python3.12/site-packages/cc3200tool/cc.py”, line 1330, in list_filesystem
fat_info = self.get_fat_info(inactive=inactive, extended=extended)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/homie/.local/lib/python3.12/site-packages/cc3200tool/cc.py”, line 1267, in get_fat_info
fat_table_bytes = self._raw_read(0, 2 * sinfo.block_size,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/homie/.local/lib/python3.12/site-packages/cc3200tool/cc.py”, line 934, in _raw_read
rx_data += self._read_chunk(offset + len(rx_data),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/homie/.local/lib/python3.12/site-packages/cc3200tool/cc.py”, line 892, in _read_chunk
data = self._read_packet()
^^^^^^^^^^^^^^^^^^^
File “/home/homie/.local/lib/python3.12/site-packages/cc3200tool/cc.py”, line 772, in _read_packet
raise CC3200Error(“did not get entire response”)
cc3200tool.cc.CC3200Error: did not get entire response