Hey Guys,
Sry for my bad english, but I hope you can help me
I just play around with a testboard and now wants to flash the hole flash dump ( backup.bin) back to the chip. I tried it with extracting the dump and than flash_all_files - getting the following error:
Traceback (most recent call last):
File â/usr/local/bin/cc3200toolâ, line 33, in
sys.exit(load_entry_point(âcc3200tool==1.2.3â, âconsole_scriptsâ, âcc3200toolâ)())
File â/Users/julian/Library/Python/3.9/lib/python/site-packages/cc3200tool/cc.pyâ, line 1573, in main
cc.write_all_files(command.local_dir, command.simulate, use_api, command.no_verify)
File â/Users/julian/Library/Python/3.9/lib/python/site-packages/cc3200tool/cc.pyâ, line 1389, in write_all_files
self.write_file(local_file=open(filepath, ârbâ, -1), cc_filename=ccpath, use_api=use_api)
File â/Users/julian/Library/Python/3.9/lib/python/site-packages/cc3200tool/cc.pyâ, line 1109, in write_file
return self._write_file_api(local_file, cc_filename, sign_data, fs_flags, size, file_data, file_len)
File â/Users/julian/Library/Python/3.9/lib/python/site-packages/cc3200tool/cc.pyâ, line 1172, in _write_file_api
self._open_file_for_write(cc_filename, alloc_size, fs_flags)
File â/Users/julian/Library/Python/3.9/lib/python/site-packages/cc3200tool/cc.pyâ, line 971, in _open_file_for_write
return self._open_file(filename, flags)
File â/Users/julian/Library/Python/3.9/lib/python/site-packages/cc3200tool/cc.pyâ, line 979, in _open_file
self._send_packet(command)
File â/Users/julian/Library/Python/3.9/lib/python/site-packages/cc3200tool/cc.pyâ, line 775, in _send_packet
raise CC3200Error(
cc3200tool.cc.CC3200Error: No ack for packet opcode=0x21
I figured out, that the servicepack.ucf in sys is the problem - without it I can flash all the filesâŚthe box comes up with normal green light an than is only blinking red - by pressing one of the ears you can hear, that the volume changed.
Is there a way to flash the hole backup.bin?
regards
GreyExe