forked from mon/cc3200tool
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello,
i would say my wiring is ok. Because when short ground and rst i get instantly connecting.
But after that it failed.
root@pi3Pihole:/usr/local/lib/python3.7/dist-packages/cc3200tool# cc3200tool -p /dev/ttyUSB0 read_all_files /tmp read_flash backup.bin
2025-04-18 16:54:07,722 -- Connecting to target...
2025-04-18 16:54:09,991 -- timed out while waiting for ack
2025-04-18 16:54:12,261 -- timed out while waiting for ack
2025-04-18 16:54:14,531 -- timed out while waiting for ack
2025-04-18 16:54:16,801 -- timed out while waiting for ack
2025-04-18 16:54:18,373 -- Could not connect to target: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
root@pi3Pihole:/usr/local/lib/python3.7/dist-packages/cc3200tool# cc3200tool -p /dev/ttyUSB0 read_all_files /tmp read_flash backup.bin
2025-04-18 16:54:21,081 -- Connecting to target...
2025-04-18 16:54:21,349 -- Connected, reading version...
2025-04-18 16:54:21,352 -- connected to target
2025-04-18 16:54:21,352 -- Version: CC3x00VersionInfo((0, 4, 1, 2), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (16, 0, 0, 0))
2025-04-18 16:54:21,352 -- This is a CC3200 device
2025-04-18 16:54:21,353 -- Switching to NWP bootloader...
2025-04-18 16:54:21,355 -- Switching UART to APPS...
2025-04-18 16:54:21,357 -- Resetting communications ...
2025-04-18 16:54:22,631 -- Uploading rbtl3100s.dll...
2025-04-18 16:54:22,632 -- Reading rbtl3100s.dll from file /usr/local/lib/python3.7/dist-packages/cc3200tool/dll/rbtl3100s.dll
2025-04-18 16:54:22,633 -- Getting storage list...
2025-04-18 16:54:23,542 -- APPS version: CC3x00VersionInfo((0, 4, 0, 2), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (16, 0, 0, 0))
2025-04-18 16:54:23,542 -- Getting storage info...
2025-04-18 16:54:23,545 -- storage #2 info bytes: 0x10, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0
2025-04-18 16:54:23,545 -- Getting storage list...
2025-04-18 16:54:23,548 -- Reading raw storage #2 start 0x0, size 0x2000...
Traceback (most recent call last):
File "/usr/local/bin/cc3200tool", line 10, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/dist-packages/cc3200tool/cc.py", line 1580, in main
cc.read_all_files(command.local_dir, command.by_file_id, command.all_by_file_id, command.inactive, command.no_verify)
File "/usr/local/lib/python3.7/dist-packages/cc3200tool/cc.py", line 1336, in read_all_files
fat_info = self.get_fat_info(inactive=inactive)
File "/usr/local/lib/python3.7/dist-packages/cc3200tool/cc.py", line 1269, in get_fat_info
sinfo=sinfo)
File "/usr/local/lib/python3.7/dist-packages/cc3200tool/cc.py", line 936, in _raw_read
storage_id)
File "/usr/local/lib/python3.7/dist-packages/cc3200tool/cc.py", line 892, in _read_chunk
data = self._read_packet()
File "/usr/local/lib/python3.7/dist-packages/cc3200tool/cc.py", line 772, in _read_packet
raise CC3200Error("did not get entire response")
cc3200tool.cc.CC3200Error: did not get entire response
root@pi3Pihole:/usr/local/lib/python3.7/dist-packages/cc3200tool#
I use the latest cc3200tool. What can i do?
greeting schwatter
Metadata
Metadata
Assignees
Labels
No labels