Hi there,
I’m currently trying to recompile the firmware for our DTH boards using the compile.py script in the repository but it fails.
The last positive messages I get:
→ Compilation successfully finished
→ Archive creation successfully finished
→ Process finished
but then the unpacking of ./.tmp/ipmc-binaries.zip fails: zipfile.BadZipfile: File is not a zip file
This file has a size of 265 bytes and can’t contain the firmware.
Ralf has found the source of the problem and fixed it. I don’t get the problem anymore with my reference project. Please be so kind and compile your project again.
another issue with remote compilation: suddenly I can’t start the compilation anymore and I’m getting:
LoginError: wrong ursername / password
when I start python compile.py
Sorry, that was my fault. I migrated the interactive login on the web page to the new SSO scheme, but had not checked the pogrammatic login for the remote compilation. This will require still a bit more work. In the meantime, I have reverted the web application to the previous SSO scheme, and the remote compilation should again work. Please let me know if you are still having problems.