SmittyHalibut/EleksTubeHAX

Where is the prebuilt firmware?

Closed this issue · 10 comments

Where can I find pre built firmware? Is it in the Repo?

Not done yet. Can start with that, maybe this weekend. Which config you need first?

Looking got gen2[EleksTubeIPS Gen 2 hardware], i brick it by flashing it with wrong bin file

@aly-fly

What do you think about using GitHub releases to make multiple pre-built available? We can setup a GitHub action to automate the compilation process

You talking about you creating those per-built. I have no experience in the compile of the software.

What do you think about using GitHub releases to make multiple pre-built available?

That could be a solution.

We can setup a GitHub action to automate the compilation process

Not sure if this will work, as it is required to build a complete flash image, including partition table, app, NVS section, SPIFFS with image files.. Sure it can be done with build tools (do you know how to make it?), but the proven and simple way is to build and upload everything into actual ESP32 and then dump the .bin file from that.

That sounds great, which means that you guys will be creating bin files to load in to the different IPS tube layouts

I ended up compiling it myself, which was not easy but I figured it out ;)