mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update Flashing.md
This commit is contained in:
@@ -94,18 +94,20 @@ It is recommended to use the [Pine64 Updater](https://github.com/pine64/pinecil-
|
||||
|
||||
If your OS is not currently supported by the [Updater](https://github.com/pine64/pinecil-firmware-updater/releases) or it does not meet your needs, the below manual method may be used. You will need to connect your Pinecil to a computer usinga USB cable. Generally all usb controllers work, but some hubs have issues so it is recommended to connect directly and avoid USB hubs.
|
||||
|
||||
### Steps
|
||||
|
||||
1. Never have DC power plugged into Pinecil when you are updating firmware, only use a USB-C cable or you may destroy something.
|
||||
2. Download and extract the firmware package from Github [IronOS Releases](/Ralim/IronOS/releases)
|
||||
3. Enter DFU mode: hold down the (-) button at the back of the iron (do not release it).
|
||||
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 USB cable is connected at two ends, wait additional 10 seconds, then release the (-) button.
|
||||
7. Then use the appropriate tool below per you specific OS to load the `.dfu` file onto the Pinecil.
|
||||
7. Continue to the next section below for your specific OS to complete loading the `.dfu` file onto Pinecil.
|
||||
|
||||
### Linux and Mac
|
||||
|
||||
8. Highly recommended to first update `dfu-util` to the newest version.
|
||||
9. Using `dfu-util` you can flash the firmware using a command line like this
|
||||
1. Highly recommended to first update `dfu-util` to the newest version.
|
||||
2. Using `dfu-util` you can flash the firmware using a command line like this
|
||||
```
|
||||
dfu-util -D Pinecil_EN.dfu
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user