Closed discip closed 2 years ago
You have not downloaded the python code correctly, from that error I suspect you have saved the github webpage preview not the file itself. Need to hit the raw
button to get to this page https://raw.githubusercontent.com/Ralim/IronOS/master/Bootup%20Logo/python_logo_converter/img2ts100.py
Then save and run that code
Ok! I see!🤦♂️ Will give that a shot and report back.
That indeed worked, but I am not able to remove the logo again using _clear_logo.hex.
ps: I thought the custom logo would replace the quick flashing miniware logo, but that did not happen. Is that not replaceable?
Did you do the double copy trick for the hex file?
Yes! I did.
ps: I thought the custom logo would replace the quick flashing miniware logo, but that did not happen. Is that not replaceable?
That is part of their bootloader, so cant remove it without removing their bootloader.
That is part of their bootloader, so cant remove it without removing their bootloader.
Ok. I see. So someone should rewrite the bootloader to solve this right? 😁
So you can flash the DFU bootloader instead, which fixes this, but also removes the usb-drive functionality entirely and you have to use dfu-util to flash instead.
Thats about all you can do to remove their logo for now. I have not undertaken writing a "new" bootloader that does the usb stuff. I have been thinking about writing a usb-dfu one that I maintain for these units. But low priority project for now.
Just dont have enough time to build all the things... :/
No problem! 👍 I am good with that. If there will be one day a usb-dfu one, I will be happy, but until then, I will just stick to the current situation. 😊
Could it be that _clear_logo.hex does not work due to my iron using DFU3.50 instead DFU3.45?
So you can flash the DFU bootloader instead, which fixes this, but also removes the usb-drive functionality entirely and you have to use dfu-util to flash instead.
Is there a way to go back to the miniware bootloader after that?
Am I the only one to not get this to work?
_clear_logo.hex
is working?thanks in advance
Anyone? 🥺
Planning to test next time I boot windows..it's been a bit
Same here, I can not remove the custom boot logo either
If you are on Pinecil or a dfu bootloader you can just erase the flash easily. Otherwise could you give this a test: erase_test.zip
If you are on Pinecil or a dfu bootloader you can just erase the flash easily. Otherwise could you give this a test: erase_test.zip
I am using TS80P, and this one works!
Describe the bug Not able to flash _clear_logo.hex
resulting in .ERR
Additional context Tried flashing it several times. Flashing the firmware.hex works as intended though!