[Arm-netbook] CT-PC89E - success replicating boot from SDcard with switch in NON-factory-default setting
Luke Kenneth Casson Leighton
luke.leighton at googlemail.com
Wed Mar 24 15:09:51 GMT 2010
On Wed, Mar 24, 2010 at 2:45 PM, Adam Gill <madallig at gmail.com> wrote:
> What exactly do i type in ... when i type in
>
> 1. # dd if=/opt/cross-tools/mid-linux/mmcblk0p1 of=/dev/mmcblk0 seek=3672000
> bs=512
well, that will only work if you have a file called
/opt/cross-tools/mid-linux/mmcblk0p1
and you have a file mmcblk0p1 (remember, we downloaded it, yesterday)?
so, for you, that's
# dd if=./mmcblk0p1 of=/dev/mmcblk0 seek=3672000 bs=512
> its not recognized - i'm in root...
>
> 2. # wget http://lkcl.net/arm_systems/CT-PC89E/mmblk0p1.bz2 .... this ling
> is dead
is it? 1sec...
yes it is, it should be mmc not mm.
so that's: wget http://lkcl.net/arm_systems/CT-PC89E/mmcblk0p1.bz2
but, you already have the file, downloaded twice, and uncompressed once.
you can confirm this with:
# ls -altr *mmcblk*
if you get two files, mmcblk0p1 and mmcblk0p1.bz2 then the above
(modified for you) dd command will work.
l.
More information about the Arm-netbook
mailing list