Ralim / IronOS

Open Source Soldering Iron firmware
https://ralim.github.io/IronOS/
GNU General Public License v3.0
7.23k stars 716 forks source link

Pinecil custom bootup logo not showing up #853

Closed uguu2137 closed 3 years ago

uguu2137 commented 3 years ago

This is a [Bug/Question]

alvinhochun commented 3 years ago

@Ralim can correct me if I am wrong, but I believe the issue here is that the documentation on the master branch has been updated to reflect the change of logo address made in #830, which now expects the logo to be at 0x0801F800 for the Pinecil. The latest release was made before that, which expected the logo to be at 0x0800F800.

The solution is to either flash the logo to 0x0800F800, or flash the latest CI build: https://github.com/Ralim/IronOS/actions/runs/568576665 (scroll down to under "Artifacts").

The dfu-util message is normal and is irrelevant.

uguu2137 commented 3 years ago

@alvinhochun Changing the offset did work, thanks! Maybe the documentation for the current release should stay visible somewhere, in case things like these happen?