Skip to content

Latest commit

 

History

History
255 lines (189 loc) · 17.5 KB

Flashing.md

File metadata and controls

255 lines (189 loc) · 17.5 KB

Flashing / Upgrading your iron

Downloading source file

In the development of this firmware, there are three types of firmware released. These are the "Main" stable releases, which generally have high confidence in being bug free. Release candidates are released slightly more often, and these are generally perfectly fine for everyday use. These are released early to allow for translation checking and for wonderful people to help spot bugs and regressions. Finally, there are the "mainline" builds, which are built from the main git branch. These are built on every change and can be found on the Actions tab (see below).

Main release

Main releases are made to the releases page. Download the zip file that matches your model of soldering iron and extract it. Select the appropriate file type for your unit, in general Miniware devices need .hex and Pinecil needs .dfu. Flash according to details below

Bleeding edge / latest

For the latest code, you will need to download the zip file from the artifacts page on the build for what you want. Head to the Actions page and then select the run for the appropriate branch you would like. In general you probably want master.

Once you click on a run, scroll down to the "Artifacts" section and then click on your model to download a zip file. Then this works the same as a production release (use the correct file).

Miniware devices (TS100, TS80, TS80P & MHP30)

This is completely safe, but if it goes wrong just put the .hex file from the official website (TS100, TS80, TS80P & MHP30) onto the unit and you're back to the old firmware. Downloads for the .hex files to flash are available on the releases page. The file you want is called (MODEL)_EN.hex unless you want the translations, they are (MODEL)_language short name.hex. Where (MODEL) is either TS100 or TS80.

Officially the bootloader on the devices only works under Windows (use the built-in File Explorer, as alternative file managers or copy handlers like Teracopy will fail). However, users have reported that it does work under Mac, and can be made to work under Linux sometimes. Details over on the wiki page.

  1. Hold the button closest to the tip (MHP30 the left button on the back), and plug in the USB to the computer.
  2. The unit will appear as a USB drive. (Screen will say DFU on it.)
  3. Drag the .hex file onto the USB drive.
  4. The unit will disconnect and reconnect.
  5. The filename will have changed to end in .RDY or .ERR
  6. If it ends with .RDY you're done! Otherwise, something went wrong.
  7. If it didn't work the first time, try copying the file again without disconnecting the device, often it will work on the second shot.
  8. Disconnect the USB and power up the device. You're good to go.

For the more adventurous out there, you can also load this firmware onto the device using an SWD programmer, for easier installation follow the guide at the end of this document.

On the bottom of the MCU riser PCB, there are 4 pads for programming. On v2.51A PCB revision USB_D+ is shorted to SWDIO and USB_D- is shorted to SWCLK so debugging works without disassembly (attach while staying in the bootloader). Installing IronOS-dfu is recommended as it allows reliable flashing of binary files with dfu-util.

There is a complete device flash backup included in this repository. (Note this includes the bootloader, so will need an SWD programmer to load onto the unit).

For the TS80 the SWD pins are used for the QC negotiation, so you can actually connect to the SWD power via the USB connector.

Mac

sgr1ff1n (Shane) commented in issue 11 that upgrading worked on their Mac as per normal:

I just wanted to say that I was able to update the firmware on my ts100 from the stock version to 1.08 found in this repository using my Mac. I simply followed the same steps however through Finder. I have a MacBook Pro (13-inch, Mid 2012) running Sierra 10.12.4 (16E195).

Linux

While in the past there were reports of unreliable upgrades, the consensus in issue 11 is that things work mostly as expected in Linux.

@awigen has contributed a script flash_ts100_linux.sh that works on Ubuntu 16.04 as well as other distros.

If you want to do it manually (or if the script does not work for some reason) the general procedure is the same as for Windows, the differences are in the way to mount the unit and copy the firmware. Remember that after flashing, the firmware filename will have changed to end in .RDY or .ERR or .NOT and only .RDY means the flashing was successful!

  • The unit has to be mounted as msdos type (thanks @balrog-kun for having spotted it). You may disable automount, but unmounting the automounted drive and remounting as msdos works fine. You do not need to turn off automounting, but you do need to unmount the device with umount.
  • It is recommended to use an all-caps filename for the firmware, even if successful flashing were done with lower case names.
  • Avoid USB hubs, plug directly in your computer.
  • If it fails, try again several times without unplugging. Just let it remount.

Example, to be run as root, once the unit has been plugged in DFU mode and auto-mounted:

FW=ts100.hex
unset NAME
eval $(lsblk -P -p -d --output NAME,MODEL|grep "DFU[ _]Disk")
[ -z ${NAME+x} ] && exit 1  # Could not find DFU device
umount "$NAME"
mkdir /tmp/mntdfu
mount -t msdos "$NAME" /tmp/mntdfu
cp "$FW" "/tmp/mntdfu/$(basename $FW|tr a-z A-Z)"
sync
umount /tmp/mntdfu
rmdir /tmp/mntdfu

Device will reboot and automount will rerun if not disabled. Check the extension of your firmware, it should be .RDY now.

Pinecil (Pine64)

  • The MCU used in Pinecil supports usb-dfu. Reference Pinecil Wiki.
  • Recommended Updater: the Pine64 Updater, is an easy-to-use GUI app. It is fast and works in several types of OS, i.e. Windows/Mac. It will automatically fetch the newest stable version of IronOS from GitHub.
  • Troubleshooting: if you have issues using the Pine64 Updater or your install fails, please go to troubleshooting tips below.
  • Community chat: if troubleshooting doesn't work, then join the Pine64 > Pinecil channel. There are knowledgeable members in Discord/Telegram/Matrix. Discord has a bridge bot connection to Telegram and Matrix so that all pine volunteers/members can see advice for Pinecil and related items or just get tips on which Power supply to purchase.
  • One advantage of Pinecil is that you cannot permanently damage it doing a firmware update (because DFU is in ROM); an update could render Pinecil temporarily inoperable if you flash an invalid firmware. But no worries, simply re-flashing with a working firmware copy will fix everything.
  • USB-C cable is required to do an update. Generally, all USB controllers work, but some hubs have issues, so it is preferred to avoid USB hubs for updates.
  • Alternate Update Methods: if your OS is not currently supported by the Updater or it does not meet your needs, i.e., you want to install a beta version, the below manual methods may be used.

Linux and Mac

Steps

⛔ Do not use the DC power jack while updating firmware or you may destroy your PC. ⛔

  1. Download and extract the firmware package from GitHub IronOS Releases.
  2. Highly recommend updating dfu-util to the newest version.
  3. Enter DFU mode: press and hold (-) button at the back of the iron (do not release).
  4. Connect USB to PC, and USB-C to back of Pinecil, keep holding (-) button down.
  5. The screen will stay black/off to indicate the Pinecil is in DFU mode. This is normal.
  6. Once the USB cable is connected at two ends, wait 10 seconds more, then release the (-) button.
  7. Using dfu-util you can flash the firmware using a command line like this:
dfu-util -D Pinecil_EN.dfu

Choose the file name from the folder with the appropriate 2-letter country code for your chosen language (i.e., EN = English).

Troubleshooting:

  • If you get a message stating that More than one DFU capable USB device found! when running the above command you probably have an old version of dfu-util installed. Might be worth updating. You can still install on the old version, but you will have to specify which DFU interface to flash to. Running the command dfu-util -l will show you if there are several DFU devices detected. Example:
Found DFU: [28e9:0189] ver=0100, devnum=48, cfg=1, intf=0, path="1-1", alt=1, name="@Option Bytes  /0x1FFFF800/01*016Be", serial="??"
Found DFU: [28e9:0189] ver=0100, devnum=48, cfg=1, intf=0, path="1-1", alt=0, name="@Internal Flash  /0x08000000/128*001Kg", serial="??"

In this example we see that more than one part of the Pinecil is detected as a DFU interface and we need to specify which one we want to flash to. We want the Internal Flash so in this case we can use alt=0 to identify which interface to target. The command would then look like this:

dfu-util -D Pinecil_EN.dfu -a 0
  • Note: if you use an older release of dfu-util and do not see alt=0, name="@Internal Flash /0x08000000/128*001Kg" when running dfu-util -l you likely will not be able to update without first updating 'dfu-util'.
  • If your update is crashing part-way into the update, there is sometimes an issue with older/fussy USB controllers (they can show up/disappear/then show up again)
    • Try a direct connection to the USB port, do not use a USB hub, and use shorter cable. If possible, pick a port connected to the main board.
    • Switch to a different PC/Laptop and use different ports. USB-C ports are recommended but some have also reported having a fussy C port.
    • Hold down the (-) button for the entire firmware update, do not release until near the end.
  • DC Low message: a pc/laptop cannot fully power Pinecil, it generally can only get 5 V (non-PD) to communicate for firmware updates and Pinecil will report 'DC Low'. This is normal.
  • If dfu-util aborts with an error like
    dfu-util: Cannot open DFU device 28e9:0189 found on devnum 42 (LIBUSB_ERROR_IO)
    
    and dmesg reports USB errors like these
    kernel: usb 1-1: reset full-speed USB device number 42 using xhci_hcd
    kernel: usb 1-1: device descriptor read/64, error -71
    kernel: usb 1-1: device descriptor read/64, error -71
    kernel: usb 1-1: reset full-speed USB device number 42 using xhci_hcd
    kernel: usb 1-1: device descriptor read/64, error -71
    kernel: usb 1-1: device descriptor read/64, error -71
    kernel: usb 1-1: reset full-speed USB device number 42 using xhci_hcd
    kernel: usb 1-1: Device not responding to setup address.
    kernel: usb 1-1: Device not responding to setup address.
    kernel: usb 1-1: device not accepting address 42, error -71
    
    then try to disable USB autosuspend. This can be done with a set of udev rules specifically for the Pinecil:
    SUBSYSTEM=="usb", ATTR{idVendor}=="28e9", ATTR{idProduct}=="0189", MODE:="0660"
    SUBSYSTEM=="usb", ATTR{idVendor}=="28e9", ATTR{idProduct}=="0189", GROUP="plugdev"
    SUBSYSTEM=="usb", ATTR{idVendor}=="28e9", ATTR{idProduct}=="0189", TEST=="power/control", ATTR{power/control}="on"
    

Windows

Two Options for Windows

Option 1: use command line

Steps

⛔ Do not use the DC power jack while updating firmware or you may destroy your PC. ⛔

  1. Using command line dfu-util is similar to above for Linux / Mac.
  2. Highly recommend updating dfu-util to the newest version.
  3. Download and extract the firmware package from GitHub IronOS Releases.
  4. Enter DFU mode: press and hold (-) button at the back of the iron (do not release).
  5. Connect USB to PC, and USB-C to the back of Pinecil, keep holding (-) button down.
  6. Screen will stay black/off to indicate the Pinecil is in DFU mode. This is normal.
  7. After the USB cable is connected at both ends, wait ~10 seconds more, then release the (-) button.
  8. Open PowerShell or Command window.
  9. Change to the directory of the unzipped firmware files
  10. Using dfu-util, flash the firmware using a command like this:
dfu-util -D Pinecil_EN.dfu
  • If you have errors, see Troubleshooting above.

Option 2: use the GUI tool from chip vendor

Steps

⛔ Do not use the DC power jack while updating firmware or you may destroy your PC. ⛔

  1. If you are uncomfortable with the command line, then this chip vendor supplied GUI tool/drivers is an option.
  2. Download and extract the firmware package from GitHub IronOS Releases.
  3. Download both the GD32 MCU DFU TOOL and the GD32 Dfu Drivers.
    • GD32 DFU Tool here. If the link breaks, search for "GD32 MCU Dfu Tool" at this link.
    • GD32 DFU Drivers here. If the link breaks, search for "GD32 Dfu Drivers" at this link.
    • Check properties of both downloads, tick Unblock if needed, then Unzip
  4. Install the drivers and the GD32 DFU tool (ignore prompts to update the tool).
  5. Enter DFU mode: press and hold (-) button at the back of Pinecil (do not release).
  6. Connect Pinecil to a PC via USB cable (do not release the (-) yet).
  7. Screen will stay black/off to indicate the Pinecil is in DFU mode. This is normal.
  8. You may hear a beep from Windows as it connects to Pinecil in DFU mode.
  9. If you see windows notification that it does not recognize USB device, then you didn't connect, repeat step 3-8.
  10. Open the GD32 DFU Tool (ignore prompts to update tool).
  11. At the top of the DFU tool, you should see GD DFU DEVICE 1 appear if you successfully connected Pinecil.
  12. If DFU Device box at top is blank, then Pinecil is not connected in DFU mode, repeat steps 3-11.
  13. If it has been more than 10 seconds since you connected the USB cable, Release the (-) button. (don't use Upload from Device section)
  14. Select Download to device > Open > Browse to folder you unzipped in step 2.
  15. Select the hex file for language. English is Pinecil_EN.hex , tick Verify after download.
  16. Click OK at bottom. After a few minutes you will see 0-100%, Download successfully! Click Leave DFU at the top.
  17. Disconnect Pinecil cable from PC, plug it into a power supply.
  18. Do not need to press any buttons, a new screen should appear.
  19. To confirm upgrade, hold the minus (-) button down for a few seconds, it then shows new firmware version v2.xx.x....date
  • If you have errors, see Troubleshooting above.

FAQ

[Miniware] The file is showing up with the extension .ERR

This can occur during the programming process if any of the checks in the bootloader fail. This is often triggered by anti-virus software or using a non-Windows host OS.

First, try just copying the file a second time.

  1. Attach the iron in DFU mode.
  2. Copy the .hex file to the device.
  3. The device disconnects and connects with the .ERR file.
  4. Copy the same .hex file again ⛔ DO NOT TRY AND DELETE THE OLD ONE ⛔.
  5. The device will disconnect and reconnect again.
  6. The device should now have the .RDY file.
  7. You're done.

If this fails and you are on Mac or Linux reading the wiki page about programming can help. There is also a very long issue thread going through all of the different attempts around this too.

If you are on Windows, it's often best to try another computer (friends, work, partners etc.).

[Miniware] Device randomly disconnects or does not show up in DFU mode

  1. Check if the USB cable you are using has the data pins; test it on another device. There are a surprisingly large number of micro-USB cables that are power only.

  2. Try other USB ports. Often different USB controllers will interact with the units differently due to design quirks in the Miniware design.

[Miniware] Alternative bootloader

If you are an advanced user, and you have used usb-dfu tools before, or you would like to learn; there is an alternative bootloader for these irons. This will NOT show up as a USB storage drive, but instead show up using a standard DFU protocol device. You can then use dfu tools or GUIs to upgrade the iron using the .bin files that are posted to the releases page.

To install this alternative bootloader, follow the instructions here.

Note that this is only recommended for users who know what they are doing. If you don't understand how this works, please don't flash this.