Code: Select all
$ parttool.py --partition-table-file partition_table.csv get_partition_info --partition-name ota_data
Traceback (most recent call last):
File "/home/xavier/esp-idf/components/partition_table/parttool.py", line 346, in <module>
main()
File "/home/xavier/esp-idf/components/partition_table/parttool.py", line 339, in main
op(**common_args)
File "/home/xavier/esp-idf/components/partition_table/parttool.py", line 208, in _get_partition_info
for i in info:
TypeError: 'NoneType' object is not iterable