We are using balena etcher pro for flashing our devices
We want to introduce one additional step between flash and select
Is there any way to update the code/runtime of balena etcher pro?
Are there sources available to build it by my own?
Greetings
We are using balena etcher pro for flashing our devices
We want to introduce one additional step between flash and select
Is there any way to update the code/runtime of balena etcher pro?
Are there sources available to build it by my own?
Greetings
Hi @razikus,
Your EtcherPro is a balena product and the source code is open.
Before starting: some word of warning:
Please refer to the getting started guide for more details on that, especially:
You can create your own fleet using “Etcher pro” device type in balenaCloud, then:
The EP will reflash from the SD card and should appear in your dashboard. When it is done:
Now you are all set, you can fork and adapt our code from here to match your needs. When it is how you want it, just balena push to your etcher pro fleet and it should work.
Let us know if this helps with your request.
Aurélien
That’s great!
One question - can I back to the original image later?
The original image is the default configuration of the fleet, so you can always use balena push a fresh version of the git repository above to get to the latest update version of the fleet.
I just read through the documentation links I added in my original post, openning the device WILL void your warranty (from here you have Attempting to disassemble the device will void the warranty, and could also cause injury or harm.)
We are discussing internally to find if we can hand-out the device control without requiring you to open the device.
Oh no
I definitely don’t want to lose my warranty
Could you also point me where is the source code of balena etcher pro?
EtcherPro is a balena project running Etcher, the source is here for the fleet: GitHub - balena-io-hardware/EtcherPro-Fleet: balenaEtcher on EtcherPro hardware
And it uses etcher from here: GitHub - balena-io/etcher at 13159f93ee0505e4533fb2e7bf0f2f4d0f4ca761
(you can get both with git clone --recursive GitHub - balena-io-hardware/EtcherPro-Fleet: balenaEtcher on EtcherPro hardware )
Hi @razikus,
A small update on the subject, we have been discussing about your question with the team and we came to the conclusion we are willing to support users who want to customize the code in Etcher pro, with some caveats:
We are still figuring out the option of re-integrating the device to the fleet managed by us (thus reverting the customization), in the meantime you can still choose to revert to the official release by deploying our public repository to your fleet.
Any update on that?