Difference between revisions of "Troubleshooting Reinstall Duo"

From MOD Wiki
Jump to navigation Jump to search
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Duo-fel-button.jpg|450px|thumb|Location of the FEL button on the MOD Duo]]
 
 
[[File:Duo-models.png|450px|thumb|Different MOD Duo models<br>LEFT: older model with nand flash; RIGHT: newer model with eMMC]]
 
[[File:Duo-models.png|450px|thumb|Different MOD Duo models<br>LEFT: older model with nand flash; RIGHT: newer model with eMMC]]
  
Troubleshooting section dedicated to the MOD Duo.
+
Troubleshooting section dedicated to the reinstall the MOD Duo software.
 
 
== A note on different models and old kernel ==
 
  
 
Please note that there are 2 different kinds of MOD Duo units - older ones with nand flash and newer ones with eMMC.<br/>
 
Please note that there are 2 different kinds of MOD Duo units - older ones with nand flash and newer ones with eMMC.<br/>
The new unit models have their name (like "MOD Duo") written and engraved above the right display.
+
The new unit models have "MOD Duo" written and engraved above the right display. (see 1st picture on the right)
 
 
Since version 1.10, we changed the kernel used by the Duo, but this update only automatically applies to new unit models.<br/>
 
For the older models, we need to either do a special update step, or a full factory reset.<br/>
 
In both cases the disk contents (user data) is completely wiped out.
 
 
 
You can check which kernel version you are running by looking at the "System information" in the advanced settings.<br/>
 
Kernel release <b>5.4.38-rt21-modduo</b> is the newer one, while <b>3.4.104-rt139-modduo</b> is the older one.<br/>
 
The new kernel offers better performance and reliability, so you are still using the old one please update!
 
 
 
== Special update for nand units ==
 
'''NOTE: Only for older MOD Duo units with nand flash'''
 
 
 
In order to make older MOD Duo units switch to the new kernel we can use a special update file.<br/>
 
This was created mainly for those users who are using Windows or are not comfortable with the command-line.
 
 
 
''Please do not power off your unit once the procedure has started!''
 
 
 
To begin:
 
# Put the unit into recovery mode. See [[Releases#Releases]] if you need help on that.
 
# Download this special update file [http://download.moddevices.com/releases/modduo/tools/modduo-convert-nand_20200529.tar modduo-convert-nand_20200529.tar]
 
# Install the tar file in the previous step, and wait until the unit boots itself again in restore mode
 
# Install a MOD factory reset image from the [[Factory Reset Images]] section.
 
  
 
== MOD Duo Factory Reset ==
 
== MOD Duo Factory Reset ==
  
Requirements: Linux or macOS, basic command-line knowledge<br>
+
For a factory reset using Windows, see [[Troubleshooting Reinstall via LiveSuit]]. (applies only to older MOD Duo units with nand flash)
For a factory reset under Windows, see [[Troubleshooting_Reinstall_via_LiveSuit]]. (applies only to older MOD Duo units with nand flash)
 
 
 
To begin:
 
# Click and hold down the FEL button on the back of the MOD Duo (in tiny hole), while you power it on.
 
# Hold it for 2 seconds, then release (The screens will freeze with the MOD logo and name)
 
# Connect the MOD Duo to your computer via USB cable
 
# Download this file: http://download.moddevices.com/releases/modduo/tools/duo-nand-mainline-factory-reset.tar.gz and extract it
 
# Open a terminal and 'cd' to the directory where duo-nand-mainline-factory-reset.tar.gz was extracted, ie:
 
<code language="console">cd ~/Downloads/duo-nand-mainline-factory-reset</code>
 
 
 
Now simply run:<br/>
 
<code language="console">./boot-fel-factory-restore.sh</code><br/>
 
(sudo will likely be needed here)
 
 
 
For non-64bit Linux or macOS systems, use the sunxi-fel binary from your distribution.
 
 
 
Continuing:
 
# After the script finishes, wait for around 1 minute and the MOD Duo will boot into recovery mode.
 
# Install a MOD OS factory reset image.
 
# Wait for the installation to complete (the unit will restart automatically).
 
  
Note: You can find MOD factory reset images in the [[Factory Reset Images]] section.
+
For a factory reset using Linux or macOS see [[Troubleshooting Reinstall via CommandLine]].

Latest revision as of 13:55, 15 March 2023

Different MOD Duo models
LEFT: older model with nand flash; RIGHT: newer model with eMMC

Troubleshooting section dedicated to the reinstall the MOD Duo software.

Please note that there are 2 different kinds of MOD Duo units - older ones with nand flash and newer ones with eMMC.
The new unit models have "MOD Duo" written and engraved above the right display. (see 1st picture on the right)

MOD Duo Factory Reset

For a factory reset using Windows, see Troubleshooting Reinstall via LiveSuit. (applies only to older MOD Duo units with nand flash)

For a factory reset using Linux or macOS see Troubleshooting Reinstall via CommandLine.