<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <br>
    <br>
    On 9/12/2010 4:12 PM, Caryl Bigenho wrote:
    <blockquote cite="mid:SNT110-W14ADC945DEF8F9F32E630BCC770@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">Hi...</font></p>
      <p style="margin: 0px; font: 12px Helvetica; min-height: 14px;"><font
          class="Apple-style-span" face="Verdana"><br>
        </font></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">I was trying to
          install Dextrose on an XO-1.5 today.&nbsp; I was following the
          instructions on: </font><span style="font: 14px Lucida
          Grande; color: rgb(63, 118, 183); background-color: rgb(247,
          247, 247);"><font class="Apple-style-span" face="Verdana">&nbsp;&nbsp;<span
              class="Apple-style-span" style="font-size: 10pt;"><a
                moz-do-not-send="true"
                href="http://wiki.sugarlabs.org/go/Dextrose">http://wiki.sugarlabs.org/go/Dextrose</a>
              &nbsp;</span></font></span></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">There was only one
          file listed to download for the XO-1.5 : os373pyg.zd.&nbsp; I
          followed the directions on the page and got an error message
          that the file was all in "one chunk"</font></p>
    </blockquote>
    <br>
    at which step in the directions did the error message appear?<br>
    <br>
    <blockquote cite="mid:SNT110-W14ADC945DEF8F9F32E630BCC770@phx.gbl"
      type="cite">
      <p style="margin: 0px; font: 12px Helvetica; min-height: 14px;"><font
          class="Apple-style-span" face="Verdana"><br>
        </font></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">So I am trying to do
          it for an XO-1 instead.&nbsp; However, I notice that while there
          are two files for the XO-1, the .img file and the .crc file,
          there is only one for the XO-1.5, the .zd file.</font></p>
      <p style="margin: 0px; font: 12px Helvetica; min-height: 14px;"><font
          class="Apple-style-span" face="Verdana"><br>
        </font></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">When I installed 852
          on both types of machines, there were 2 files for each.&nbsp; Is
          there a file missing on the Dextrose page listed above?&nbsp; Can I
          just use the fs.zip file from 852?</font></p>
      <p style="margin: 0px; font: 12px Helvetica; min-height: 14px;"><font
          class="Apple-style-span" face="Verdana"><br>
        </font></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">While I am asking, is
          there a reason why the files for the XO-1 for 852 are .img and
          fs.zip while those for Dextrose are .img and .crc?&nbsp; I am not a
          whiz on file types so I haven't a clue why these would be
          different.</font></p>
    </blockquote>
    <br>
    fs.zip is a security bundle, needed only for updating a system with
    security enabled.&nbsp; fs.zip does not contain any actual filesystem
    data; instead, it contains a much-shorter list of hash values that
    represent the actual data, and a signature that authenticates that
    hash list.<br>
    <br>
    fs.img is for XO-1 only.&nbsp; It contains raw data that goes verbatim
    into the internal NAND FLASH inside the XO-1.<br>
    <br>
    fs.crc, for XO-1 only, contains a list of check values that
    represent the data in fs.img.&nbsp; Its purpose is to catch corrupted
    fs.img files, which sometimes happen due to download problems or USB
    stick errors.&nbsp; The checksum algorithm in fs.crc (CRC-32) is much
    weaker than the hash algorithm used in fs.zip.&nbsp; CRC-32 is good
    enough to catch accidental file corruption, but not strong enough to
    prevent a determined attack.<br>
    <br>
    fs.zd is a new format that was introduced for XO-1.5.&nbsp; It combines
    checking (via the strong hash code) and the actual filesystem image
    data in one file, with explicit compression to shrink the file to a
    manageable size.&nbsp; It was necessary to come up with a new format
    because XO-1 and XO-1.5 have very different internal storage.&nbsp; XO-1
    uses raw NAND FLASH that is formatted with the JFFS2 filesystem
    layout, while XO-1.5 uses a micro-SD card that emulates a hard disk,
    formatted with the same ext2/ext4 filesystem layout.&nbsp; JFFS2
    filesystem data is already internally compressed, so there is no
    need for explicit compression.&nbsp; That is not the case for ext2
    filesystem data, so the compression had to be explicit in the .zd
    file format.<br>
    <br>
    The fs.zip files for XO-1 and XO-1.5 are similar, but not
    identical.&nbsp; For XO-1, fs.zip contains hash values suitable for
    checking fs.img.&nbsp; For XO-1.5, fs.zip contains hash values too, but
    their format is different, being suitable for checking fs.zd.<br>
    <br>
    <blockquote cite="mid:SNT110-W14ADC945DEF8F9F32E630BCC770@phx.gbl"
      type="cite">
      <p style="margin: 0px; font: 12px Helvetica; min-height: 14px;"><font
          class="Apple-style-span" face="Verdana"><br>
        </font></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">I need to get this
          done in time for a "show and tell" at Montana State University
          on Thursday morning.</font></p>
      <p style="margin: 0px; font: 12px Helvetica; min-height: 14px;"><font
          class="Apple-style-span" face="Verdana"><br>
        </font></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">Thanks,</font></p>
      <p style="margin: 0px; font: 12px Helvetica; min-height: 14px;"><font
          class="Apple-style-span" face="Verdana"><br>
        </font></p>
      <p style="margin: 0px; font: 12px Helvetica;"><font
          class="Apple-style-span" face="Verdana">Caryl</font></p>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Testing mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Testing@lists.laptop.org">Testing@lists.laptop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.laptop.org/listinfo/testing">http://lists.laptop.org/listinfo/testing</a>
</pre>
    </blockquote>
  </body>
</html>