From: Jim Abernathy <jfabernathy@gmail.com>
To: autif khan <autif.mlist@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: core-image-sato-directdisk
Date: Fri, 20 Jan 2012 11:13:13 -0500 [thread overview]
Message-ID: <4F199299.4000003@gmail.com> (raw)
In-Reply-To: <CADzUK1LK3+P7kiP-QDG6zB3H3sAtnBcUnGtfkju4vJXg=U+1fA@mail.gmail.com>
On 01/20/2012 09:16 AM, autif khan wrote:
> I have been using core-image-sato and core-image-sato-sdk on the hard
> disk on Intel Atom (crownbay in my case).
>
> I perform the following broad steps:
>
> 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
>
> If grub install passed, I copy the following to /mnt/target/boot/grub/grub.cfg
>
> set default="0"
> set timeout="30"
>
> menuentry 'Yocto SDK' {
> insmod part_msdos
> insmod ext2
> set root='(hd0,msdos3)'
> linux /boot/bzImage root=/dev/sda3
> }
>
>
> Thats it - this boots for me.
>
> Eventually, when I move to some other media, I will have to
> investigate other bootloaders - like syslinux.
>
> All the best, do tell if this works.
This worked fine for me. one typo in step (5) ext3 and not text3, but
these are good instructions. How do we get them put into the
README.hardware instead of the directdisk section that doesn't work anymore.
Did you file a bug on this?
Thanks,
Jim Abernathy
>
> On Thu, Jan 19, 2012 at 7:51 PM, James Abernathy<jfabernathy@gmail.com> wrote:
>> The README.hardware file in the poky directory talks about creating images
>> on 2 types of disk for the Atom based PCs like the n450. The one I've
>> successfully tested is the core-image-sato on a USB key. I have no luck
>> with the directdisk method because the image recipe doesn't exist for
>> core-image-minimal-directdisk or core-image-sato-directdisk.
>>
>> Is there a way to put Yocto on the hard drive on a Atom PC?
>>
>> Jim A
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
next prev parent reply other threads:[~2012-01-20 16:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-20 0:51 core-image-sato-directdisk James Abernathy
2012-01-20 14:16 ` core-image-sato-directdisk autif khan
2012-01-20 16:13 ` Jim Abernathy [this message]
2012-01-20 16:54 ` core-image-sato-directdisk autif khan
2012-01-20 17:15 ` core-image-sato-directdisk Paul Eggleton
2012-01-20 18:00 ` core-image-sato-directdisk autif khan
2012-01-20 18:18 ` core-image-sato-directdisk Jim Abernathy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F199299.4000003@gmail.com \
--to=jfabernathy@gmail.com \
--cc=autif.mlist@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.