Replies: 2 comments 4 replies
-
Hia, in future for working with the bootloader I recommend opening an issue on that repository to keep things contained. That "NOT" means that it was flashed for the wrong starting address for the image. This changes in all of the Sequre devices seemingly at random (havent spotted the pattern yet anyway). See if you can get a firmware update .hex file for it if you can. As that will tell you the starting location it wants (and let you flash back if you need to use the device before support is finished). I do not recommend using a SWD programmer (such as ST-Link) until after we have a backup of the bootloader. Attempting to unlock the flash will issue a mass erase and erase all code on the device. (We need to know the bootloader address before we can add support as we want to make sure its compatible to non-modified units) Yep that feedback resistor being different makes total sense if the tip response is different.
|
Beta Was this translation helpful? Give feedback.
-
@jonasius, thanks for your comments above and also for your continuing work on #1920. I'm planning on buying my first digital soldering iron, and I'm torn between the Sequre S99 and the Pine64 Pinecil 2. From comparing specs, I see the S99 is better in terms of performance (150W vs 88W) and bang-for-the-buck ($46 for a kit w/ 4 tips, vs $40 for just 1 tip). But despite your valiant efforts (again, many thanks for that!), it seems that opensource support for the S99 is still a work in progress. What are your impressions of the S99 vs the Pinecil? How far do you think you are in terms of reaching operational status for the S99 on IronOS? TIA for your comments. |
Beta Was this translation helpful? Give feedback.
-
I just got a Sequre S99, it seems that the hardware is quite similar to the S60P.
Wanted to backup the bootloader as statet here https://github.com/Ralim/IronOS-dfu/blob/mainline/docs/BackUp.md
I tired to use the runtime.hex from the S60P, but after transferring the file to the USB-Drive in update mode, the display switches from „UPDATE V12.00 [READY]“ to „UPDATE V12.00 [ NO ]“
I tried to backup and afterwards flash IronOS-dfu via ST-LINK. Can’t programm the uC, also tried while in reset, it seems to be locked?!
I think I have to enter the real bootloader with BOOT0 / 1 Pins and reprogram. I’ve tried to use the commands provided here, but only with holding NRST, which not worked.
Attached some pictures of S99 PCB+Components.
I noticed that the marked resistor differs in value between S99 and S60P. If I measured correct thats the feedback resistor at the GS8332 opamp which output is connected to PA0. So it differs because the C245 tips are different and have different internal resistence for temperature measurement?!
Beta Was this translation helpful? Give feedback.
All reactions