Skip to content

Error in the build process of the lates firmware #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fabianWhoknows opened this issue May 22, 2018 · 2 comments
Closed

Error in the build process of the lates firmware #153

fabianWhoknows opened this issue May 22, 2018 · 2 comments

Comments

@fabianWhoknows
Copy link

@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..

@loboris
Copy link
Owner

loboris commented May 22, 2018

It is sometimes useful to search the closed issues too.
Look at this one.

@fabianWhoknows
Copy link
Author

I'm sorry! Just found the answer on your forum as well (https://loboris.eu/forum/Thread-Problem-compiling-with-latest-build) Mea Culpa!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants