[yocto] Deploy to a hard drive

Jim Abernathy jfabernathy at gmail.com
Sat Feb 11 13:23:01 PST 2012


Need mkdir /mnt/target and mnt/target-ext before step 4

Sent from my Kindle Fire

_____________________________________________
From: Sean Liming <sean_liming at sjjmicro.com>
Sent: Sat Feb 11 16:13:33 EST 2012
To: yocto at yoctoproject.org
Subject: [yocto] Deploy to a hard drive


 

Follow the Wiki instructions:

 

 

1) have a suitable partition on the disk - say partition #3

2) this partition will show up as sde3 on my host machine and sda3 on the atom

3) mkfs.ext3 /dev/sde3

4) mount /dev/sde3 /mnt/target

5) mount -o loop tmp/deploy/images/core-image-sato-sdk.ext3 /mnt/target-text3

6) cp -a /mnt/target-ext3/* /mnt/target

7) grub-install --recheck --root-directory=/mnt/target /dev/sde

 

 

When I do step 4, I get “mount: mount point /mnt/target does not exist”

 

What am I missing?

 

I am using Ubuntu 10.4 LTS 32-bit.

 

Regards,

 

Sean 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120211/e2b6f03c/attachment.html>


More information about the yocto mailing list