You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@loboris
I wanted to build the latest version of your firmware and got the following error:
Building partitions from ../MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/partitions_mpy.csv...
Traceback (most recent call last):
File "../MicroPython_ESP32_psRAM_LoBo/Tools/esp-idf/components/partition_table/gen_esp32part.py", line 423, in <module>
main()
File "../MicroPython_ESP32_psRAM_LoBo/Tools/esp-idf/components/partition_table/gen_esp32part.py", line 395, in main
table_size = table.flash_size()
File "../MicroPython_ESP32_psRAM_LoBo/Tools/esp-idf/components/partition_table/gen_esp32part.py", line 122, in flash_size
last = sorted(self, reverse=True)[0]
TypeError: '<' not supported between instances of 'PartitionDefinition' and 'PartitionDefinition'
I checked the line 122 in gen_esp32part.py but I don't see anything related to a '<' character there.. Of core I tried the build process with a fresh and untouched copy of your repository..
The text was updated successfully, but these errors were encountered:
@loboris
I wanted to build the latest version of your firmware and got the following error:
I checked the line 122 in gen_esp32part.py but I don't see anything related to a '<' character there.. Of core I tried the build process with a fresh and untouched copy of your repository..
The text was updated successfully, but these errors were encountered: