-
Please forgive me if I'm missing something, but I know there used to be (and still is, I believe)an executable for windows to convert .BMP files into a bootlogo firmware file, but when I search on Google I mainly find the command line creation tool instructions instead,(or at least, very easily) and I'm wondering why, when you do find where it's at, you have to go back to very old codebases to find the executable? Is there something inherently bad about that method, to where I almost have to pull teeth to find the windows version, or a link to it? I understand that most are comfortable enough to either use the WSL or Linux command line, but from what I understand, the windows executable works, or at least, used to, and I for one prefer the 1-click method that had, although I haven't actually tried adding a bootlogo to my iron yet, because I'm not 100% sure if I want to... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The windows executable does not work with versions of IronOS from the last year or so. |
Beta Was this translation helpful? Give feedback.
-
@wiebenor if you want, I have python installed on Windows and I could kind of show you how I did it so you can convert some boot logos. or you could give me the images and I could convert them for you? I'm new to python but I figured out how to do it with the python script in this github. the instructions in the Boot Logo documentation did not work for me so I did a bunch of google search on how to get python and pillow to work /install in windows and got it to work. Start with the document on boot logo in this github though and see if you can get python 3 and pillow installed. I found that the Powershell worked better /easier for me in windows than using python from Command prompt. |
Beta Was this translation helpful? Give feedback.
The windows executable does not work with versions of IronOS from the last year or so.
It was dropped as it did a sub-par job of the conversion, and required windows to build/use (which I no longer have installed).
Decision was made to just support the one tool as python is cross platform and is far easier to maintain