<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="CONTENT-TYPE"
content="text/html; charset=windows-1252">
<title>Asia Sourcing email template</title>
<meta name="GENERATOR" content="OpenOffice.org 3.1 (Win32)">
<meta name="CREATED" content="0;0">
<meta name="CHANGEDBY" content="Adam Gill">
<meta name="CHANGED" content="20100210;11544500">
<style type="text/css">
        <!--
                P { color: #000000 }
        -->
        </style>
</head>
<body dir="ltr" lang="en-US" text="#000000">
Hi Jon, Luke .....<br>
<br>
So far I have been unsuccessful with Luke's method ....<br>
<br>
I will solder wires out each side of R46 ..which can then be shorted
from outside the netbook when re-assembled ....<br>
<br>
i believe you haveĀ directly copied the entire NAND flash 2gb DIRECTLY
onto the 2gb SD card ....<br>
<br>
Could you upload exactly what you have put on the sd card? .... and how
do i format the sd card? is it a straight copy and paste?<br>
<br>
I will try both methods once i got the open of the shorted wires sorted
out ?<br>
<br>
Much appreciated ---- <br>
<br>
Adam<br>
<p style="margin-bottom: 0in;"><br>
</p>
<p style="margin-bottom: 0in;"><br>
</p>
Luke Kenneth Casson Leighton wrote:
<blockquote class="cite"
id="mid_ced5f0f61003230626g7dda32f3yd268bc17ed17801_mail_gmail_com"
cite="mid:ced5f0f61003230626g7dda32f3yd268bc17ed17801@mail.gmail.com"
type="cite">
<pre wrap="">On Tue, Mar 23, 2010 at 1:15 PM, Luke Kenneth Casson Leighton
<a class="moz-txt-link-rfc2396E" href="mailto:luke.leighton@googlemail.com"><luke.leighton@googlemail.com></a> wrote:
</pre>
<blockquote class="cite" id="StationeryCiteGenerated_17" type="cite">
<pre wrap="">argh argh my tiny brain can't handle the maths on this one, working
out from the "old" partition what is supposed to be done unless you
have a 2gb SD card.
erm erm erm...
</pre>
</blockquote>
<pre wrap=""><!---->
ok these are the fdisk commands.
on any linux system, insert 2gb SD card, check where it got mounted
(/dev/sda, /dev/sdb or /dev/mmcblk0) do this:
fdisk /dev/{whatever}
then type these (return after each, blank line indicates press return as well)
d
1
d
2
d
3
n
p
3
+1400M
n
p
2
+480M
n
p
1
w
you must have _exactly_ a 2gb SD card for this to work. this will
create three partitions, in _reverse_ order, the last will be in
exactly the right place and exactly the right size so that _this_
file, when uncompressed, can be shoved directly onto partition 1 (at
the end):
<a class="moz-txt-link-freetext" href="http://lkcl.net/arm_systems/CT-PC89E/mmcblk0p1.bz2">http://lkcl.net/arm_systems/CT-PC89E/mmcblk0p1.bz2</a>
you will do that with:
$ bunzip2 mmcblk0p1
$ dd if=./mmcblk0p1 of=/dev/{partition 1 of sd card} bs=512
so if from above you are using /dev/sda then that's dd if=./mmcblk0p1
of=/dev/sda1 but if your SD card is mounted as /dev/mmcblk0 then it's
of=/dev/mmcblk0p1
l.
</pre>
</blockquote>
<br>
</body>
</html>