<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>nas iomega ix4-200d bloqueado</title>
        <description> hola soy usuario no experto y tengo un problema con nas bloqueado iomega ix4-200d. Al principio estaba en loop pero ahora enciende solo la pantalla azul sin letras. Queria ponerle la version de firmware cloud descargada de la pagina oficial de lenovo. He intentado conectar con cable usb ttl 2102, 2303hx y ch3406 utilizando putty, pero no consigo conectarme al nand flash. No se si tengo los cables usb ttl adecuados o ni siquiera si utilizo el programa adecuado. Soy usuario de windows. Por favor, podria indicarme como poder resucitar el nas iomega? Le agradeceria mucho su inestimable ayuda. Muchas gracias.

QuoteGoogle Translate
Hi, I&amp;#039;m a non-expert user and I have a problem with iomega ix4-200d blocked nas. At first it was in loop but now it turns on only the blue screen without letters. I wanted to put the cloud firmware version downloaded from the official Lenovo website. I have tried to connect with usb cable ttl 2102, 2303hx and ch3406 using putty, but I can&amp;#039;t connect to nand flash. I don&amp;#039;t know if I have the right usb ttl cables or even if I use the right program. I am a windows user. Please, could you tell me how to resurrect the nas iomega? I would greatly appreciate your invaluable help. Thank you.

=====
moderator edit: please translate your post to English before posting.</description>
        <link>https://forum.doozan.com/read.php?3,121404,121404#msg-121404</link>
        <lastBuildDate>Wed, 11 Mar 2026 16:44:11 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?3,121404,121909#msg-121909</guid>
            <title>Re: nas iomega ix4-200d bloqueado</title>
            <link>https://forum.doozan.com/read.php?3,121404,121909#msg-121909</link>
            <description><![CDATA[ the connection looks like this, you have to solder on 3 pins. mine is absolutely not professional, but i had nothing else by hand :)<br />
<br />
and then connect with<br />
<pre class="bbcode">
picocom -b 115200 /dev/ttyUSB1
</pre>]]></description>
            <dc:creator>damsma</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 07 Jun 2021 14:57:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,121404,121844#msg-121844</guid>
            <title>Re: nas iomega ix4-200d bloqueado</title>
            <link>https://forum.doozan.com/read.php?3,121404,121844#msg-121844</link>
            <description><![CDATA[ vantdron,<br />
<br />
We don&#039;t have any video for this. But we have picture of the board where the serial console header is. And the pinout marking for TX, RX and GND.<br />
<br />
See my post right above, and then ask question about which part you don&#039;t understand.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Fri, 04 Jun 2021 22:25:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,121404,121814#msg-121814</guid>
            <title>Re: nas iomega ix4-200d bloqueado</title>
            <link>https://forum.doozan.com/read.php?3,121404,121814#msg-121814</link>
            <description><![CDATA[ hello please, is there someone who can explain to me for fools how to connect the ix4-200d by the serial port with the usb-ttl? what pins are they? what program to use? can you use the usb-ttl 2102 cable?. If you have any better video. Thanks , I try to recover the iomega ix4-200d nas equipment. are there any video to follows the step? Thank you]]></description>
            <dc:creator>vantdron</dc:creator>
            <category>uBoot</category>
            <pubDate>Fri, 04 Jun 2021 00:44:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,121404,121409#msg-121409</guid>
            <title>Re: nas iomega ix4-200d bloqueado</title>
            <link>https://forum.doozan.com/read.php?3,121404,121409#msg-121409</link>
            <description><![CDATA[ vantdron,<br />
<br />
We don&#039;t deal with stock FW here, so not much help. <br />
<br />
However, I can help with the serial connection and see what is the problem.<br />
<br />
If you use Windows putty it will be only a serial connection (with a Linux box connection, we can use UART booting to recover when the FW boot loader is badly messed up).<br />
<br />
So look at the ix4-200d serial connection pic here by damacc:<br />
<br />
<a href="https://forum.doozan.com/read.php?2,22623,121094#msg-121094"  rel="nofollow">https://forum.doozan.com/read.php?2,22623,121094#msg-121094</a><br />
<br />
And check the 1st post of that thread:<br />
<br />
<a href="https://forum.doozan.com/read.php?2,22623"  rel="nofollow">https://forum.doozan.com/read.php?2,22623</a><br />
<br />
And mak sure you are using the standard serial protocols settings for serial console. This is how I run serial console from a Linux box:<br />
<br />
<pre class="bbcode">
picocom --b 115200 --f n --p n --d 8 /dev/ttyUSB0</pre>
<br />
picocom --help<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />picocom v3.1<br />
<br />
Compiled-in options:<br />
  TTY_Q_SZ is 0<br />
  HIGH_BAUD is enabled<br />
  USE_FLOCK is enabled<br />
  LINENOISE is enabled<br />
  HISTFILE is: .picocom_history<br />
  USE_CUSTOM_BAUD is enabled<br />
<br />
Usage is: picocom [options] &lt;tty port device&gt;<br />
Options are:<br />
  --&lt;b&gt;aud &lt;baudrate&gt;<br />
  --&lt;f&gt;low x (=soft,xon/xoff) | h (=hard) | n (=none)<br />
  --parit&lt;y&gt; o (=odd) | e (=even) | n (=none)<br />
  --&lt;d&gt;atabits 5 | 6 | 7 | 8<br />
  --sto&lt;p&gt;bits 1 | 2<br />
  --&lt;e&gt;scape &lt;char&gt;<br />
  --&lt;n&gt;o-escape<br />
  --e&lt;c&gt;ho<br />
  --no&lt;i&gt;nit<br />
  --no&lt;r&gt;eset<br />
  --hang&lt;u&gt;p<br />
  --no&lt;l&gt;ock<br />
  --&lt;s&gt;end-cmd &lt;command&gt;<br />
  --recei&lt;v&gt;e-cmd &lt;command&gt;<br />
  --imap &lt;map&gt; (input mappings)<br />
  --omap &lt;map&gt; (output mappings)<br />
  --emap &lt;map&gt; (local-echo mappings)<br />
  --lo&lt;g&gt;file &lt;filename&gt;<br />
  --inits&lt;t&gt;ring &lt;string&gt;<br />
  --e&lt;x&gt;it-after &lt;msec&gt;<br />
  --e&lt;X&gt;it<br />
  --lower-rts<br />
  --raise-rts<br />
  --lower-dtr<br />
  --raise-dtr<br />
  --&lt;q&gt;uiet<br />
  --&lt;h&gt;elp<br />
&lt;map&gt; is a comma-separated list of one or more of:<br />
  crlf : map CR --&gt; LF<br />
  crcrlf : map CR --&gt; CR + LF<br />
  igncr : ignore CR<br />
  lfcr : map LF --&gt; CR<br />
  lfcrlf : map LF --&gt; CR + LF<br />
  ignlf : ignore LF<br />
  bsdel : map BS --&gt; DEL<br />
  delbs : map DEL --&gt; BS<br />
  spchex : map special chars (excl. CR, LF &amp; TAB) --&gt; hex<br />
  tabhex : map TAB --&gt; hex<br />
  crhex : map CR --&gt; hex<br />
  lfhex : map LF --&gt; hex<br />
  8bithex : map 8-bit chars --&gt; hex<br />
  nrmhex : map normal ascii chars --&gt; hex<br />
&lt;?&gt; indicates the equivalent short option.<br />
Short options are prefixed by &quot;-&quot; instead of by &quot;--&quot;.</div></blockquote>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Wed, 26 May 2021 16:43:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,121404,121404#msg-121404</guid>
            <title>nas iomega ix4-200d bloqueado</title>
            <link>https://forum.doozan.com/read.php?3,121404,121404#msg-121404</link>
            <description><![CDATA[ hola soy usuario no experto y tengo un problema con nas bloqueado iomega ix4-200d. Al principio estaba en loop pero ahora enciende solo la pantalla azul sin letras. Queria ponerle la version de firmware cloud descargada de la pagina oficial de lenovo. He intentado conectar con cable usb ttl 2102, 2303hx y ch3406 utilizando putty, pero no consigo conectarme al nand flash. No se si tengo los cables usb ttl adecuados o ni siquiera si utilizo el programa adecuado. Soy usuario de windows. Por favor, podria indicarme como poder resucitar el nas iomega? Le agradeceria mucho su inestimable ayuda. Muchas gracias.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Google Translate</strong><br />
Hi, I&#039;m a non-expert user and I have a problem with iomega ix4-200d blocked nas. At first it was in loop but now it turns on only the blue screen without letters. I wanted to put the cloud firmware version downloaded from the official Lenovo website. I have tried to connect with usb cable ttl 2102, 2303hx and ch3406 using putty, but I can&#039;t connect to nand flash. I don&#039;t know if I have the right usb ttl cables or even if I use the right program. I am a windows user. Please, could you tell me how to resurrect the nas iomega? I would greatly appreciate your invaluable help. Thank you.</div></blockquote>
<br />
=====<br />
moderator edit: please translate your post to English before posting.]]></description>
            <dc:creator>vantdron</dc:creator>
            <category>uBoot</category>
            <pubDate>Wed, 26 May 2021 15:11:48 -0500</pubDate>
        </item>
    </channel>
</rss>
