Ralim / IronOS

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

Pinecil v2 doesn't work after updating to v2.21 #1661

Closed sorgelig closed 1 year ago

sorgelig commented 1 year ago

Describe the bug After flashing by blisp to v2.21 my pinecil v2 looks completely dead.

To Reproduce

  1. Flash v2.21 (Pinecilv2_EN.bin)
  2. iron looks dead, no display on screen

Expected behavior normal work

Details of your device:

Additional context v2.21 it seems doesn't work on my Pinecil v2. Thankfully, flashing v2.20 brings iron back to life.

gamelaster commented 1 year ago

@sorgelig pleaes can you try? Thanks!

sorgelig commented 1 year ago

Sure, but where to get a ready to flash firmware?

gamelaster commented 1 year ago

@sorgelig https://github.com/Ralim/IronOS/actions/runs/5635830175?pr=1756 , in PinecilV2.zip you should have pre-built binary for test. Or you can download EN version directly here: Pinecilv2_EN.bin.zip

sorgelig commented 1 year ago

flashed already. It seems booting fine with BT enabled! Now i need to find that android app for testing. Attempt for pairing from android BT settings says "An app is needed to use this device".

gamelaster commented 1 year ago

@sorgelig yes, app is needed, there is one made by @aguilaair but not published yet. And amazing! very happy to see it works!

sorgelig commented 1 year ago

Just tested on Windows with PineSAM from post above. It works fine! I can close this issue, or keep it opened till official release?

sorgelig commented 1 year ago

Great work @Ralim!

vadimcreates commented 1 year ago

Well done! Just flashed mine and tested. It works normal.

gamelaster commented 1 year ago

@vadimcreates yay! Amazing to hear. @sorgelig Great to hear that PineSAM also works :partying_face: . And no need to close it, we will do it when patch gets merged into PR.

Thank you all for tests! :+1:

hasheddan commented 7 months ago

I found this thread very informative when I was looking at some of the internals of the Pinecil v2 support in IronOS. Since there was some discussion of getting access to the UART for logs on the Pinecil v2, which causes this thread to surface for various related search terms, I thought I would drop a link to the setup I've been using with a Raspberry Pi Pico. Hope its helpful for folks who might have a few Pico's lying around! https://danielmangum.com/posts/risc-v-bytes-accessing-pinecil-uart-picoprobe/

gamelaster commented 7 months ago

That's amazing! Thanks :)